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

Unified Diff: android_webview/android_webview.gyp

Issue 1425143004: GN WebView: add resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 281c45f5da39b3da76f099349b9f90027c2209dd..542b0e90b99235d1bee37e3c65519a6a0f63c158 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -36,6 +36,7 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ # GN version: //android_webview:repack_pack
{
'action_name': 'repack_android_webview_pack',
'variables': {
@@ -72,6 +73,7 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ # GN Version: //android_webview:repack_locales
{
'action_name': 'android_webview_repack_locales',
'variables': {
@@ -92,6 +94,7 @@
'<@(locales)',
],
},
+ # GN version: //android_webview/rename_snapshot_blob
{
'action_name': 'rename_snapshot_blob',
'inputs': [
@@ -107,6 +110,7 @@
'<@(_outputs)',
],
},
+ # GN version: //android_webview/rename_natives_blob
{
'action_name': 'rename_natives_blob',
'inputs': [
@@ -124,6 +128,7 @@
},
],
},
+ # GN version: //android_webview/locale_paks
{
'target_name': 'android_webview_locale_paks',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698