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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 "html/parser/HTMLResourcePreloaderTest.cpp", | 1115 "html/parser/HTMLResourcePreloaderTest.cpp", |
1116 "html/parser/HTMLSrcsetParserTest.cpp", | 1116 "html/parser/HTMLSrcsetParserTest.cpp", |
1117 "html/parser/HTMLTokenizerTest.cpp", | 1117 "html/parser/HTMLTokenizerTest.cpp", |
1118 "html/parser/HTMLTreeBuilderSimulatorTest.cpp", | 1118 "html/parser/HTMLTreeBuilderSimulatorTest.cpp", |
1119 "html/parser/TextResourceDecoderTest.cpp", | 1119 "html/parser/TextResourceDecoderTest.cpp", |
1120 "html/shadow/MediaControlsTest.cpp", | 1120 "html/shadow/MediaControlsTest.cpp", |
1121 "html/track/TextTrackListTest.cpp", | 1121 "html/track/TextTrackListTest.cpp", |
1122 "html/track/vtt/BufferedLineReaderTest.cpp", | 1122 "html/track/vtt/BufferedLineReaderTest.cpp", |
1123 "html/track/vtt/VTTScannerTest.cpp", | 1123 "html/track/vtt/VTTScannerTest.cpp", |
1124 "input/EventHandlerTest.cpp", | 1124 "input/EventHandlerTest.cpp", |
1125 "inspector/InspectorWebPerfAgentTest.cpp", | |
1126 "inspector/ProtocolParserTest.cpp", | 1125 "inspector/ProtocolParserTest.cpp", |
1127 "layout/ImageQualityControllerTest.cpp", | 1126 "layout/ImageQualityControllerTest.cpp", |
1128 "layout/InlineTextBoxTest.cpp", | 1127 "layout/InlineTextBoxTest.cpp", |
1129 "layout/LayoutBlockTest.cpp", | 1128 "layout/LayoutBlockTest.cpp", |
1130 "layout/LayoutBoxModelObjectTest.cpp", | 1129 "layout/LayoutBoxModelObjectTest.cpp", |
1131 "layout/LayoutBoxTest.cpp", | 1130 "layout/LayoutBoxTest.cpp", |
1132 "layout/LayoutInlineTest.cpp", | 1131 "layout/LayoutInlineTest.cpp", |
1133 "layout/LayoutMultiColumnFlowThreadTest.cpp", | 1132 "layout/LayoutMultiColumnFlowThreadTest.cpp", |
1134 "layout/LayoutObjectTest.cpp", | 1133 "layout/LayoutObjectTest.cpp", |
1135 "layout/LayoutPartTest.cpp", | 1134 "layout/LayoutPartTest.cpp", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1236 sources = [ | 1235 sources = [ |
1237 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1236 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
1238 "html/parser/TextResourceDecoderForFuzzing.h", | 1237 "html/parser/TextResourceDecoderForFuzzing.h", |
1239 ] | 1238 ] |
1240 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1239 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
1241 deps = [ | 1240 deps = [ |
1242 ":core", | 1241 ":core", |
1243 "../platform:blink_fuzzer_test_support", | 1242 "../platform:blink_fuzzer_test_support", |
1244 ] | 1243 ] |
1245 } | 1244 } |
OLD | NEW |