Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index af46ae1483d3811501f064e3872aec6ff6237641..757b7b6d5f1cf014b49cffd58b5c8f851d3263a1 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1933,9 +1933,10 @@ |
# Rules for excluding e.g. foo_win.cc from the build on non-Windows. |
'filename_rules.gypi', |
], |
- # In Chromium code, we define __STDC_FORMAT_MACROS in order to get the |
+ # In Chromium code, we define __STDC_foo_MACROS in order to get the |
# C99 macros on Mac and Linux. |
'defines': [ |
+ '__STDC_CONSTANT_MACROS', |
DaleCurtis
2012/11/06 18:41:21
As the bots are indicating, I think you'll have to
Paweł Hajdan Jr.
2012/11/06 18:48:18
Don't worry about those, I have a patch ready: htt
|
'__STDC_FORMAT_MACROS', |
], |
'conditions': [ |