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

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: Fewer redundant spaces, more toString tests Created 4 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
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 fbbded168326ddb0c4113e74c0c4f018fccb5cde..57fbb37a6d93d5d1828b2423c51003f63ee929e1 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -55,6 +55,7 @@
'LayoutLocale.h',
'LayoutTestSupport.cpp',
'LayoutTestSupport.h',
+ 'LayoutUnit.cpp',
'LayoutUnit.h',
'Length.cpp',
'Length.h',
@@ -504,6 +505,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',
@@ -1262,6 +1265,7 @@
'geometry/FloatBoxTestHelpers.cpp',
'geometry/FloatPointTest.cpp',
'geometry/FloatPolygonTest.cpp',
+ 'geometry/FloatQuadTest.cpp',
'geometry/FloatRectTest.cpp',
'geometry/FloatRoundedRectTest.cpp',
'geometry/FloatSizeTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/LayoutUnit.cpp ('k') | third_party/WebKit/Source/platform/geometry/FloatBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698