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

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

Issue 2320463002: [SPV2] Implement the blink-side scroll property tree (Closed)
Patch Set: Prevent circular reference caught by lsan 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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 "graphics/paint/PaintChunk.h", 987 "graphics/paint/PaintChunk.h",
988 "graphics/paint/PaintChunkProperties.h", 988 "graphics/paint/PaintChunkProperties.h",
989 "graphics/paint/PaintChunker.cpp", 989 "graphics/paint/PaintChunker.cpp",
990 "graphics/paint/PaintChunker.h", 990 "graphics/paint/PaintChunker.h",
991 "graphics/paint/PaintController.cpp", 991 "graphics/paint/PaintController.cpp",
992 "graphics/paint/PaintController.h", 992 "graphics/paint/PaintController.h",
993 "graphics/paint/PropertyTreeState.h", 993 "graphics/paint/PropertyTreeState.h",
994 "graphics/paint/ScopedPaintChunkProperties.h", 994 "graphics/paint/ScopedPaintChunkProperties.h",
995 "graphics/paint/ScrollDisplayItem.cpp", 995 "graphics/paint/ScrollDisplayItem.cpp",
996 "graphics/paint/ScrollDisplayItem.h", 996 "graphics/paint/ScrollDisplayItem.h",
997 "graphics/paint/ScrollPaintPropertyNode.h",
997 "graphics/paint/SkPictureBuilder.cpp", 998 "graphics/paint/SkPictureBuilder.cpp",
998 "graphics/paint/SkPictureBuilder.h", 999 "graphics/paint/SkPictureBuilder.h",
999 "graphics/paint/SubsequenceDisplayItem.h", 1000 "graphics/paint/SubsequenceDisplayItem.h",
1000 "graphics/paint/SubsequenceRecorder.cpp", 1001 "graphics/paint/SubsequenceRecorder.cpp",
1001 "graphics/paint/SubsequenceRecorder.h", 1002 "graphics/paint/SubsequenceRecorder.h",
1002 "graphics/paint/Transform3DDisplayItem.cpp", 1003 "graphics/paint/Transform3DDisplayItem.cpp",
1003 "graphics/paint/Transform3DDisplayItem.h", 1004 "graphics/paint/Transform3DDisplayItem.h",
1004 "graphics/paint/TransformDisplayItem.cpp", 1005 "graphics/paint/TransformDisplayItem.cpp",
1005 "graphics/paint/TransformDisplayItem.h", 1006 "graphics/paint/TransformDisplayItem.h",
1006 "graphics/paint/TransformPaintPropertyNode.h", 1007 "graphics/paint/TransformPaintPropertyNode.h",
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 "//third_party/WebKit/Source:inside_blink", 1939 "//third_party/WebKit/Source:inside_blink",
1939 ] 1940 ]
1940 1941
1941 deps = [ 1942 deps = [
1942 ":test_support", 1943 ":test_support",
1943 "//cc/surfaces:surface_id", 1944 "//cc/surfaces:surface_id",
1944 "//testing/gmock", 1945 "//testing/gmock",
1945 "//testing/gtest", 1946 "//testing/gtest",
1946 ] 1947 ]
1947 } 1948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698