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

Unified Diff: sky/viewer/BUILD.gn

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 cffa00ddda5dda316c950c962e1b88c95542c86f..c730eee7c03136e5fdb2c8d09e84bd42af337a4b 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",
« services/icu_data/main.cc ('K') | « services/icu_data/main.cc ('k') | sky/viewer/viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698