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

Unified Diff: components/resource_provider/BUILD.gn

Issue 1425853003: mandoline: Fix ICU initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't initialize ICU again in the shell. Created 5 years, 1 month 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: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index 9985579bbc41c4b061cd93c4409657469e90aa51..0b9c725cff87e4338ffe86d4829926a73556e011 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -17,10 +17,7 @@ if (is_android) {
deps = [
":java_library",
":resource_provider_lib",
- "//third_party/icu:icudata",
]
-
- resources = [ "$root_out_dir/icudtl.dat" ]
}
shared_library("resource_provider_lib") {
@@ -74,11 +71,8 @@ if (is_android) {
"//base",
"//components/resource_provider/public/interfaces",
"//mojo/environment:chromium",
- "//third_party/icu:icudata",
"//url",
]
-
- resources = [ "$root_out_dir/icudtl.dat" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698