| 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 9685a9ab9225cc9066ca57a0b34b88a4d2e218eb..bee5a48f918da0a9dc46ea2c60dac7088b7e7dfd 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1022,6 +1022,7 @@ component("platform") {
|
| "graphics/paint/PaintChunker.h",
|
| "graphics/paint/PaintController.cpp",
|
| "graphics/paint/PaintController.h",
|
| + "graphics/paint/PropertyTreeState.cpp",
|
| "graphics/paint/PropertyTreeState.h",
|
| "graphics/paint/RasterInvalidationTracking.cpp",
|
| "graphics/paint/RasterInvalidationTracking.h",
|
| @@ -1742,6 +1743,7 @@ test("blink_platform_unittests") {
|
| "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",
|
|
|