Commit 1d328715 authored by jiangj's avatar jiangj Committed by Commit bot

bookmarks component should depend on base_i18n

bookmark_index.cc, bookmark_model.cc and bookmark_utils.cc all uses
functions from base_i18n.

Review URL: https://codereview.chromium.org/938003002

Cr-Commit-Position: refs/heads/master@{#317096}
parent e67ebcf0
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
], ],
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../net/net.gyp:net', '../net/net.gyp:net',
'../third_party/icu/icu.gyp:icuuc', '../third_party/icu/icu.gyp:icuuc',
'../ui/base/ui_base.gyp:ui_base', '../ui/base/ui_base.gyp:ui_base',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment