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/toolchain/toolchain.gni") | 6 import("//build/toolchain/toolchain.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//testing/libfuzzer/fuzzer_test.gni") | 9 import("//testing/libfuzzer/fuzzer_test.gni") |
10 import("//third_party/WebKit/Source/bindings/bindings.gni") | 10 import("//third_party/WebKit/Source/bindings/bindings.gni") |
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 "css/resolver/FontBuilderTest.cpp", | 1029 "css/resolver/FontBuilderTest.cpp", |
1030 "css/resolver/MatchResultTest.cpp", | 1030 "css/resolver/MatchResultTest.cpp", |
1031 "css/resolver/SharedStyleFinderTest.cpp", | 1031 "css/resolver/SharedStyleFinderTest.cpp", |
1032 "dom/ActiveDOMObjectTest.cpp", | 1032 "dom/ActiveDOMObjectTest.cpp", |
1033 "dom/AttrTest.cpp", | 1033 "dom/AttrTest.cpp", |
1034 "dom/CSSSelectorWatchTest.cpp", | 1034 "dom/CSSSelectorWatchTest.cpp", |
1035 "dom/DOMImplementationTest.cpp", | 1035 "dom/DOMImplementationTest.cpp", |
1036 "dom/DOMMatrixTest.cpp", | 1036 "dom/DOMMatrixTest.cpp", |
1037 "dom/DocumentStatisticsCollectorTest.cpp", | 1037 "dom/DocumentStatisticsCollectorTest.cpp", |
1038 "dom/DocumentTest.cpp", | 1038 "dom/DocumentTest.cpp", |
| 1039 "dom/DocumentUserGestureTokenTest.cpp", |
1039 "dom/ElementTest.cpp", | 1040 "dom/ElementTest.cpp", |
1040 "dom/ElementVisibilityObserverTest.cpp", | 1041 "dom/ElementVisibilityObserverTest.cpp", |
1041 "dom/ExecutionContextTaskTest.cpp", | 1042 "dom/ExecutionContextTaskTest.cpp", |
1042 "dom/MainThreadTaskRunnerTest.cpp", | 1043 "dom/MainThreadTaskRunnerTest.cpp", |
1043 "dom/NodeTest.cpp", | 1044 "dom/NodeTest.cpp", |
1044 "dom/NthIndexCacheTest.cpp", | 1045 "dom/NthIndexCacheTest.cpp", |
1045 "dom/RangeTest.cpp", | 1046 "dom/RangeTest.cpp", |
1046 "dom/ScriptRunnerTest.cpp", | 1047 "dom/ScriptRunnerTest.cpp", |
1047 "dom/SelectorQueryTest.cpp", | 1048 "dom/SelectorQueryTest.cpp", |
1048 "dom/StaticRangeTest.cpp", | 1049 "dom/StaticRangeTest.cpp", |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 sources = [ | 1291 sources = [ |
1291 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1292 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
1292 "html/parser/TextResourceDecoderForFuzzing.h", | 1293 "html/parser/TextResourceDecoderForFuzzing.h", |
1293 ] | 1294 ] |
1294 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1295 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
1295 deps = [ | 1296 deps = [ |
1296 ":core", | 1297 ":core", |
1297 "../platform:blink_fuzzer_test_support", | 1298 "../platform:blink_fuzzer_test_support", |
1298 ] | 1299 ] |
1299 } | 1300 } |
OLD | NEW |