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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # Most targets in this file are private actions so use that as the default. 10 # Most targets in this file are private actions so use that as the default.
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "graphics/filters/FilterEffect.h", 311 "graphics/filters/FilterEffect.h",
312 "graphics/filters/FilterOperation.cpp", 312 "graphics/filters/FilterOperation.cpp",
313 "graphics/filters/FilterOperation.h", 313 "graphics/filters/FilterOperation.h",
314 "graphics/filters/FilterOperations.cpp", 314 "graphics/filters/FilterOperations.cpp",
315 "graphics/filters/FilterOperations.h", 315 "graphics/filters/FilterOperations.h",
316 "graphics/filters/LightSource.cpp", 316 "graphics/filters/LightSource.cpp",
317 "graphics/filters/LightSource.h", 317 "graphics/filters/LightSource.h",
318 "graphics/filters/ParallelJobs.h", 318 "graphics/filters/ParallelJobs.h",
319 "graphics/filters/PointLightSource.cpp", 319 "graphics/filters/PointLightSource.cpp",
320 "graphics/filters/PointLightSource.h", 320 "graphics/filters/PointLightSource.h",
321 "graphics/filters/ReferenceFilter.cpp",
322 "graphics/filters/ReferenceFilter.h",
323 "graphics/filters/SkiaImageFilterBuilder.cpp", 321 "graphics/filters/SkiaImageFilterBuilder.cpp",
324 "graphics/filters/SkiaImageFilterBuilder.h", 322 "graphics/filters/SkiaImageFilterBuilder.h",
325 "graphics/filters/SourceAlpha.cpp", 323 "graphics/filters/SourceAlpha.cpp",
326 "graphics/filters/SourceAlpha.h", 324 "graphics/filters/SourceAlpha.h",
327 "graphics/filters/SourceGraphic.cpp", 325 "graphics/filters/SourceGraphic.cpp",
328 "graphics/filters/SourceGraphic.h", 326 "graphics/filters/SourceGraphic.h",
329 "graphics/filters/SpotLightSource.cpp", 327 "graphics/filters/SpotLightSource.cpp",
330 "graphics/filters/SpotLightSource.h", 328 "graphics/filters/SpotLightSource.h",
331 "graphics/FrameData.cpp", 329 "graphics/FrameData.cpp",
332 "graphics/FrameData.h", 330 "graphics/FrameData.h",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "fonts/FontTest.cpp", 666 "fonts/FontTest.cpp",
669 "fonts/GlyphPageTreeNodeTest.cpp", 667 "fonts/GlyphPageTreeNodeTest.cpp",
670 "fonts/android/FontCacheAndroidTest.cpp", 668 "fonts/android/FontCacheAndroidTest.cpp",
671 "geometry/FloatBoxTest.cpp", 669 "geometry/FloatBoxTest.cpp",
672 "geometry/FloatBoxTestHelpers.cpp", 670 "geometry/FloatBoxTestHelpers.cpp",
673 "geometry/FloatRoundedRectTest.cpp", 671 "geometry/FloatRoundedRectTest.cpp",
674 "geometry/RegionTest.cpp", 672 "geometry/RegionTest.cpp",
675 "geometry/RoundedRectTest.cpp", 673 "geometry/RoundedRectTest.cpp",
676 "graphics/GraphicsContextTest.cpp", 674 "graphics/GraphicsContextTest.cpp",
677 "graphics/ThreadSafeDataTransportTest.cpp", 675 "graphics/ThreadSafeDataTransportTest.cpp",
678 "graphics/filters/ImageFilterBuilderTest.cpp",
679 "graphics/gpu/DrawingBufferTest.cpp", 676 "graphics/gpu/DrawingBufferTest.cpp",
680 "image-decoders/ImageDecoderTest.cpp", 677 "image-decoders/ImageDecoderTest.cpp",
681 "mac/ScrollElasticityControllerTest.mm", 678 "mac/ScrollElasticityControllerTest.mm",
682 "network/HTTPParsersTest.cpp", 679 "network/HTTPParsersTest.cpp",
683 "testing/RunAllTests.cpp", 680 "testing/RunAllTests.cpp",
684 "transforms/TransformOperationsTest.cpp", 681 "transforms/TransformOperationsTest.cpp",
685 "transforms/TransformationMatrixTest.cpp", 682 "transforms/TransformationMatrixTest.cpp",
686 "text/BidiResolverTest.cpp", 683 "text/BidiResolverTest.cpp",
687 "text/SegmentedStringTest.cpp", 684 "text/SegmentedStringTest.cpp",
688 "text/UnicodeUtilitiesTest.cpp", 685 "text/UnicodeUtilitiesTest.cpp",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 727 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
731 # TODO(GYP) 728 # TODO(GYP)
732 #'cflags': ['-marm'], 729 #'cflags': ['-marm'],
733 # 'conditions': [ 730 # 'conditions': [
734 # ['OS=="android"', { 731 # ['OS=="android"', {
735 # 'cflags!': ['-mthumb'], 732 # 'cflags!': ['-mthumb'],
736 # }], 733 # }],
737 # ], 734 # ],
738 } 735 }
739 } 736 }
OLDNEW
« 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