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

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

Issue 2299533002: WIP: Construct SPV2's scroll paint property tree (Closed)
Patch Set: Add more paint property builder tests, update comments/documentation" 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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 "graphics/paint/PaintChunk.h", 1078 "graphics/paint/PaintChunk.h",
1079 "graphics/paint/PaintChunkProperties.h", 1079 "graphics/paint/PaintChunkProperties.h",
1080 "graphics/paint/PaintChunker.cpp", 1080 "graphics/paint/PaintChunker.cpp",
1081 "graphics/paint/PaintChunker.h", 1081 "graphics/paint/PaintChunker.h",
1082 "graphics/paint/PaintController.cpp", 1082 "graphics/paint/PaintController.cpp",
1083 "graphics/paint/PaintController.h", 1083 "graphics/paint/PaintController.h",
1084 "graphics/paint/PropertyTreeState.h", 1084 "graphics/paint/PropertyTreeState.h",
1085 "graphics/paint/ScopedPaintChunkProperties.h", 1085 "graphics/paint/ScopedPaintChunkProperties.h",
1086 "graphics/paint/ScrollDisplayItem.cpp", 1086 "graphics/paint/ScrollDisplayItem.cpp",
1087 "graphics/paint/ScrollDisplayItem.h", 1087 "graphics/paint/ScrollDisplayItem.h",
1088 "graphics/paint/ScrollPaintPropertyNode.h",
1088 "graphics/paint/SkPictureBuilder.cpp", 1089 "graphics/paint/SkPictureBuilder.cpp",
1089 "graphics/paint/SkPictureBuilder.h", 1090 "graphics/paint/SkPictureBuilder.h",
1090 "graphics/paint/SubsequenceDisplayItem.h", 1091 "graphics/paint/SubsequenceDisplayItem.h",
1091 "graphics/paint/SubsequenceRecorder.cpp", 1092 "graphics/paint/SubsequenceRecorder.cpp",
1092 "graphics/paint/SubsequenceRecorder.h", 1093 "graphics/paint/SubsequenceRecorder.h",
1093 "graphics/paint/Transform3DDisplayItem.cpp", 1094 "graphics/paint/Transform3DDisplayItem.cpp",
1094 "graphics/paint/Transform3DDisplayItem.h", 1095 "graphics/paint/Transform3DDisplayItem.h",
1095 "graphics/paint/TransformDisplayItem.cpp", 1096 "graphics/paint/TransformDisplayItem.cpp",
1096 "graphics/paint/TransformDisplayItem.h", 1097 "graphics/paint/TransformDisplayItem.h",
1097 "graphics/paint/TransformPaintPropertyNode.h", 1098 "graphics/paint/TransformPaintPropertyNode.h",
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 "//third_party/WebKit/Source:inside_blink", 2097 "//third_party/WebKit/Source:inside_blink",
2097 ] 2098 ]
2098 2099
2099 deps = [ 2100 deps = [
2100 ":test_support", 2101 ":test_support",
2101 "//cc/surfaces:surface_id", 2102 "//cc/surfaces:surface_id",
2102 "//testing/gmock", 2103 "//testing/gmock",
2103 "//testing/gtest", 2104 "//testing/gtest",
2104 ] 2105 ]
2105 } 2106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698