| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |