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

Unified Diff: android_webview/android_webview.gyp

Issue 868673003: [WebView] Repack the .pak files for all the locales. (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
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 6d0430c26d8d2bb7c947185c5b3365fa73e305aa..8b2dfbb10d686a6cba6f1b643d5b4ab7d679497f 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -31,12 +31,11 @@
'includes': [ '../build/repack_action.gypi' ],
},
{
- 'action_name': 'add_en_US_pak_locale',
+ 'action_name': 'android_webview_locales_rename_paks',
'variables': {
- 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.pak'],
- 'pak_output': '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
+ 'pak_locales': '<(locales)',
},
- 'includes': [ '../build/repack_action.gypi' ],
+ 'includes': [ 'android_webview_locales_rename_paks.gypi' ],
}
],
},

Powered by Google App Engine
This is Rietveld 408576698