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

Unified Diff: android_webview/apk/system_webview_apk_common.gypi

Issue 868673003: [WebView] Repack the .pak files for all the locales. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline android_webview_locales_rename_paks.gypi Created 5 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 | « android_webview/android_webview_tests.gypi ('k') | android_webview/apk/system_webview_locales_paks.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/system_webview_apk_common.gypi
diff --git a/android_webview/apk/system_webview_apk_common.gypi b/android_webview/apk/system_webview_apk_common.gypi
index dae95acb1549adf5184830d303fd6f277f2d44a5..a8f5b6c4f4def87b01dd219667900ccb6726bd99 100644
--- a/android_webview/apk/system_webview_apk_common.gypi
+++ b/android_webview/apk/system_webview_apk_common.gypi
@@ -23,8 +23,8 @@
'proguard_flags_paths': ['<(DEPTH)/android_webview/apk/java/proguard.flags'],
# TODO: crbug.com/405035 Find a better solution for WebView .pak files.
'additional_input_paths': [
+ '<@(webview_locales_output_paks)',
'<(asset_location)/webviewchromium.pak',
- '<(asset_location)/en-US.pak',
'<(asset_location)/webview_licenses.notice',
],
'conditions': [
@@ -45,8 +45,8 @@
{
'destination': '<(asset_location)',
'files': [
+ '<@(webview_locales_input_paks)',
'<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
- '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
],
'conditions': [
['icu_use_data_file_flag==1', {
@@ -83,5 +83,8 @@
'message': 'Generating WebView license notice',
},
],
- 'includes': [ '../../build/java_apk.gypi' ],
+ 'includes': [
+ 'system_webview_locales_paks.gypi',
+ '../../build/java_apk.gypi',
+ ],
}
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | android_webview/apk/system_webview_locales_paks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698