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

Unified Diff: content/content.gyp

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Log.w -> Log.e in ResourceExtractor-deleteFiles Created 6 years, 10 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index b921672ac9cf1491778bb6689f85c1d72233ae3b..7ef6737f872d86b98b32596a59530ff2c030ad10 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -504,6 +504,22 @@
],
'includes': [ 'content_jni.gypi' ],
},
+ {
+ 'target_name': 'content_icudata',
+ 'type': 'none',
+ 'conditions': [
+ ['icu_use_data_file_flag==1', {
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/content_shell/assets',
+ 'files': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ ],
+ },
+ ],
+ }],
+ ],
+ },
],
}], # OS == "android"
],

Powered by Google App Engine
This is Rietveld 408576698