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

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

Issue 2404213004: Implement incremental paint property tree rebuilding (Closed)
Patch Set: Rebase, re-implement updateTransform and updateEffect Created 4 years, 1 month 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "paint/ObjectPaintInvalidatorTest.cpp", 1241 "paint/ObjectPaintInvalidatorTest.cpp",
1242 "paint/PaintControllerPaintTest.cpp", 1242 "paint/PaintControllerPaintTest.cpp",
1243 "paint/PaintControllerPaintTest.h", 1243 "paint/PaintControllerPaintTest.h",
1244 "paint/PaintInfoTest.cpp", 1244 "paint/PaintInfoTest.cpp",
1245 "paint/PaintLayerClipperTest.cpp", 1245 "paint/PaintLayerClipperTest.cpp",
1246 "paint/PaintLayerPainterTest.cpp", 1246 "paint/PaintLayerPainterTest.cpp",
1247 "paint/PaintLayerScrollableAreaTest.cpp", 1247 "paint/PaintLayerScrollableAreaTest.cpp",
1248 "paint/PaintLayerTest.cpp", 1248 "paint/PaintLayerTest.cpp",
1249 "paint/PaintPropertyTreeBuilderTest.cpp", 1249 "paint/PaintPropertyTreeBuilderTest.cpp",
1250 "paint/PaintPropertyTreePrinterTest.cpp", 1250 "paint/PaintPropertyTreePrinterTest.cpp",
1251 "paint/PrePaintTreeWalkTest.cpp",
1251 "paint/SVGInlineTextBoxPainterTest.cpp", 1252 "paint/SVGInlineTextBoxPainterTest.cpp",
1252 "paint/StubChromeClientForSPv2.h", 1253 "paint/StubChromeClientForSPv2.h",
1253 "paint/TableCellPainterTest.cpp", 1254 "paint/TableCellPainterTest.cpp",
1254 "paint/TextPainterTest.cpp", 1255 "paint/TextPainterTest.cpp",
1255 "paint/VideoPainterTest.cpp", 1256 "paint/VideoPainterTest.cpp",
1256 "streams/ReadableStreamOperationsTest.cpp", 1257 "streams/ReadableStreamOperationsTest.cpp",
1257 "style/ComputedStyleTest.cpp", 1258 "style/ComputedStyleTest.cpp",
1258 "style/FilterOperationsTest.cpp", 1259 "style/FilterOperationsTest.cpp",
1259 "style/OutlineValueTest.cpp", 1260 "style/OutlineValueTest.cpp",
1260 "style/SVGComputedStyleTest.cpp", 1261 "style/SVGComputedStyleTest.cpp",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 sources = [ 1303 sources = [
1303 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1304 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1304 "html/parser/TextResourceDecoderForFuzzing.h", 1305 "html/parser/TextResourceDecoderForFuzzing.h",
1305 ] 1306 ]
1306 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1307 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1307 deps = [ 1308 deps = [
1308 ":core", 1309 ":core",
1309 "../platform:blink_fuzzer_test_support", 1310 "../platform:blink_fuzzer_test_support",
1310 ] 1311 ]
1311 } 1312 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | third_party/WebKit/Source/core/layout/LayoutObject.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698