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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 "css/resolver/FontBuilderTest.cpp", | 1005 "css/resolver/FontBuilderTest.cpp", |
1006 "css/resolver/MatchResultTest.cpp", | 1006 "css/resolver/MatchResultTest.cpp", |
1007 "css/resolver/SharedStyleFinderTest.cpp", | 1007 "css/resolver/SharedStyleFinderTest.cpp", |
1008 "dom/ActiveDOMObjectTest.cpp", | 1008 "dom/ActiveDOMObjectTest.cpp", |
1009 "dom/AttrTest.cpp", | 1009 "dom/AttrTest.cpp", |
1010 "dom/CSSSelectorWatchTest.cpp", | 1010 "dom/CSSSelectorWatchTest.cpp", |
1011 "dom/DOMImplementationTest.cpp", | 1011 "dom/DOMImplementationTest.cpp", |
1012 "dom/DOMMatrixTest.cpp", | 1012 "dom/DOMMatrixTest.cpp", |
1013 "dom/DocumentStatisticsCollectorTest.cpp", | 1013 "dom/DocumentStatisticsCollectorTest.cpp", |
1014 "dom/DocumentTest.cpp", | 1014 "dom/DocumentTest.cpp", |
1015 "dom/ElementRareDataTest.cpp", | |
1016 "dom/ElementTest.cpp", | 1015 "dom/ElementTest.cpp", |
1017 "dom/ExecutionContextTaskTest.cpp", | 1016 "dom/ExecutionContextTaskTest.cpp", |
1018 "dom/MainThreadTaskRunnerTest.cpp", | 1017 "dom/MainThreadTaskRunnerTest.cpp", |
1019 "dom/NodeTest.cpp", | 1018 "dom/NodeTest.cpp", |
1020 "dom/NthIndexCacheTest.cpp", | 1019 "dom/NthIndexCacheTest.cpp", |
1021 "dom/RangeTest.cpp", | 1020 "dom/RangeTest.cpp", |
1022 "dom/ScriptRunnerTest.cpp", | 1021 "dom/ScriptRunnerTest.cpp", |
1023 "dom/SelectorQueryTest.cpp", | 1022 "dom/SelectorQueryTest.cpp", |
1024 "dom/StaticRangeTest.cpp", | 1023 "dom/StaticRangeTest.cpp", |
1025 "dom/StyleElementTest.cpp", | 1024 "dom/StyleElementTest.cpp", |
(...skipping 233 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 |