Description[android_webview] Do not extract webviewchromium.pak
- Change the android_webview_apk gyp files to include the en-US.pak
file in the apk, which was erroneously missing.
- Add the do_not_compress gyp plumbing to store and zipalign paks in
the apk (only for the android_webview_apk target).
- Stop decompressing pak files in the android webview shell apk.
- Change aw_browser_main_parts.cc to take advantage of the new AwAssets
and DataPack/ResourceBundle *FromRegion methods (mmap from the apk).
- Add temporary workaround which loads always the en-US.pak locale, in
lack of a proper refactoring of i10n_utils and ResourceBundle.
BUG=394502
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286258
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add fallback path + gyp plumbing #
Total comments: 1
Patch Set 3 : WIP on US pakfiles #
Total comments: 7
Patch Set 4 : Fallback mmap of en-US.apk + gyp changes for en-US #
Total comments: 1
Patch Set 5 : Fix pakfile source path #
Total comments: 2
Patch Set 6 : Use only InitSharedInstanceWithPakFileRegion and + rebase #Messages
Total messages: 25 (0 generated)
|