Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: sky/engine/platform/BUILD.gn

Issue 962543003: Simplify RenderLayer's handling of filters. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/rendering/RenderLayerFilterInfo.cpp ('k') | sky/engine/platform/graphics/filters/Filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « sky/engine/core/rendering/RenderLayerFilterInfo.cpp ('k') | sky/engine/platform/graphics/filters/Filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698