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

Unified Diff: sky/viewer/BUILD.gn

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address review comments Created 5 years, 11 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: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index ba43f33aa974461d9183b8b8146c299a26d8853b..76406d7d781402d0e6d0f5ccc7c63f2946f9dc7a 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -37,7 +37,6 @@ mojo_native_application("viewer") {
deps = [
":bindings",
":sky_modules",
- "//base:i18n",
"//gin",
"//mojo/application",
"//mojo/common",
@@ -45,6 +44,7 @@ mojo_native_application("viewer") {
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
"//mojo/edk/js",
+ "//mojo/icu",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",

Powered by Google App Engine
This is Rietveld 408576698