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

Unified Diff: build/config/nacl/BUILD.gn

Issue 1426663003: GN: Add __STDC_LIMIT_MACROS to nacl_defines for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/nacl/BUILD.gn
diff --git a/build/config/nacl/BUILD.gn b/build/config/nacl/BUILD.gn
index 6d3244cb5993568039d65a484fcd6e58b57b41db..84ffc62c6686d328f185e9cf52ce3a9773283718 100644
--- a/build/config/nacl/BUILD.gn
+++ b/build/config/nacl/BUILD.gn
@@ -13,6 +13,8 @@ config("nacl_defines") {
"_GNU_SOURCE=1",
"__STDC_LIMIT_MACROS=1",
]
+ } else if (is_win) {
+ defines = [ "__STDC_LIMIT_MACROS=1" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698