| Index: sky/engine/platform/BUILD.gn
|
| diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
|
| index 13585a2e7c24b34b9ad7eb5bc35fb76515e3c856..da61f25de0568e87f1749d979d1d0b2f361c1151 100644
|
| --- a/sky/engine/platform/BUILD.gn
|
| +++ b/sky/engine/platform/BUILD.gn
|
| @@ -318,8 +318,6 @@ source_set("platform") {
|
| "graphics/filters/ParallelJobs.h",
|
| "graphics/filters/PointLightSource.cpp",
|
| "graphics/filters/PointLightSource.h",
|
| - "graphics/filters/ReferenceFilter.cpp",
|
| - "graphics/filters/ReferenceFilter.h",
|
| "graphics/filters/SkiaImageFilterBuilder.cpp",
|
| "graphics/filters/SkiaImageFilterBuilder.h",
|
| "graphics/filters/SourceAlpha.cpp",
|
| @@ -675,7 +673,6 @@ test("platform_unittests") {
|
| "geometry/RoundedRectTest.cpp",
|
| "graphics/GraphicsContextTest.cpp",
|
| "graphics/ThreadSafeDataTransportTest.cpp",
|
| - "graphics/filters/ImageFilterBuilderTest.cpp",
|
| "graphics/gpu/DrawingBufferTest.cpp",
|
| "image-decoders/ImageDecoderTest.cpp",
|
| "mac/ScrollElasticityControllerTest.mm",
|
|
|