| 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 a974f2ab6220e70dd9148a44b5efb69d99f589da..b27d92899d1b5fd666e996c81a86d40a6936025e 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1024,6 +1024,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",
|
| @@ -1747,6 +1748,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",
|
|
|