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

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

Issue 2793233002: Remove begin/end subseq. display items, and store on PaintController instead. (Closed)
Patch Set: none Created 3 years, 8 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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "graphics/paint/PaintShader.h", 1041 "graphics/paint/PaintShader.h",
1042 "graphics/paint/PropertyTreeState.cpp", 1042 "graphics/paint/PropertyTreeState.cpp",
1043 "graphics/paint/PropertyTreeState.h", 1043 "graphics/paint/PropertyTreeState.h",
1044 "graphics/paint/RasterInvalidationTracking.cpp", 1044 "graphics/paint/RasterInvalidationTracking.cpp",
1045 "graphics/paint/RasterInvalidationTracking.h", 1045 "graphics/paint/RasterInvalidationTracking.h",
1046 "graphics/paint/ScopedPaintChunkProperties.h", 1046 "graphics/paint/ScopedPaintChunkProperties.h",
1047 "graphics/paint/ScrollDisplayItem.cpp", 1047 "graphics/paint/ScrollDisplayItem.cpp",
1048 "graphics/paint/ScrollDisplayItem.h", 1048 "graphics/paint/ScrollDisplayItem.h",
1049 "graphics/paint/ScrollPaintPropertyNode.cpp", 1049 "graphics/paint/ScrollPaintPropertyNode.cpp",
1050 "graphics/paint/ScrollPaintPropertyNode.h", 1050 "graphics/paint/ScrollPaintPropertyNode.h",
1051 "graphics/paint/SubsequenceDisplayItem.h",
1052 "graphics/paint/SubsequenceRecorder.cpp", 1051 "graphics/paint/SubsequenceRecorder.cpp",
1053 "graphics/paint/SubsequenceRecorder.h", 1052 "graphics/paint/SubsequenceRecorder.h",
1054 "graphics/paint/Transform3DDisplayItem.cpp", 1053 "graphics/paint/Transform3DDisplayItem.cpp",
1055 "graphics/paint/Transform3DDisplayItem.h", 1054 "graphics/paint/Transform3DDisplayItem.h",
1056 "graphics/paint/TransformDisplayItem.cpp", 1055 "graphics/paint/TransformDisplayItem.cpp",
1057 "graphics/paint/TransformDisplayItem.h", 1056 "graphics/paint/TransformDisplayItem.h",
1058 "graphics/paint/TransformPaintPropertyNode.cpp", 1057 "graphics/paint/TransformPaintPropertyNode.cpp",
1059 "graphics/paint/TransformPaintPropertyNode.h", 1058 "graphics/paint/TransformPaintPropertyNode.h",
1060 "graphics/skia/ImagePixelLocker.cpp", 1059 "graphics/skia/ImagePixelLocker.cpp",
1061 "graphics/skia/ImagePixelLocker.h", 1060 "graphics/skia/ImagePixelLocker.h",
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 "//third_party/WebKit/Source:config", 2159 "//third_party/WebKit/Source:config",
2161 "//third_party/WebKit/Source:inside_blink", 2160 "//third_party/WebKit/Source:inside_blink",
2162 ] 2161 ]
2163 2162
2164 deps = [ 2163 deps = [
2165 ":test_support", 2164 ":test_support",
2166 "//testing/gmock", 2165 "//testing/gmock",
2167 "//testing/gtest", 2166 "//testing/gtest",
2168 ] 2167 ]
2169 } 2168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698