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

Unified Diff: build/linux/unbundle/icu.gn

Issue 2339173005: Fix startup with system ICU (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/icu.gn
diff --git a/build/linux/unbundle/icu.gn b/build/linux/unbundle/icu.gn
index f128b2998011fbe6df13d4f19ff6dada097e0afe..f3734b7a01a374e7f95dead4db74ffab794c31aa 100644
--- a/build/linux/unbundle/icu.gn
+++ b/build/linux/unbundle/icu.gn
@@ -13,7 +13,10 @@ group("icu") {
}
config("icu_config") {
- defines = [ "USING_SYSTEM_ICU=1" ]
+ defines = [
+ "USING_SYSTEM_ICU=1",
+ "ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC",
+ ]
}
pkg_config("system_icui18n") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698