 Chromium Code Reviews
 Chromium Code Reviews Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content.
    
  
    Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content. 
  | 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" ] | 
| } |