| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index de6e21900152b38fe9f06aea19918a2057870840..2891d76e43046e8ed6f79816fc3c951b9f63b8e3 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3751,6 +3751,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',
|
| @@ -3766,6 +3767,7 @@
|
| 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
|
| 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
|
| 'platform/text/DateTimeFormatTest.cpp',
|
| + 'rendering/RenderOverflowTest.cpp',
|
| 'tests/ArenaTestHelpers.h',
|
| 'tests/FakeWebGraphicsContext3D.h',
|
| 'tests/HTMLDimension.cpp',
|
|
|