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 9576afc8a45e25c4716b942169570afa21409d59..1aacedf0f0294ddd4c9f348c175f629189688259 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -1992,6 +1992,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', |
@@ -3911,6 +3913,7 @@ |
'paint/PaintControllerPaintTest.h', |
'paint/PaintInfoTest.cpp', |
'paint/PaintLayerPainterTest.cpp', |
+ 'paint/PaintPropertyTreeBuilderTest.cpp', |
'paint/TableCellPainterTest.cpp', |
'paint/TextPainterTest.cpp', |
'streams/ReadableStreamReaderTest.cpp', |