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

Unified Diff: content/browser/devtools/devtools_resources.gyp

Issue 250903002: Take grit_rc_header_format into account in grit actions that don't use build/grit_action.gypi. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add default variable Created 6 years, 8 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 | content/browser/tracing/tracing_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_resources.gyp
===================================================================
--- content/browser/devtools/devtools_resources.gyp (revision 266217)
+++ content/browser/devtools/devtools_resources.gyp (working copy)
@@ -22,6 +22,7 @@
'variables': {
'grit_cmd': ['python', '../../../tools/grit/grit.py'],
'grit_grd_file': '<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd',
+ 'grit_rc_header_format%': '',
},
'inputs': [
'<(grit_grd_file)',
@@ -38,7 +39,8 @@
'-f', '<(DEPTH)/tools/gritsettings/resource_ids',
'-o', '<(grit_out_dir)',
'-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)',
- '<@(grit_defines)' ],
+ '<@(grit_defines)',
+ '<@(grit_rc_header_format)'],
'message': 'Generating resources from <(grit_grd_file)',
},
{
« no previous file with comments | « no previous file | content/browser/tracing/tracing_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698