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

Unified Diff: trunk/src/content/content_shell.gypi

Issue 183863005: Revert 253938 "Enable icu_use_data_file_flag on Android" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/content/content.gyp ('k') | trunk/src/content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/content_shell.gypi
===================================================================
--- trunk/src/content/content_shell.gypi (revision 254018)
+++ trunk/src/content/content_shell.gypi (working copy)
@@ -1042,7 +1042,6 @@
'target_name': 'content_shell_apk',
'type': 'none',
'dependencies': [
- 'content.gyp:content_icudata',
'content.gyp:content_java',
'content_java_test_support',
'content_shell_java',
@@ -1063,13 +1062,6 @@
'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ],
},
'conditions': [
['android_webview_build==0', {
« no previous file with comments | « trunk/src/content/content.gyp ('k') | trunk/src/content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698