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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1285413007: Unify geometry test printers in a test support target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PrintTo instead of operator<< Created 5 years, 4 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 | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"',
{
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698