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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)
Patch Set: Fix EXPORTs Created 4 years, 2 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "graphics/filters/FESpecularLighting.cpp", 900 "graphics/filters/FESpecularLighting.cpp",
901 "graphics/filters/FESpecularLighting.h", 901 "graphics/filters/FESpecularLighting.h",
902 "graphics/filters/FETile.cpp", 902 "graphics/filters/FETile.cpp",
903 "graphics/filters/FETile.h", 903 "graphics/filters/FETile.h",
904 "graphics/filters/FETurbulence.cpp", 904 "graphics/filters/FETurbulence.cpp",
905 "graphics/filters/FETurbulence.h", 905 "graphics/filters/FETurbulence.h",
906 "graphics/filters/Filter.cpp", 906 "graphics/filters/Filter.cpp",
907 "graphics/filters/Filter.h", 907 "graphics/filters/Filter.h",
908 "graphics/filters/FilterEffect.cpp", 908 "graphics/filters/FilterEffect.cpp",
909 "graphics/filters/FilterEffect.h", 909 "graphics/filters/FilterEffect.h",
910 "graphics/filters/FilterOperation.cpp",
911 "graphics/filters/FilterOperation.h",
912 "graphics/filters/FilterOperations.cpp",
913 "graphics/filters/FilterOperations.h",
914 "graphics/filters/LightSource.cpp", 910 "graphics/filters/LightSource.cpp",
915 "graphics/filters/LightSource.h", 911 "graphics/filters/LightSource.h",
916 "graphics/filters/PaintFilterEffect.cpp", 912 "graphics/filters/PaintFilterEffect.cpp",
917 "graphics/filters/PaintFilterEffect.h", 913 "graphics/filters/PaintFilterEffect.h",
918 "graphics/filters/PointLightSource.cpp", 914 "graphics/filters/PointLightSource.cpp",
919 "graphics/filters/PointLightSource.h", 915 "graphics/filters/PointLightSource.h",
920 "graphics/filters/SkiaImageFilterBuilder.cpp", 916 "graphics/filters/SkiaImageFilterBuilder.cpp",
921 "graphics/filters/SkiaImageFilterBuilder.h", 917 "graphics/filters/SkiaImageFilterBuilder.h",
922 "graphics/filters/SourceAlpha.cpp", 918 "graphics/filters/SourceAlpha.cpp",
923 "graphics/filters/SourceAlpha.h", 919 "graphics/filters/SourceAlpha.h",
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 "geometry/LayoutRectTest.cpp", 1649 "geometry/LayoutRectTest.cpp",
1654 "geometry/RegionTest.cpp", 1650 "geometry/RegionTest.cpp",
1655 "graphics/BitmapImageTest.cpp", 1651 "graphics/BitmapImageTest.cpp",
1656 "graphics/CompositorMutableStateTest.cpp", 1652 "graphics/CompositorMutableStateTest.cpp",
1657 "graphics/CompositorMutatorClientTest.cpp", 1653 "graphics/CompositorMutatorClientTest.cpp",
1658 "graphics/ContiguousContainerTest.cpp", 1654 "graphics/ContiguousContainerTest.cpp",
1659 "graphics/DeferredImageDecoderTestWoPlatform.cpp", 1655 "graphics/DeferredImageDecoderTestWoPlatform.cpp",
1660 "graphics/GraphicsContextTest.cpp", 1656 "graphics/GraphicsContextTest.cpp",
1661 "graphics/RecordingImageBufferSurfaceTest.cpp", 1657 "graphics/RecordingImageBufferSurfaceTest.cpp",
1662 "graphics/compositing/PaintArtifactCompositorTest.cpp", 1658 "graphics/compositing/PaintArtifactCompositorTest.cpp",
1663 "graphics/filters/FilterOperationsTest.cpp",
1664 "graphics/filters/ImageFilterBuilderTest.cpp", 1659 "graphics/filters/ImageFilterBuilderTest.cpp",
1665 "graphics/gpu/DrawingBufferTest.cpp", 1660 "graphics/gpu/DrawingBufferTest.cpp",
1666 "graphics/gpu/SharedGpuContextTest.cpp", 1661 "graphics/gpu/SharedGpuContextTest.cpp",
1667 "graphics/gpu/WebGLImageConversionTest.cpp", 1662 "graphics/gpu/WebGLImageConversionTest.cpp",
1668 "graphics/paint/DisplayItemClientTest.cpp", 1663 "graphics/paint/DisplayItemClientTest.cpp",
1669 "graphics/paint/DisplayItemListTest.cpp", 1664 "graphics/paint/DisplayItemListTest.cpp",
1670 "graphics/paint/DisplayItemTest.cpp", 1665 "graphics/paint/DisplayItemTest.cpp",
1671 "graphics/paint/GeometryMapperTest.cpp", 1666 "graphics/paint/GeometryMapperTest.cpp",
1672 "graphics/paint/GeometryPropertyTreeStateTest.cpp", 1667 "graphics/paint/GeometryPropertyTreeStateTest.cpp",
1673 "graphics/paint/PaintArtifactToSkCanvasTest.cpp", 1668 "graphics/paint/PaintArtifactToSkCanvasTest.cpp",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 "//third_party/WebKit/Source:inside_blink", 1941 "//third_party/WebKit/Source:inside_blink",
1947 ] 1942 ]
1948 1943
1949 deps = [ 1944 deps = [
1950 ":test_support", 1945 ":test_support",
1951 "//cc/surfaces:surface_id", 1946 "//cc/surfaces:surface_id",
1952 "//testing/gmock", 1947 "//testing/gmock",
1953 "//testing/gtest", 1948 "//testing/gtest",
1954 ] 1949 ]
1955 } 1950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698