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

Unified Diff: android_webview/android_webview.gyp

Issue 402603006: [android_webview] Do not extract webviewchromium.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@awassets
Patch Set: Fix pakfile source path Created 6 years, 5 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') | ui/base/resource/resource_bundle.h » ('J')
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 e56399d6fe26d9207b49a1585faf3a8485cdc7a5..bafbfe958b810ff196041dddf7e2804b30d0fa96 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -81,6 +81,14 @@
'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
},
'includes': [ '../build/repack_action.gypi' ],
+ },
+ {
+ 'action_name': 'add_en_US_pak_locale',
+ 'variables': {
+ 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak'],
+ 'pak_output': '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak',
+ },
+ 'includes': [ '../build/repack_action.gypi' ],
}
],
},
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | ui/base/resource/resource_bundle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698