Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 67ddaedf7de2bdfa711b71329516da2a5c339ac1..f99225c2fe8124013eec4581e7b0131b76459162 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', |
'__STDC_FORMAT_MACROS', |
], |
'conditions': [ |