| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 7ca2540e3e32710f8c5651d4b29c927dd8caad17..4d375114cd5993e172ab708a59b359a51ea0df9e 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -980,6 +980,7 @@ component("platform") {
|
| "graphics/paint/ForeignLayerDisplayItem.h",
|
| "graphics/paint/GeometryMapper.cpp",
|
| "graphics/paint/GeometryMapper.h",
|
| + "graphics/paint/GeometryPropertyTreeState.h",
|
| "graphics/paint/PaintArtifact.cpp",
|
| "graphics/paint/PaintArtifact.h",
|
| "graphics/paint/PaintArtifactToSkCanvas.cpp",
|
| @@ -990,7 +991,6 @@ component("platform") {
|
| "graphics/paint/PaintChunker.h",
|
| "graphics/paint/PaintController.cpp",
|
| "graphics/paint/PaintController.h",
|
| - "graphics/paint/PropertyTreeState.h",
|
| "graphics/paint/ScopedPaintChunkProperties.h",
|
| "graphics/paint/ScrollDisplayItem.cpp",
|
| "graphics/paint/ScrollDisplayItem.h",
|
| @@ -1676,11 +1676,11 @@ test("blink_platform_unittests") {
|
| "graphics/paint/DisplayItemListTest.cpp",
|
| "graphics/paint/DisplayItemTest.cpp",
|
| "graphics/paint/GeometryMapperTest.cpp",
|
| + "graphics/paint/GeometryPropertyTreeStateTest.cpp",
|
| "graphics/paint/PaintArtifactToSkCanvasTest.cpp",
|
| "graphics/paint/PaintChunkTest.cpp",
|
| "graphics/paint/PaintChunkerTest.cpp",
|
| "graphics/paint/PaintControllerTest.cpp",
|
| - "graphics/paint/PropertyTreeStateTest.cpp",
|
| "image-decoders/FastSharedBufferReaderTest.cpp",
|
| "image-decoders/ImageDecoderTest.cpp",
|
| "image-decoders/ImageDecoderTestHelpers.cpp",
|
|
|