| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 5be4dc2681367e1781ea5c8c9be1892a61fdc3fd..8ad77d19ccb609cd1efa9d097088d6aa54cc5174 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -208,6 +208,8 @@
|
| 'geometry/LayoutRect.cpp',
|
| 'geometry/LayoutRect.h',
|
| 'geometry/LayoutSize.h',
|
| + 'geometry/Region.cpp',
|
| + 'geometry/Region.h',
|
| 'geometry/RoundedRect.cpp',
|
| 'geometry/RoundedRect.h',
|
| 'graphics/angle/ANGLEPlatformBridge.cpp',
|
| @@ -300,6 +302,7 @@
|
| 'animation/UnitBezierTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| + 'geometry/RegionTest.cpp',
|
| 'geometry/RoundedRectTest.cpp',
|
| 'geometry/RoundedRectTest.cpp',
|
| 'testing/ArenaTestHelpers.h',
|
|
|