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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 "html/parser/CSSPreloadScannerTest.cpp", | 1129 "html/parser/CSSPreloadScannerTest.cpp", |
1130 "html/parser/CompactHTMLTokenTest.cpp", | 1130 "html/parser/CompactHTMLTokenTest.cpp", |
1131 "html/parser/HTMLDocumentParserTest.cpp", | 1131 "html/parser/HTMLDocumentParserTest.cpp", |
1132 "html/parser/HTMLEntityParserTest.cpp", | 1132 "html/parser/HTMLEntityParserTest.cpp", |
1133 "html/parser/HTMLParserIdiomsTest.cpp", | 1133 "html/parser/HTMLParserIdiomsTest.cpp", |
1134 "html/parser/HTMLParserThreadTest.cpp", | 1134 "html/parser/HTMLParserThreadTest.cpp", |
1135 "html/parser/HTMLPreloadScannerTest.cpp", | 1135 "html/parser/HTMLPreloadScannerTest.cpp", |
1136 "html/parser/HTMLResourcePreloaderTest.cpp", | 1136 "html/parser/HTMLResourcePreloaderTest.cpp", |
1137 "html/parser/HTMLSrcsetParserTest.cpp", | 1137 "html/parser/HTMLSrcsetParserTest.cpp", |
1138 "html/parser/HTMLTokenizerTest.cpp", | 1138 "html/parser/HTMLTokenizerTest.cpp", |
1139 "html/parser/HTMLTreeBuilderSimulatorTest.cpp", | |
1140 "html/parser/TextResourceDecoderTest.cpp", | 1139 "html/parser/TextResourceDecoderTest.cpp", |
1141 "html/shadow/MediaControlsTest.cpp", | 1140 "html/shadow/MediaControlsTest.cpp", |
1142 "html/track/TextTrackListTest.cpp", | 1141 "html/track/TextTrackListTest.cpp", |
1143 "html/track/vtt/BufferedLineReaderTest.cpp", | 1142 "html/track/vtt/BufferedLineReaderTest.cpp", |
1144 "html/track/vtt/VTTScannerTest.cpp", | 1143 "html/track/vtt/VTTScannerTest.cpp", |
1145 "input/EventHandlerTest.cpp", | 1144 "input/EventHandlerTest.cpp", |
1146 "inspector/InspectorWebPerfAgentTest.cpp", | 1145 "inspector/InspectorWebPerfAgentTest.cpp", |
1147 "inspector/ProtocolParserTest.cpp", | 1146 "inspector/ProtocolParserTest.cpp", |
1148 "layout/ImageQualityControllerTest.cpp", | 1147 "layout/ImageQualityControllerTest.cpp", |
1149 "layout/InlineTextBoxTest.cpp", | 1148 "layout/InlineTextBoxTest.cpp", |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1259 sources = [ | 1258 sources = [ |
1260 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1259 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
1261 "html/parser/TextResourceDecoderForFuzzing.h", | 1260 "html/parser/TextResourceDecoderForFuzzing.h", |
1262 ] | 1261 ] |
1263 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1262 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
1264 deps = [ | 1263 deps = [ |
1265 ":core", | 1264 ":core", |
1266 "../platform:blink_fuzzer_test_support", | 1265 "../platform:blink_fuzzer_test_support", |
1267 ] | 1266 ] |
1268 } | 1267 } |
OLD | NEW |