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

Unified Diff: trunk/src/android_webview/android_webview_tests.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
Index: trunk/src/android_webview/android_webview_tests.gypi
===================================================================
--- trunk/src/android_webview/android_webview_tests.gypi (revision 254018)
+++ trunk/src/android_webview/android_webview_tests.gypi (working copy)
@@ -22,13 +22,6 @@
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png',
'<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_test.html',
],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ],
},
'copies': [
{
@@ -38,13 +31,6 @@
'<(java_in_dir)/assets/asset_icon.png',
'<(java_in_dir)/assets/full_screen_video_test.html',
],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'files': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ],
},
],
'includes': [ '../build/java_apk.gypi' ],
« no previous file with comments | « trunk/src/DEPS ('k') | trunk/src/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698