| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 57fa60da1ed1fd913f68c035f1759a3bd85d0f24..cbdaecce5d1293c78212beac378214f77db08a91 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1986,6 +1986,8 @@
|
| 'paint/PaintLayerStackingNodeIterator.cpp',
|
| 'paint/PaintPhase.cpp',
|
| 'paint/PaintPhase.h',
|
| + 'paint/PaintPropertyTreeBuilder.cpp',
|
| + 'paint/PaintPropertyTreeBuilder.h',
|
| 'paint/PartPainter.cpp',
|
| 'paint/PartPainter.h',
|
| 'paint/ReplacedPainter.cpp',
|
| @@ -3900,6 +3902,7 @@
|
| 'paint/LayoutObjectDrawingRecorderTest.cpp',
|
| 'paint/NinePieceImageGridTest.cpp',
|
| 'paint/PaintLayerPainterTest.cpp',
|
| + 'paint/PaintPropertyTreeBuilderTest.cpp',
|
| 'paint/TableCellPainterTest.cpp',
|
| 'paint/TextPainterTest.cpp',
|
| 'streams/ReadableStreamReaderTest.cpp',
|
|
|