Chromium Code Reviews| 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', |