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

Unified Diff: build/precompile.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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 | « build/config/jumbo.gni ('k') | cc/cc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/precompile.h
diff --git a/build/precompile.h b/build/precompile.h
index 50a9b87e2fb2326c08ebd94b53d81bd380597d96..3e8cd52cfd4717473d0eca7f617177a3b2e100d5 100644
--- a/build/precompile.h
+++ b/build/precompile.h
@@ -11,7 +11,10 @@
#define BUILD_PRECOMPILE_H_
+#ifndef _USE_MATH_DEFINES
+// Needed to get preprocessor macros like M_PI out of VS libraries.
#define _USE_MATH_DEFINES
+#endif
#include <errno.h>
#include <fcntl.h>
« no previous file with comments | « build/config/jumbo.gni ('k') | cc/cc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698