| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 5b3cc14a1c94ea6019ab1a8aaf64e37df9aeccb7..6805eef9892d3fdad98765403d3c35b094a50be7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1472,6 +1472,8 @@
|
| 'paint/InlinePainter.h',
|
| 'paint/InlineTextBoxPainter.cpp',
|
| 'paint/InlineTextBoxPainter.h',
|
| + 'paint/LayerClipRecorder.cpp',
|
| + 'paint/LayerClipRecorder.h',
|
| 'paint/LayerPainter.cpp',
|
| 'paint/LayerPainter.h',
|
| 'paint/LineBoxListPainter.cpp',
|
| @@ -3564,8 +3566,8 @@
|
| 'loader/MixedContentCheckerTest.cpp',
|
| 'page/NetworkStateNotifierTest.cpp',
|
| 'page/PrintContextTest.cpp',
|
| - 'paint/ClipRecorderTest.cpp',
|
| 'paint/DrawingRecorderTest.cpp',
|
| + 'paint/LayerClipRecorderTest.cpp',
|
| 'paint/TextPainterTest.cpp',
|
| 'paint/ViewDisplayListTest.cpp',
|
| 'rendering/RenderBlockTest.cpp',
|
|
|