| 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..494346d9fe28eb9c6d2a0e64edfe0c754277401d 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',
|
|
|