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

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

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)
Patch Set: none Created 4 years, 2 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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 "graphics/paint/PaintArtifact.cpp", 973 "graphics/paint/PaintArtifact.cpp",
974 "graphics/paint/PaintArtifact.h", 974 "graphics/paint/PaintArtifact.h",
975 "graphics/paint/PaintArtifactToSkCanvas.cpp", 975 "graphics/paint/PaintArtifactToSkCanvas.cpp",
976 "graphics/paint/PaintArtifactToSkCanvas.h", 976 "graphics/paint/PaintArtifactToSkCanvas.h",
977 "graphics/paint/PaintChunk.h", 977 "graphics/paint/PaintChunk.h",
978 "graphics/paint/PaintChunkProperties.h", 978 "graphics/paint/PaintChunkProperties.h",
979 "graphics/paint/PaintChunker.cpp", 979 "graphics/paint/PaintChunker.cpp",
980 "graphics/paint/PaintChunker.h", 980 "graphics/paint/PaintChunker.h",
981 "graphics/paint/PaintController.cpp", 981 "graphics/paint/PaintController.cpp",
982 "graphics/paint/PaintController.h", 982 "graphics/paint/PaintController.h",
983 "graphics/paint/RasterInvalidationTracking.cpp",
984 "graphics/paint/RasterInvalidationTracking.h",
983 "graphics/paint/ScopedPaintChunkProperties.h", 985 "graphics/paint/ScopedPaintChunkProperties.h",
984 "graphics/paint/ScrollDisplayItem.cpp", 986 "graphics/paint/ScrollDisplayItem.cpp",
985 "graphics/paint/ScrollDisplayItem.h", 987 "graphics/paint/ScrollDisplayItem.h",
986 "graphics/paint/ScrollPaintPropertyNode.h", 988 "graphics/paint/ScrollPaintPropertyNode.h",
987 "graphics/paint/SkPictureBuilder.cpp", 989 "graphics/paint/SkPictureBuilder.cpp",
988 "graphics/paint/SkPictureBuilder.h", 990 "graphics/paint/SkPictureBuilder.h",
989 "graphics/paint/SubsequenceDisplayItem.h", 991 "graphics/paint/SubsequenceDisplayItem.h",
990 "graphics/paint/SubsequenceRecorder.cpp", 992 "graphics/paint/SubsequenceRecorder.cpp",
991 "graphics/paint/SubsequenceRecorder.h", 993 "graphics/paint/SubsequenceRecorder.h",
992 "graphics/paint/Transform3DDisplayItem.cpp", 994 "graphics/paint/Transform3DDisplayItem.cpp",
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 "//third_party/WebKit/Source:inside_blink", 1945 "//third_party/WebKit/Source:inside_blink",
1944 ] 1946 ]
1945 1947
1946 deps = [ 1948 deps = [
1947 ":test_support", 1949 ":test_support",
1948 "//cc/surfaces:surface_id", 1950 "//cc/surfaces:surface_id",
1949 "//testing/gmock", 1951 "//testing/gmock",
1950 "//testing/gtest", 1952 "//testing/gtest",
1951 ] 1953 ]
1952 } 1954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698