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

Unified Diff: services/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: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index aa1f1451b1144db91b3f9e32dcdf9cdd26957ea0..165f90750562aaecd7887f89f369c05189aa447d 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -7,10 +7,11 @@ import("//build/config/ui.gni")
group("services") {
deps = [
"//services/clipboard",
- "//services/gles2:lib",
"//services/fake_surfaces",
+ "//services/gles2:lib",
"//services/http_server",
"//services/http_server/public",
+ "//services/icu_data",
"//services/js",
"//services/native_viewport",
"//services/surfaces",
« no previous file with comments | « mojo/icu/icu.cc ('k') | services/icu_data/BUILD.gn » ('j') | services/icu_data/icu_data.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698