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

Unified Diff: build/common.gypi

Issue 102413007: Use the icu data file on Linux (but not on CrOS) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add icudtl.dat to archiver/installer Created 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6bcbfb1252464468cfcb54b7c51be4cae5cbe0a8..3fca2d21849142339e9e1fed2ace7ff8b6ccf47e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1311,6 +1311,10 @@
# can use breakpad for these builds.
'release_unwind_tables%': 0,
}],
+ # TODO(jungshik): Turn this on on Android as well.
+ ['OS!="android"', {
+ 'icu_use_data_file_flag%': 1,
+ }],
],
}], # os_posix==1 and OS!="mac" and OS!="ios"
['OS=="ios"', {
« no previous file with comments | « no previous file | chrome/installer/linux/common/installer.include » ('j') | chrome/installer/linux/common/installer.include » ('J')

Powered by Google App Engine
This is Rietveld 408576698