Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index 8ad40ad70635a0d40cbe7e65b9b8df73689e4429..879a5d2bb8fb79b291df74ea74507b806412dc56 100644 |
--- a/Source/platform/blink_platform.gypi |
+++ b/Source/platform/blink_platform.gypi |
@@ -1021,12 +1021,17 @@ |
'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
'image-decoders/webp/WEBPImageDecoderTest.cpp', |
], |
+ # TODO(jbroman): Move these into platform_test_support_files. |
'platform_unittest_support_files': [ |
'testing/URLTestHelpers.cpp', |
'testing/URLTestHelpers.h', |
'testing/UnitTestHelpers.cpp', |
'testing/UnitTestHelpers.h', |
], |
+ 'platform_test_support_files': [ |
+ 'testing/GeometryPrinters.cpp', |
+ 'testing/GeometryPrinters.h', |
+ ], |
'conditions': [ |
['OS=="win"', |
{ |