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

Unified Diff: android_webview/android_webview.gyp

Issue 1270793002: [Android WebView] Put error page files into WebView resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added RTL direction support Created 5 years, 4 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/common/aw_resource.h » ('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 d7445fdc44a08d3de32d7e9435659f485dc59589..bb429a6e02f52bc43b2a7337659cacc928086f47 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -24,9 +24,17 @@
'arch_suffix':'64'
}],
],
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/android_webview',
},
'actions': [
{
+ 'action_name': 'generate_aw_renderer_resources',
+ 'variables': {
+ 'grit_grd_file': 'renderer/aw_renderer_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ {
'action_name': 'repack_android_webview_pack',
'variables': {
'pak_inputs': [
@@ -36,6 +44,7 @@
'<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
+ '<(grit_out_dir)/aw_renderer_resources.pak',
],
'pak_output': '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
},
« no previous file with comments | « no previous file | android_webview/common/aw_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698