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

Unified Diff: extensions/extensions.gyp

Issue 1140153005: ICU msg format support with more than one arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 5 years, 5 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 7fb6d579df55b52111bfd867edb7e6198d766b90..b052f73437f20f8a865289932a5f4f8353f95f95 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -123,6 +123,9 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
+ '../third_party/icu/icu.gyp:icuuc',
+ '../third_party/icu/icu.gyp:icui18n',
jungshik at Google 2015/08/01 14:00:58 Removing two icu lines above still works, but I'm
Ryan Sleevi 2015/08/03 08:01:41 Yeah, since none of the unittests explicitly use I
'../base/base.gyp:base_prefs',
'../components/components.gyp:browsing_data',
'../components/components.gyp:device_event_log_component',

Powered by Google App Engine
This is Rietveld 408576698