| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index fd819b3f4954678e2064d6549b504447aa0d40f8..5c79a19971f6097d7efe28964734ab7d78564c73 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3750,6 +3750,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',
|
| @@ -3765,6 +3766,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',
|
|
|