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

Unified Diff: content/content_tests.gypi

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 033eceba5279439424c70ac57b8802fb61fb10a2..0b8ad0ca5b6b863a0966174e7cf7545eb7fbc612 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1422,6 +1422,7 @@
'target_name': 'content_browsertests_apk',
'type': 'none',
'dependencies': [
+ 'content.gyp:content_icudata',
'content.gyp:content_java',
'content_browsertests',
'content_java_test_support',
@@ -1434,6 +1435,13 @@
'native_lib_target': 'libcontent_browsertests',
'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
+ 'conditions': [
+ ['icu_use_data_file_flag==1', {
+ 'additional_input_paths': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ ],
+ }],
+ ],
},
'includes': [ '../build/java_apk.gypi' ],
},
@@ -1455,6 +1463,7 @@
'type': 'none',
'dependencies': [
'chromium_android_linker_test',
+ 'content.gyp:content_icudata',
'content.gyp:content_java',
'content_shell_java',
],
@@ -1467,6 +1476,13 @@
'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
'use_chromium_linker': '1',
'enable_chromium_linker_tests': '1',
+ 'conditions': [
+ ['icu_use_data_file_flag==1', {
+ 'additional_input_paths': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ ],
+ }],
+ ],
},
'includes': [ '../build/java_apk.gypi' ],
},
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698