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

Unified Diff: build/common.gypi

Issue 216233012: Add whitelist support for grit repack steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | build/repack_action.gypi » ('j') | build/repack_action.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 68a4316b3c4bcfca9e46c1ed8e2f6f78e5f683b6..3c611954e59c817620679e7bbdb7810c9fd1381e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1886,7 +1886,7 @@
'grit_defines': ['-D', 'enable_notifications'],
}],
['enable_resource_whitelist_generation==1', {
- 'grit_rc_header_format': ['-h', '#define {textual_id} _Pragma("{textual_id}") {numeric_id}'],
+ 'grit_rc_header_format': ['-h', '#define {textual_id} _Pragma("{numeric_id}") {numeric_id}'],
}],
['enable_mdns==1 or OS=="mac"', {
'grit_defines': ['-D', 'enable_service_discovery'],
« no previous file with comments | « no previous file | build/repack_action.gypi » ('j') | build/repack_action.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698