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

Unified Diff: android_webview/android_webview.gyp

Issue 1193613002: Convert Android WebView to store locale .pak files as res/raw resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-extractor-init
Patch Set: rebase again Created 5 years, 6 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 | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index efb52db586e47b3a1b81435bd72f0adcde7eb2a2..fa4342cce1ab84ad946eda1b5767ae39a2bfc962 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -94,6 +94,17 @@
],
},
{
+ 'target_name': 'android_webview_locale_paks',
+ 'type': 'none',
+ 'variables': {
+ 'locale_pak_files': [ '<@(webview_locales_input_paks)' ],
+ },
+ 'includes': [
+ 'apk/system_webview_locales_paks.gypi',
+ '../build/android/locale_pak_resources.gypi',
+ ],
+ },
+ {
'target_name': 'android_webview_strings_grd',
'android_unmangled_name': 1,
'type': 'none',
@@ -350,6 +361,7 @@
'../components/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
'../ui/android/ui_android.gyp:ui_java',
+ 'android_webview_locale_paks',
'android_webview_strings_grd',
],
'variables': {
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698