| 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',
|
|
|