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

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

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

Powered by Google App Engine
This is Rietveld 408576698