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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2191233002: Add platform/geometry pretty printers for logging and testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust tests to work around uninteresting cross-platform differences Created 4 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
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 1966f2f04e02cedde04da3819f492dca012e1539..b2befa15ca83098c9c1ffc5400404ca0b5e37f77 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -500,6 +500,8 @@
'geometry/DoubleRect.h',
'geometry/DoubleSize.cpp',
'geometry/DoubleSize.h',
+ 'geometry/FloatBox.cpp',
+ 'geometry/FloatBox.h',
'geometry/FloatRectOutsets.h',
'geometry/FloatPoint.cpp',
'geometry/FloatPoint.h',
@@ -1294,8 +1296,6 @@
'testing/FakeGraphicsLayerClient.h',
'testing/FontTestHelpers.cpp',
'testing/FontTestHelpers.h',
- 'testing/GeometryPrinters.cpp',
- 'testing/GeometryPrinters.h',
'testing/HistogramTester.cpp',
'testing/HistogramTester.h',
'testing/MessageLoopForMojo.h',

Powered by Google App Engine
This is Rietveld 408576698