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

Unified Diff: content/test/BUILD.gn

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 | « content/renderer/render_view_impl.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index fb64334f7e6d2c7b3d7af1c3f42dca1c5025a071..b85de1b50f7b511515de344769dee7496e16d318 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1813,6 +1813,11 @@ test("content_unittests") {
}
}
if (is_win) {
+ defines += [
+ # Must be defined to get access to M_PI and M_PI_2 in VS.
+ "_USE_MATH_DEFINES",
+ ]
+
deps += [ "//third_party/iaccessible2" ]
libs = [ "dwrite.lib" ]
}
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698