Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8585)

Unified Diff: chrome/chrome.gyp

Issue 147154: Use C99 standard format macros for 64-bit values. (Closed)
Patch Set: ... Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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?)$'],

Powered by Google App Engine
This is Rietveld 408576698