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

Unified Diff: build/common.gypi

Issue 1299433002: Pass enable_topchrome_md as a grit define (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | build/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »
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 480bfe5bd530aabf51dbed075cd393d92840cdfb..db723bc02d43e2e2cc9d55a736acc0c362435d72 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2198,6 +2198,9 @@
['mac_views_browser==1', {
'grit_defines': ['-D', 'mac_views_browser'],
}],
+ ['enable_topchrome_md==1', {
+ 'grit_defines': ['-D', 'enable_topchrome_md'],
+ }],
['enable_resource_whitelist_generation==1 and OS!="win"', {
'grit_rc_header_format': ['-h', '#define {textual_id} _Pragma("whitelisted_resource_{numeric_id}") {numeric_id}'],
}],
« no previous file with comments | « no previous file | build/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698