Index: trunk/src/content/content_tests.gypi |
=================================================================== |
--- trunk/src/content/content_tests.gypi (revision 254018) |
+++ trunk/src/content/content_tests.gypi (working copy) |
@@ -1420,7 +1420,6 @@ |
'target_name': 'content_browsertests_apk', |
'type': 'none', |
'dependencies': [ |
- 'content.gyp:content_icudata', |
'content.gyp:content_java', |
'content_browsertests', |
'content_java_test_support', |
@@ -1433,13 +1432,6 @@ |
'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' ], |
}, |
@@ -1461,7 +1453,6 @@ |
'type': 'none', |
'dependencies': [ |
'chromium_android_linker_test', |
- 'content.gyp:content_icudata', |
'content.gyp:content_java', |
'content_shell_java', |
], |
@@ -1474,13 +1465,6 @@ |
'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' ], |
}, |