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

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

Issue 2320463002: [SPV2] Implement the blink-side scroll property tree (Closed)
Patch Set: Update comment to not refer to hit testing, switch to IntSizes 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "graphics/paint/PaintChunk.h", 1080 "graphics/paint/PaintChunk.h",
1081 "graphics/paint/PaintChunkProperties.h", 1081 "graphics/paint/PaintChunkProperties.h",
1082 "graphics/paint/PaintChunker.cpp", 1082 "graphics/paint/PaintChunker.cpp",
1083 "graphics/paint/PaintChunker.h", 1083 "graphics/paint/PaintChunker.h",
1084 "graphics/paint/PaintController.cpp", 1084 "graphics/paint/PaintController.cpp",
1085 "graphics/paint/PaintController.h", 1085 "graphics/paint/PaintController.h",
1086 "graphics/paint/PropertyTreeState.h", 1086 "graphics/paint/PropertyTreeState.h",
1087 "graphics/paint/ScopedPaintChunkProperties.h", 1087 "graphics/paint/ScopedPaintChunkProperties.h",
1088 "graphics/paint/ScrollDisplayItem.cpp", 1088 "graphics/paint/ScrollDisplayItem.cpp",
1089 "graphics/paint/ScrollDisplayItem.h", 1089 "graphics/paint/ScrollDisplayItem.h",
1090 "graphics/paint/ScrollPaintPropertyNode.h",
1090 "graphics/paint/SkPictureBuilder.cpp", 1091 "graphics/paint/SkPictureBuilder.cpp",
1091 "graphics/paint/SkPictureBuilder.h", 1092 "graphics/paint/SkPictureBuilder.h",
1092 "graphics/paint/SubsequenceDisplayItem.h", 1093 "graphics/paint/SubsequenceDisplayItem.h",
1093 "graphics/paint/SubsequenceRecorder.cpp", 1094 "graphics/paint/SubsequenceRecorder.cpp",
1094 "graphics/paint/SubsequenceRecorder.h", 1095 "graphics/paint/SubsequenceRecorder.h",
1095 "graphics/paint/Transform3DDisplayItem.cpp", 1096 "graphics/paint/Transform3DDisplayItem.cpp",
1096 "graphics/paint/Transform3DDisplayItem.h", 1097 "graphics/paint/Transform3DDisplayItem.h",
1097 "graphics/paint/TransformDisplayItem.cpp", 1098 "graphics/paint/TransformDisplayItem.cpp",
1098 "graphics/paint/TransformDisplayItem.h", 1099 "graphics/paint/TransformDisplayItem.h",
1099 "graphics/paint/TransformPaintPropertyNode.h", 1100 "graphics/paint/TransformPaintPropertyNode.h",
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 "//third_party/WebKit/Source:inside_blink", 2099 "//third_party/WebKit/Source:inside_blink",
2099 ] 2100 ]
2100 2101
2101 deps = [ 2102 deps = [
2102 ":test_support", 2103 ":test_support",
2103 "//cc/surfaces:surface_id", 2104 "//cc/surfaces:surface_id",
2104 "//testing/gmock", 2105 "//testing/gmock",
2105 "//testing/gtest", 2106 "//testing/gtest",
2106 ] 2107 ]
2107 } 2108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698