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'], |