Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / android / browsertests_apk / src / org / chromium / content_browsertests_apk / ContentBrowserTestsApplication.java
index 0efb5b2..1343101 100644 (file)
@@ -16,7 +16,9 @@ public class ContentBrowserTestsApplication extends Application {
 
     private static final String[] MANDATORY_PAK_FILES = new String[] {
         "content_shell.pak",
-        "icudtl.dat"
+        "icudtl.dat",
+        "natives_blob.bin",
+        "snapshot_blob.bin"
     };
     private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "content_shell";