| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index fe44ac25e15544d3d73226b3f7ee24831c628c83..317f760e054ff2b94732de9b6b37afc4e65a2aa0 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3749,6 +3749,7 @@
|
| 'platform/chromium/ClipboardChromiumTest.cpp',
|
| 'platform/graphics/FontTest.cpp',
|
| 'platform/graphics/GraphicsContextTest.cpp',
|
| + 'platform/graphics/RoundedRectTest.cpp',
|
| 'platform/graphics/UnitBezierTest.cpp',
|
| 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
|
| 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
|
| @@ -3764,6 +3765,7 @@
|
| 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
|
| 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
|
| 'platform/text/DateTimeFormatTest.cpp',
|
| + 'rendering/RenderOverflowTest.cpp',
|
| 'tests/FakeWebGraphicsContext3D.h',
|
| 'tests/HTMLDimension.cpp',
|
| 'tests/LayoutUnit.cpp',
|
|
|