| 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 f87b5b293c8a5ec25559250d02028530a02f06e8..0dbcecc81104831343d6d3507695ed692390026b 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -907,10 +907,6 @@ component("platform") {
|
| "graphics/filters/Filter.h",
|
| "graphics/filters/FilterEffect.cpp",
|
| "graphics/filters/FilterEffect.h",
|
| - "graphics/filters/FilterOperation.cpp",
|
| - "graphics/filters/FilterOperation.h",
|
| - "graphics/filters/FilterOperations.cpp",
|
| - "graphics/filters/FilterOperations.h",
|
| "graphics/filters/LightSource.cpp",
|
| "graphics/filters/LightSource.h",
|
| "graphics/filters/PaintFilterEffect.cpp",
|
| @@ -1660,7 +1656,6 @@ test("blink_platform_unittests") {
|
| "graphics/GraphicsContextTest.cpp",
|
| "graphics/RecordingImageBufferSurfaceTest.cpp",
|
| "graphics/compositing/PaintArtifactCompositorTest.cpp",
|
| - "graphics/filters/FilterOperationsTest.cpp",
|
| "graphics/filters/ImageFilterBuilderTest.cpp",
|
| "graphics/gpu/DrawingBufferTest.cpp",
|
| "graphics/gpu/SharedGpuContextTest.cpp",
|
|
|