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

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

Issue 2313533002: Revert of Submit Compositor Frame from OffscreenCanvas on main (Closed)
Patch Set: Created 4 years, 3 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 "graphics/ImageOrientation.h", 923 "graphics/ImageOrientation.h",
924 "graphics/ImagePattern.cpp", 924 "graphics/ImagePattern.cpp",
925 "graphics/ImagePattern.h", 925 "graphics/ImagePattern.h",
926 "graphics/ImageSource.cpp", 926 "graphics/ImageSource.cpp",
927 "graphics/ImageSource.h", 927 "graphics/ImageSource.h",
928 "graphics/InterceptingCanvas.cpp", 928 "graphics/InterceptingCanvas.cpp",
929 "graphics/InterceptingCanvas.h", 929 "graphics/InterceptingCanvas.h",
930 "graphics/LinkHighlight.h", 930 "graphics/LinkHighlight.h",
931 "graphics/LoggingCanvas.cpp", 931 "graphics/LoggingCanvas.cpp",
932 "graphics/LoggingCanvas.h", 932 "graphics/LoggingCanvas.h",
933 "graphics/OffscreenCanvasFrameDispatcher.h",
934 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
935 "graphics/OffscreenCanvasFrameDispatcherImpl.h",
936 "graphics/PaintGeneratedImage.cpp", 933 "graphics/PaintGeneratedImage.cpp",
937 "graphics/PaintGeneratedImage.h", 934 "graphics/PaintGeneratedImage.h",
938 "graphics/PaintInvalidationReason.cpp", 935 "graphics/PaintInvalidationReason.cpp",
939 "graphics/PaintInvalidationReason.h", 936 "graphics/PaintInvalidationReason.h",
940 "graphics/Path.cpp", 937 "graphics/Path.cpp",
941 "graphics/Path.h", 938 "graphics/Path.h",
942 "graphics/PathTraversalState.cpp", 939 "graphics/PathTraversalState.cpp",
943 "graphics/PathTraversalState.h", 940 "graphics/PathTraversalState.h",
944 "graphics/Pattern.cpp", 941 "graphics/Pattern.cpp",
945 "graphics/Pattern.h", 942 "graphics/Pattern.h",
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 "//third_party/WebKit/Source:inside_blink", 2092 "//third_party/WebKit/Source:inside_blink",
2096 ] 2093 ]
2097 2094
2098 deps = [ 2095 deps = [
2099 ":test_support", 2096 ":test_support",
2100 "//cc/surfaces:surface_id", 2097 "//cc/surfaces:surface_id",
2101 "//testing/gmock", 2098 "//testing/gmock",
2102 "//testing/gtest", 2099 "//testing/gtest",
2103 ] 2100 ]
2104 } 2101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698