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

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

Issue 2299533002: WIP: Construct SPV2's scroll paint property tree (Closed)
Patch Set: Plumb scroll offset to cc 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "graphics/paint/PaintChunk.h", 1071 "graphics/paint/PaintChunk.h",
1072 "graphics/paint/PaintChunkProperties.h", 1072 "graphics/paint/PaintChunkProperties.h",
1073 "graphics/paint/PaintChunker.cpp", 1073 "graphics/paint/PaintChunker.cpp",
1074 "graphics/paint/PaintChunker.h", 1074 "graphics/paint/PaintChunker.h",
1075 "graphics/paint/PaintController.cpp", 1075 "graphics/paint/PaintController.cpp",
1076 "graphics/paint/PaintController.h", 1076 "graphics/paint/PaintController.h",
1077 "graphics/paint/PropertyTreeState.h", 1077 "graphics/paint/PropertyTreeState.h",
1078 "graphics/paint/ScopedPaintChunkProperties.h", 1078 "graphics/paint/ScopedPaintChunkProperties.h",
1079 "graphics/paint/ScrollDisplayItem.cpp", 1079 "graphics/paint/ScrollDisplayItem.cpp",
1080 "graphics/paint/ScrollDisplayItem.h", 1080 "graphics/paint/ScrollDisplayItem.h",
1081 "graphics/paint/ScrollPaintPropertyNode.h",
1081 "graphics/paint/SkPictureBuilder.cpp", 1082 "graphics/paint/SkPictureBuilder.cpp",
1082 "graphics/paint/SkPictureBuilder.h", 1083 "graphics/paint/SkPictureBuilder.h",
1083 "graphics/paint/SubsequenceDisplayItem.h", 1084 "graphics/paint/SubsequenceDisplayItem.h",
1084 "graphics/paint/SubsequenceRecorder.cpp", 1085 "graphics/paint/SubsequenceRecorder.cpp",
1085 "graphics/paint/SubsequenceRecorder.h", 1086 "graphics/paint/SubsequenceRecorder.h",
1086 "graphics/paint/Transform3DDisplayItem.cpp", 1087 "graphics/paint/Transform3DDisplayItem.cpp",
1087 "graphics/paint/Transform3DDisplayItem.h", 1088 "graphics/paint/Transform3DDisplayItem.h",
1088 "graphics/paint/TransformDisplayItem.cpp", 1089 "graphics/paint/TransformDisplayItem.cpp",
1089 "graphics/paint/TransformDisplayItem.h", 1090 "graphics/paint/TransformDisplayItem.h",
1090 "graphics/paint/TransformPaintPropertyNode.h", 1091 "graphics/paint/TransformPaintPropertyNode.h",
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 "//third_party/WebKit/Source:inside_blink", 2075 "//third_party/WebKit/Source:inside_blink",
2075 ] 2076 ]
2076 2077
2077 deps = [ 2078 deps = [
2078 ":test_support", 2079 ":test_support",
2079 "//cc/surfaces:surface_id", 2080 "//cc/surfaces:surface_id",
2080 "//testing/gmock", 2081 "//testing/gmock",
2081 "//testing/gtest", 2082 "//testing/gtest",
2082 ] 2083 ]
2083 } 2084 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698