Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: components/bookmarks.gypi

Issue 947443004: Add icui18n dependency to bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index a7a1d9b43752512d48a3b13afc3f3ec4adbb8647..c697e02ffafd24407ae056ca421bd3776bfc4e95 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -15,6 +15,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../net/net.gyp:net',
+ '../third_party/icu/icu.gyp:icui18n',
sky 2015/02/20 18:09:41 Do any gn files need to be updated too?
tfarina 2015/02/20 19:12:09 I think no, because they already depends on icu: h
Jiang Jiang 2015/02/20 20:17:19 Yes, it appears that the icu group in gn contains
'../third_party/icu/icu.gyp:icuuc',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698