| 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 cc2285aed4cf5e32fa698a99f15269ddfc501949..b7ce9445ee493a073933fef194be4f0f476b0cb3 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1994,6 +1994,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',
|
| @@ -3913,6 +3915,7 @@
|
| 'paint/PaintControllerPaintTest.h',
|
| 'paint/PaintInfoTest.cpp',
|
| 'paint/PaintLayerPainterTest.cpp',
|
| + 'paint/PaintPropertyTreeBuilderTest.cpp',
|
| 'paint/TableCellPainterTest.cpp',
|
| 'paint/TextPainterTest.cpp',
|
| 'streams/ReadableStreamReaderTest.cpp',
|
|
|