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

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

Issue 2373093002: (reland) Add tests for PaintPropertyTreePrinter, remove path printers (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/split_static_library.gni") 7 import("//build/split_static_library.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 import("//third_party/WebKit/Source/bindings/bindings.gni") 9 import("//third_party/WebKit/Source/bindings/bindings.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "paint/LayoutObjectDrawingRecorderTest.cpp", 1191 "paint/LayoutObjectDrawingRecorderTest.cpp",
1192 "paint/NinePieceImageGridTest.cpp", 1192 "paint/NinePieceImageGridTest.cpp",
1193 "paint/ObjectPaintInvalidatorTest.cpp", 1193 "paint/ObjectPaintInvalidatorTest.cpp",
1194 "paint/PaintControllerPaintTest.cpp", 1194 "paint/PaintControllerPaintTest.cpp",
1195 "paint/PaintControllerPaintTest.h", 1195 "paint/PaintControllerPaintTest.h",
1196 "paint/PaintInfoTest.cpp", 1196 "paint/PaintInfoTest.cpp",
1197 "paint/PaintLayerClipperTest.cpp", 1197 "paint/PaintLayerClipperTest.cpp",
1198 "paint/PaintLayerPainterTest.cpp", 1198 "paint/PaintLayerPainterTest.cpp",
1199 "paint/PaintLayerScrollableAreaTest.cpp", 1199 "paint/PaintLayerScrollableAreaTest.cpp",
1200 "paint/PaintPropertyTreeBuilderTest.cpp", 1200 "paint/PaintPropertyTreeBuilderTest.cpp",
1201 "paint/PaintPropertyTreePrinterTest.cpp",
1201 "paint/SVGInlineTextBoxPainterTest.cpp", 1202 "paint/SVGInlineTextBoxPainterTest.cpp",
1202 "paint/StubChromeClientForSPv2.h", 1203 "paint/StubChromeClientForSPv2.h",
1203 "paint/TableCellPainterTest.cpp", 1204 "paint/TableCellPainterTest.cpp",
1204 "paint/TextPainterTest.cpp", 1205 "paint/TextPainterTest.cpp",
1205 "paint/VideoPainterTest.cpp", 1206 "paint/VideoPainterTest.cpp",
1206 "streams/ReadableStreamOperationsTest.cpp", 1207 "streams/ReadableStreamOperationsTest.cpp",
1207 "style/ComputedStyleTest.cpp", 1208 "style/ComputedStyleTest.cpp",
1208 "style/OutlineValueTest.cpp", 1209 "style/OutlineValueTest.cpp",
1209 "style/SVGComputedStyleTest.cpp", 1210 "style/SVGComputedStyleTest.cpp",
1210 "svg/SVGPathParserTest.cpp", 1211 "svg/SVGPathParserTest.cpp",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 sources = [ 1252 sources = [
1252 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1253 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1253 "html/parser/TextResourceDecoderForFuzzing.h", 1254 "html/parser/TextResourceDecoderForFuzzing.h",
1254 ] 1255 ]
1255 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1256 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1256 deps = [ 1257 deps = [
1257 ":core", 1258 ":core",
1258 "../platform:blink_fuzzer_test_support", 1259 "../platform:blink_fuzzer_test_support",
1259 ] 1260 ]
1260 } 1261 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698