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

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

Issue 2455983005: Refactor AcceleratedStaticBitmapImage (Closed)
Patch Set: No long keep WeakPtr<DrawingBuffer> 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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "graphics/ImageOrientation.h", 823 "graphics/ImageOrientation.h",
824 "graphics/ImagePattern.cpp", 824 "graphics/ImagePattern.cpp",
825 "graphics/ImagePattern.h", 825 "graphics/ImagePattern.h",
826 "graphics/ImageSource.cpp", 826 "graphics/ImageSource.cpp",
827 "graphics/ImageSource.h", 827 "graphics/ImageSource.h",
828 "graphics/InterceptingCanvas.cpp", 828 "graphics/InterceptingCanvas.cpp",
829 "graphics/InterceptingCanvas.h", 829 "graphics/InterceptingCanvas.h",
830 "graphics/LinkHighlight.h", 830 "graphics/LinkHighlight.h",
831 "graphics/LoggingCanvas.cpp", 831 "graphics/LoggingCanvas.cpp",
832 "graphics/LoggingCanvas.h", 832 "graphics/LoggingCanvas.h",
833 "graphics/MailboxTextureHolder.cpp",
834 "graphics/MailboxTextureHolder.h",
833 "graphics/OffscreenCanvasFrameDispatcher.h", 835 "graphics/OffscreenCanvasFrameDispatcher.h",
834 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", 836 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
835 "graphics/OffscreenCanvasFrameDispatcherImpl.h", 837 "graphics/OffscreenCanvasFrameDispatcherImpl.h",
836 "graphics/PaintGeneratedImage.cpp", 838 "graphics/PaintGeneratedImage.cpp",
837 "graphics/PaintGeneratedImage.h", 839 "graphics/PaintGeneratedImage.h",
838 "graphics/PaintInvalidationReason.cpp", 840 "graphics/PaintInvalidationReason.cpp",
839 "graphics/PaintInvalidationReason.h", 841 "graphics/PaintInvalidationReason.h",
840 "graphics/Path.cpp", 842 "graphics/Path.cpp",
841 "graphics/Path.h", 843 "graphics/Path.h",
842 "graphics/PathTraversalState.cpp", 844 "graphics/PathTraversalState.cpp",
843 "graphics/PathTraversalState.h", 845 "graphics/PathTraversalState.h",
844 "graphics/Pattern.cpp", 846 "graphics/Pattern.cpp",
845 "graphics/Pattern.h", 847 "graphics/Pattern.h",
846 "graphics/PicturePattern.cpp", 848 "graphics/PicturePattern.cpp",
847 "graphics/PicturePattern.h", 849 "graphics/PicturePattern.h",
848 "graphics/PictureSnapshot.cpp", 850 "graphics/PictureSnapshot.cpp",
849 "graphics/PictureSnapshot.h", 851 "graphics/PictureSnapshot.h",
850 "graphics/PlaceholderImage.cpp", 852 "graphics/PlaceholderImage.cpp",
851 "graphics/PlaceholderImage.h", 853 "graphics/PlaceholderImage.h",
852 "graphics/ProfilingCanvas.cpp", 854 "graphics/ProfilingCanvas.cpp",
853 "graphics/ProfilingCanvas.h", 855 "graphics/ProfilingCanvas.h",
854 "graphics/RecordingImageBufferSurface.cpp", 856 "graphics/RecordingImageBufferSurface.cpp",
855 "graphics/RecordingImageBufferSurface.h", 857 "graphics/RecordingImageBufferSurface.h",
856 "graphics/ReplayingCanvas.cpp", 858 "graphics/ReplayingCanvas.cpp",
857 "graphics/ReplayingCanvas.h", 859 "graphics/ReplayingCanvas.h",
860 "graphics/SkiaTextureHolder.cpp",
861 "graphics/SkiaTextureHolder.h",
858 "graphics/SquashingDisallowedReasons.cpp", 862 "graphics/SquashingDisallowedReasons.cpp",
859 "graphics/SquashingDisallowedReasons.h", 863 "graphics/SquashingDisallowedReasons.h",
860 "graphics/StaticBitmapImage.cpp", 864 "graphics/StaticBitmapImage.cpp",
861 "graphics/StaticBitmapImage.h", 865 "graphics/StaticBitmapImage.h",
862 "graphics/StrokeData.cpp", 866 "graphics/StrokeData.cpp",
863 "graphics/StrokeData.h", 867 "graphics/StrokeData.h",
868 "graphics/TextureHolder.h",
864 "graphics/UnacceleratedImageBufferSurface.cpp", 869 "graphics/UnacceleratedImageBufferSurface.cpp",
865 "graphics/UnacceleratedImageBufferSurface.h", 870 "graphics/UnacceleratedImageBufferSurface.h",
871 "graphics/UnacceleratedStaticBitmapImage.cpp",
872 "graphics/UnacceleratedStaticBitmapImage.h",
873 "graphics/WebGraphicsContext3DProvider.h",
866 "graphics/compositing/PaintArtifactCompositor.cpp", 874 "graphics/compositing/PaintArtifactCompositor.cpp",
867 "graphics/compositing/PaintArtifactCompositor.h", 875 "graphics/compositing/PaintArtifactCompositor.h",
868 "graphics/cpu/arm/WebGLImageConversionNEON.h", 876 "graphics/cpu/arm/WebGLImageConversionNEON.h",
869 "graphics/cpu/mips/WebGLImageConversionMSA.h", 877 "graphics/cpu/mips/WebGLImageConversionMSA.h",
870 "graphics/cpu/x86/WebGLImageConversionSSE.h", 878 "graphics/cpu/x86/WebGLImageConversionSSE.h",
871 "graphics/filters/DistantLightSource.cpp", 879 "graphics/filters/DistantLightSource.cpp",
872 "graphics/filters/DistantLightSource.h", 880 "graphics/filters/DistantLightSource.h",
873 "graphics/filters/FEBlend.cpp", 881 "graphics/filters/FEBlend.cpp",
874 "graphics/filters/FEBlend.h", 882 "graphics/filters/FEBlend.h",
875 "graphics/filters/FEBoxReflect.cpp", 883 "graphics/filters/FEBoxReflect.cpp",
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 "//third_party/WebKit/Source:inside_blink", 2000 "//third_party/WebKit/Source:inside_blink",
1993 ] 2001 ]
1994 2002
1995 deps = [ 2003 deps = [
1996 ":test_support", 2004 ":test_support",
1997 "//cc/surfaces:surface_id", 2005 "//cc/surfaces:surface_id",
1998 "//testing/gmock", 2006 "//testing/gmock",
1999 "//testing/gtest", 2007 "//testing/gtest",
2000 ] 2008 ]
2001 } 2009 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698