| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index a75369112e92c038b9124eb445639ab5ec7393ab..317f361e88f3d7cdf82b002032a8135679413906 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1895,7 +1895,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("whitelisted_resource_{numeric_id}") {numeric_id}'],
|
| }],
|
| ['enable_mdns==1 or OS=="mac"', {
|
| 'grit_defines': ['-D', 'enable_service_discovery'],
|
|
|