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

Unified Diff: content/test/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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/shared_worker/embedded_shared_worker_stub.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 21739d7d8b024b357f8c9fe74dc7c834b0a7a184..0f0ae9df22f8bf7e63ea9000283e5a2d56918626 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1753,6 +1753,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/shared_worker/embedded_shared_worker_stub.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698