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/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java

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/android_webview/android_webview_tests.gypi ('k') | trunk/src/base/i18n/icu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
===================================================================
--- trunk/src/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java (revision 254018)
+++ trunk/src/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java (working copy)
@@ -18,7 +18,7 @@
private static final String TAG = "AwShellApplication";
/** The minimum set of .pak files the test runner needs. */
private static final String[] MANDATORY_PAKS = {
- "webviewchromium.pak", "en-US.pak", "icudtl.dat"
+ "webviewchromium.pak", "en-US.pak"
};
@Override
« no previous file with comments | « trunk/src/android_webview/android_webview_tests.gypi ('k') | trunk/src/base/i18n/icu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698