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

Unified Diff: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java

Issue 835273004: Chromecast Android: must explicitly bundle and extract icudtl.dat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
diff --git a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
index 6419d36120ada208a2d50c93b3ced656c57676f5..c1bd720fba780d43d6eb43e7776dd0998915c5a7 100644
--- a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
+++ b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastApplication.java
@@ -23,7 +23,8 @@ import org.chromium.content.app.ContentApplication;
public class CastApplication extends ContentApplication {
private static final String TAG = "CastApplication";
- private static final String[] MANDATORY_PAK_FILES = new String[] {"cast_shell.pak"};
+ private static final String[] MANDATORY_PAK_FILES =
+ new String[] {"cast_shell.pak", "icudtl.dat"};
private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "cast_shell";
private static final String COMMAND_LINE_FILE = "/data/local/tmp/castshell-command-line";
« no previous file with comments | « no previous file | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698