| 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1199 "paint/LayerClipRecorderTest.cpp", | 1199 "paint/LayerClipRecorderTest.cpp", |
| 1200 "paint/LayoutObjectDrawingRecorderTest.cpp", | 1200 "paint/LayoutObjectDrawingRecorderTest.cpp", |
| 1201 "paint/NinePieceImageGridTest.cpp", | 1201 "paint/NinePieceImageGridTest.cpp", |
| 1202 "paint/ObjectPaintInvalidatorTest.cpp", | 1202 "paint/ObjectPaintInvalidatorTest.cpp", |
| 1203 "paint/PaintControllerPaintTest.cpp", | 1203 "paint/PaintControllerPaintTest.cpp", |
| 1204 "paint/PaintControllerPaintTest.h", | 1204 "paint/PaintControllerPaintTest.h", |
| 1205 "paint/PaintInfoTest.cpp", | 1205 "paint/PaintInfoTest.cpp", |
| 1206 "paint/PaintLayerPainterTest.cpp", | 1206 "paint/PaintLayerPainterTest.cpp", |
| 1207 "paint/PaintLayerScrollableAreaTest.cpp", | 1207 "paint/PaintLayerScrollableAreaTest.cpp", |
| 1208 "paint/PaintPropertyTreeBuilderTest.cpp", | 1208 "paint/PaintPropertyTreeBuilderTest.cpp", |
| 1209 "paint/PaintPropertyTreePrinterTest.cpp", | |
| 1210 "paint/SVGInlineTextBoxPainterTest.cpp", | 1209 "paint/SVGInlineTextBoxPainterTest.cpp", |
| 1211 "paint/StubChromeClientForSPv2.h", | 1210 "paint/StubChromeClientForSPv2.h", |
| 1212 "paint/TableCellPainterTest.cpp", | 1211 "paint/TableCellPainterTest.cpp", |
| 1213 "paint/TextPainterTest.cpp", | 1212 "paint/TextPainterTest.cpp", |
| 1214 "paint/VideoPainterTest.cpp", | 1213 "paint/VideoPainterTest.cpp", |
| 1215 "streams/ReadableStreamOperationsTest.cpp", | 1214 "streams/ReadableStreamOperationsTest.cpp", |
| 1216 "style/ComputedStyleTest.cpp", | 1215 "style/ComputedStyleTest.cpp", |
| 1217 "style/OutlineValueTest.cpp", | 1216 "style/OutlineValueTest.cpp", |
| 1218 "style/SVGComputedStyleTest.cpp", | 1217 "style/SVGComputedStyleTest.cpp", |
| 1219 "svg/SVGPathParserTest.cpp", | 1218 "svg/SVGPathParserTest.cpp", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1260 sources = [ | 1259 sources = [ |
| 1261 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1260 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
| 1262 "html/parser/TextResourceDecoderForFuzzing.h", | 1261 "html/parser/TextResourceDecoderForFuzzing.h", |
| 1263 ] | 1262 ] |
| 1264 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1263 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
| 1265 deps = [ | 1264 deps = [ |
| 1266 ":core", | 1265 ":core", |
| 1267 "../platform:blink_fuzzer_test_support", | 1266 "../platform:blink_fuzzer_test_support", |
| 1268 ] | 1267 ] |
| 1269 } | 1268 } |
| OLD | NEW |