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

Unified Diff: extensions/browser/BUILD.gn

Issue 1140153005: ICU msg format support with more than one arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop explicit icu dep from extension/browser and use uversion instead of utype header 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/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index d9c62bbd2e2c6726c0c585425ec07f73bfb6d67b..39692762f390c1fa3a8fdb21c4646d5580c5e35c 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -29,6 +29,7 @@ source_set("browser") {
"//skia",
"//third_party/leveldatabase",
"//third_party/re2",
+ "//base:i18n",
Ryan Sleevi 2015/08/03 08:01:41 sort order
jungshik at Google 2015/08/03 20:32:19 Done.
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698