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

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

Issue 2455983005: Refactor AcceleratedStaticBitmapImage (Closed)
Patch Set: deleteTexture in desctructor Created 4 years, 1 month 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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "graphics/ImageOrientation.h", 824 "graphics/ImageOrientation.h",
825 "graphics/ImagePattern.cpp", 825 "graphics/ImagePattern.cpp",
826 "graphics/ImagePattern.h", 826 "graphics/ImagePattern.h",
827 "graphics/ImageSource.cpp", 827 "graphics/ImageSource.cpp",
828 "graphics/ImageSource.h", 828 "graphics/ImageSource.h",
829 "graphics/InterceptingCanvas.cpp", 829 "graphics/InterceptingCanvas.cpp",
830 "graphics/InterceptingCanvas.h", 830 "graphics/InterceptingCanvas.h",
831 "graphics/LinkHighlight.h", 831 "graphics/LinkHighlight.h",
832 "graphics/LoggingCanvas.cpp", 832 "graphics/LoggingCanvas.cpp",
833 "graphics/LoggingCanvas.h", 833 "graphics/LoggingCanvas.h",
834 "graphics/MailboxTextureHolder.cpp",
835 "graphics/MailboxTextureHolder.h",
834 "graphics/OffscreenCanvasFrameDispatcher.h", 836 "graphics/OffscreenCanvasFrameDispatcher.h",
835 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", 837 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
836 "graphics/OffscreenCanvasFrameDispatcherImpl.h", 838 "graphics/OffscreenCanvasFrameDispatcherImpl.h",
837 "graphics/PaintGeneratedImage.cpp", 839 "graphics/PaintGeneratedImage.cpp",
838 "graphics/PaintGeneratedImage.h", 840 "graphics/PaintGeneratedImage.h",
839 "graphics/PaintInvalidationReason.cpp", 841 "graphics/PaintInvalidationReason.cpp",
840 "graphics/PaintInvalidationReason.h", 842 "graphics/PaintInvalidationReason.h",
841 "graphics/Path.cpp", 843 "graphics/Path.cpp",
842 "graphics/Path.h", 844 "graphics/Path.h",
843 "graphics/PathTraversalState.cpp", 845 "graphics/PathTraversalState.cpp",
844 "graphics/PathTraversalState.h", 846 "graphics/PathTraversalState.h",
845 "graphics/Pattern.cpp", 847 "graphics/Pattern.cpp",
846 "graphics/Pattern.h", 848 "graphics/Pattern.h",
847 "graphics/PicturePattern.cpp", 849 "graphics/PicturePattern.cpp",
848 "graphics/PicturePattern.h", 850 "graphics/PicturePattern.h",
849 "graphics/PictureSnapshot.cpp", 851 "graphics/PictureSnapshot.cpp",
850 "graphics/PictureSnapshot.h", 852 "graphics/PictureSnapshot.h",
851 "graphics/PlaceholderImage.cpp", 853 "graphics/PlaceholderImage.cpp",
852 "graphics/PlaceholderImage.h", 854 "graphics/PlaceholderImage.h",
853 "graphics/ProfilingCanvas.cpp", 855 "graphics/ProfilingCanvas.cpp",
854 "graphics/ProfilingCanvas.h", 856 "graphics/ProfilingCanvas.h",
855 "graphics/RecordingImageBufferSurface.cpp", 857 "graphics/RecordingImageBufferSurface.cpp",
856 "graphics/RecordingImageBufferSurface.h", 858 "graphics/RecordingImageBufferSurface.h",
857 "graphics/ReplayingCanvas.cpp", 859 "graphics/ReplayingCanvas.cpp",
858 "graphics/ReplayingCanvas.h", 860 "graphics/ReplayingCanvas.h",
861 "graphics/SkiaTextureHolder.cpp",
862 "graphics/SkiaTextureHolder.h",
859 "graphics/SquashingDisallowedReasons.cpp", 863 "graphics/SquashingDisallowedReasons.cpp",
860 "graphics/SquashingDisallowedReasons.h", 864 "graphics/SquashingDisallowedReasons.h",
861 "graphics/StaticBitmapImage.cpp", 865 "graphics/StaticBitmapImage.cpp",
862 "graphics/StaticBitmapImage.h", 866 "graphics/StaticBitmapImage.h",
863 "graphics/StrokeData.cpp", 867 "graphics/StrokeData.cpp",
864 "graphics/StrokeData.h", 868 "graphics/StrokeData.h",
869 "graphics/TextureHolder.h",
865 "graphics/UnacceleratedImageBufferSurface.cpp", 870 "graphics/UnacceleratedImageBufferSurface.cpp",
866 "graphics/UnacceleratedImageBufferSurface.h", 871 "graphics/UnacceleratedImageBufferSurface.h",
867 "graphics/compositing/PaintArtifactCompositor.cpp", 872 "graphics/compositing/PaintArtifactCompositor.cpp",
868 "graphics/compositing/PaintArtifactCompositor.h", 873 "graphics/compositing/PaintArtifactCompositor.h",
869 "graphics/cpu/arm/WebGLImageConversionNEON.h", 874 "graphics/cpu/arm/WebGLImageConversionNEON.h",
870 "graphics/cpu/mips/WebGLImageConversionMSA.h", 875 "graphics/cpu/mips/WebGLImageConversionMSA.h",
871 "graphics/cpu/x86/WebGLImageConversionSSE.h", 876 "graphics/cpu/x86/WebGLImageConversionSSE.h",
872 "graphics/filters/DistantLightSource.cpp", 877 "graphics/filters/DistantLightSource.cpp",
873 "graphics/filters/DistantLightSource.h", 878 "graphics/filters/DistantLightSource.h",
874 "graphics/filters/FEBlend.cpp", 879 "graphics/filters/FEBlend.cpp",
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 "//third_party/WebKit/Source:inside_blink", 1974 "//third_party/WebKit/Source:inside_blink",
1970 ] 1975 ]
1971 1976
1972 deps = [ 1977 deps = [
1973 ":test_support", 1978 ":test_support",
1974 "//cc/surfaces:surface_id", 1979 "//cc/surfaces:surface_id",
1975 "//testing/gmock", 1980 "//testing/gmock",
1976 "//testing/gtest", 1981 "//testing/gtest",
1977 ] 1982 ]
1978 } 1983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698