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

Unified Diff: build/grit_action.gypi

Issue 184783005: Add a new gyp flag to enable resource whitelist generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/grit_action.gypi
diff --git a/build/grit_action.gypi b/build/grit_action.gypi
index a247d7e8c2f9480ef1dcb763acb86dbfa7fd5f86..fef961f0da772fea47bd5c3639ef33c155882965 100644
--- a/build/grit_action.gypi
+++ b/build/grit_action.gypi
@@ -20,6 +20,7 @@
# This makes it possible to add more defines in specific targets,
# instead of build/common.gypi .
'grit_additional_defines%': [],
+ 'grit_rc_header_format%': [],
},
'inputs': [
'<!@pymod_do_main(grit_info <@(grit_defines) <@(grit_additional_defines) '
@@ -35,6 +36,7 @@
'-f', '<(grit_resource_ids)',
'-o', '<(grit_out_dir)',
'<@(grit_defines)',
- '<@(grit_additional_defines)' ],
+ '<@(grit_additional_defines)',
+ '<@(grit_rc_header_format)'],
'message': 'Generating resources from <(grit_grd_file)',
}
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698