Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 05f708b3e3808e335fac219744b11a43e5bbc82c..437785452cc5f0b5a0af6c07ce82a874d4c5993f 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -40,6 +40,9 @@ |
'../build/common.gypi', |
], |
'target_defaults': { |
+ 'defines': [ |
+ '__STDC_FORMAT_MACROS', |
Evan Martin
2009/06/25 17:46:35
comment on this? (just a reference to the new hea
Mark Mentovai
2009/06/25 18:02:18
Evan Martin wrote:
|
+ ], |
'sources/': [ |
['exclude', '/(cocoa|gtk|win)/'], |
['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|views|x)(_unittest)?\\.(cc|mm?)$'], |