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

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

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: Created 3 years, 6 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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "graphics/BitmapImage.h", 819 "graphics/BitmapImage.h",
820 "graphics/BitmapImageMetrics.cpp", 820 "graphics/BitmapImageMetrics.cpp",
821 "graphics/BitmapImageMetrics.h", 821 "graphics/BitmapImageMetrics.h",
822 "graphics/BoxReflection.cpp", 822 "graphics/BoxReflection.cpp",
823 "graphics/BoxReflection.h", 823 "graphics/BoxReflection.h",
824 "graphics/Canvas2DImageBufferSurface.h", 824 "graphics/Canvas2DImageBufferSurface.h",
825 "graphics/Canvas2DLayerBridge.cpp", 825 "graphics/Canvas2DLayerBridge.cpp",
826 "graphics/Canvas2DLayerBridge.h", 826 "graphics/Canvas2DLayerBridge.h",
827 "graphics/CanvasColorParams.cpp", 827 "graphics/CanvasColorParams.cpp",
828 "graphics/CanvasColorParams.h", 828 "graphics/CanvasColorParams.h",
829 "graphics/CanvasHeuristicParameters.h",
829 "graphics/CanvasMetrics.cpp", 830 "graphics/CanvasMetrics.cpp",
830 "graphics/CanvasMetrics.h", 831 "graphics/CanvasMetrics.h",
831 "graphics/CanvasSurfaceLayerBridge.cpp", 832 "graphics/CanvasSurfaceLayerBridge.cpp",
832 "graphics/CanvasSurfaceLayerBridge.h", 833 "graphics/CanvasSurfaceLayerBridge.h",
833 "graphics/Color.cpp", 834 "graphics/Color.cpp",
834 "graphics/Color.h", 835 "graphics/Color.h",
835 "graphics/ColorBehavior.cpp", 836 "graphics/ColorBehavior.cpp",
836 "graphics/ColorBehavior.h", 837 "graphics/ColorBehavior.h",
837 "graphics/ColorSpaceGamut.cpp", 838 "graphics/ColorSpaceGamut.cpp",
838 "graphics/ColorSpaceGamut.h", 839 "graphics/ColorSpaceGamut.h",
(...skipping 21 matching lines...) Expand all
860 "graphics/ContiguousContainer.h", 861 "graphics/ContiguousContainer.h",
861 "graphics/CrossfadeGeneratedImage.cpp", 862 "graphics/CrossfadeGeneratedImage.cpp",
862 "graphics/CrossfadeGeneratedImage.h", 863 "graphics/CrossfadeGeneratedImage.h",
863 "graphics/DashArray.h", 864 "graphics/DashArray.h",
864 "graphics/DecodingImageGenerator.cpp", 865 "graphics/DecodingImageGenerator.cpp",
865 "graphics/DecodingImageGenerator.h", 866 "graphics/DecodingImageGenerator.h",
866 "graphics/DeferredImageDecoder.cpp", 867 "graphics/DeferredImageDecoder.cpp",
867 "graphics/DeferredImageDecoder.h", 868 "graphics/DeferredImageDecoder.h",
868 "graphics/DrawLooperBuilder.cpp", 869 "graphics/DrawLooperBuilder.cpp",
869 "graphics/DrawLooperBuilder.h", 870 "graphics/DrawLooperBuilder.h",
870 "graphics/ExpensiveCanvasHeuristicParameters.h",
871 "graphics/FirstPaintInvalidationTracking.cpp", 871 "graphics/FirstPaintInvalidationTracking.cpp",
872 "graphics/FirstPaintInvalidationTracking.h", 872 "graphics/FirstPaintInvalidationTracking.h",
873 "graphics/FrameData.cpp", 873 "graphics/FrameData.cpp",
874 "graphics/FrameData.h", 874 "graphics/FrameData.h",
875 "graphics/GeneratedImage.cpp", 875 "graphics/GeneratedImage.cpp",
876 "graphics/GeneratedImage.h", 876 "graphics/GeneratedImage.h",
877 "graphics/Gradient.cpp", 877 "graphics/Gradient.cpp",
878 "graphics/Gradient.h", 878 "graphics/Gradient.h",
879 "graphics/GradientGeneratedImage.cpp", 879 "graphics/GradientGeneratedImage.cpp",
880 "graphics/GradientGeneratedImage.h", 880 "graphics/GradientGeneratedImage.h",
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 "//third_party/WebKit/Source:config", 2236 "//third_party/WebKit/Source:config",
2237 "//third_party/WebKit/Source:inside_blink", 2237 "//third_party/WebKit/Source:inside_blink",
2238 ] 2238 ]
2239 2239
2240 deps = [ 2240 deps = [
2241 ":test_support", 2241 ":test_support",
2242 "//testing/gmock", 2242 "//testing/gmock",
2243 "//testing/gtest", 2243 "//testing/gtest",
2244 ] 2244 ]
2245 } 2245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698