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

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: 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/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index d9c62bbd2e2c6726c0c585425ec07f73bfb6d67b..5116530f43469ff97fd1d7e7c51796b418e469f1 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",
+ "//third_party/icu",
Ryan Sleevi 2015/07/31 22:19:36 Should this code be explicitly depending on ICU? S
jungshik at Google 2015/08/01 14:00:58 That I wanted to avoid as well, but specifying //b
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698