| 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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 "css/parser/CSSParserTokenTest.cpp", | 1091 "css/parser/CSSParserTokenTest.cpp", |
| 1092 "css/parser/CSSPropertyParserTest.cpp", | 1092 "css/parser/CSSPropertyParserTest.cpp", |
| 1093 "css/parser/CSSSelectorParserTest.cpp", | 1093 "css/parser/CSSSelectorParserTest.cpp", |
| 1094 "css/parser/CSSTokenizerTest.cpp", | 1094 "css/parser/CSSTokenizerTest.cpp", |
| 1095 "css/parser/MediaConditionTest.cpp", | 1095 "css/parser/MediaConditionTest.cpp", |
| 1096 "css/parser/SizesAttributeParserTest.cpp", | 1096 "css/parser/SizesAttributeParserTest.cpp", |
| 1097 "css/parser/SizesCalcParserTest.cpp", | 1097 "css/parser/SizesCalcParserTest.cpp", |
| 1098 "css/resolver/FontBuilderTest.cpp", | 1098 "css/resolver/FontBuilderTest.cpp", |
| 1099 "css/resolver/MatchResultTest.cpp", | 1099 "css/resolver/MatchResultTest.cpp", |
| 1100 "css/resolver/SharedStyleFinderTest.cpp", | 1100 "css/resolver/SharedStyleFinderTest.cpp", |
| 1101 "dom/ActiveDOMObjectTest.cpp", | |
| 1102 "dom/AttrTest.cpp", | 1101 "dom/AttrTest.cpp", |
| 1103 "dom/CSSSelectorWatchTest.cpp", | 1102 "dom/CSSSelectorWatchTest.cpp", |
| 1104 "dom/DOMImplementationTest.cpp", | 1103 "dom/DOMImplementationTest.cpp", |
| 1105 "dom/DOMMatrixTest.cpp", | 1104 "dom/DOMMatrixTest.cpp", |
| 1106 "dom/DocumentStatisticsCollectorTest.cpp", | 1105 "dom/DocumentStatisticsCollectorTest.cpp", |
| 1107 "dom/DocumentTest.cpp", | 1106 "dom/DocumentTest.cpp", |
| 1108 "dom/DocumentUserGestureTokenTest.cpp", | 1107 "dom/DocumentUserGestureTokenTest.cpp", |
| 1109 "dom/ElementTest.cpp", | 1108 "dom/ElementTest.cpp", |
| 1110 "dom/ElementVisibilityObserverTest.cpp", | 1109 "dom/ElementVisibilityObserverTest.cpp", |
| 1111 "dom/ExecutionContextTaskTest.cpp", | 1110 "dom/ExecutionContextTaskTest.cpp", |
| 1112 "dom/IdleDeadlineTest.cpp", | 1111 "dom/IdleDeadlineTest.cpp", |
| 1113 "dom/MutationObserverTest.cpp", | 1112 "dom/MutationObserverTest.cpp", |
| 1114 "dom/NodeTest.cpp", | 1113 "dom/NodeTest.cpp", |
| 1115 "dom/NthIndexCacheTest.cpp", | 1114 "dom/NthIndexCacheTest.cpp", |
| 1116 "dom/RangeTest.cpp", | 1115 "dom/RangeTest.cpp", |
| 1117 "dom/ScriptRunnerTest.cpp", | 1116 "dom/ScriptRunnerTest.cpp", |
| 1118 "dom/ScriptedAnimationControllerTest.cpp", | 1117 "dom/ScriptedAnimationControllerTest.cpp", |
| 1119 "dom/SelectorQueryTest.cpp", | 1118 "dom/SelectorQueryTest.cpp", |
| 1120 "dom/StaticRangeTest.cpp", | 1119 "dom/StaticRangeTest.cpp", |
| 1121 "dom/StyleElementTest.cpp", | 1120 "dom/StyleElementTest.cpp", |
| 1122 "dom/StyleEngineTest.cpp", | 1121 "dom/StyleEngineTest.cpp", |
| 1122 "dom/SuspendableObjectTest.cpp", |
| 1123 "dom/TextTest.cpp", | 1123 "dom/TextTest.cpp", |
| 1124 "dom/TreeScopeStyleSheetCollectionTest.cpp", | 1124 "dom/TreeScopeStyleSheetCollectionTest.cpp", |
| 1125 "dom/TreeScopeTest.cpp", | 1125 "dom/TreeScopeTest.cpp", |
| 1126 "dom/URLSearchParamsTest.cpp", | 1126 "dom/URLSearchParamsTest.cpp", |
| 1127 "dom/custom/CustomElementDefinitionTest.cpp", | 1127 "dom/custom/CustomElementDefinitionTest.cpp", |
| 1128 "dom/custom/CustomElementDescriptorTest.cpp", | 1128 "dom/custom/CustomElementDescriptorTest.cpp", |
| 1129 "dom/custom/CustomElementReactionQueueTest.cpp", | 1129 "dom/custom/CustomElementReactionQueueTest.cpp", |
| 1130 "dom/custom/CustomElementReactionStackTest.cpp", | 1130 "dom/custom/CustomElementReactionStackTest.cpp", |
| 1131 "dom/custom/CustomElementReactionTestHelpers.h", | 1131 "dom/custom/CustomElementReactionTestHelpers.h", |
| 1132 "dom/custom/CustomElementRegistryTest.cpp", | 1132 "dom/custom/CustomElementRegistryTest.cpp", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 sources = [ | 1364 sources = [ |
| 1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1366 ] | 1366 ] |
| 1367 deps = [ | 1367 deps = [ |
| 1368 ":core", | 1368 ":core", |
| 1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1370 ] | 1370 ] |
| 1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1373 } | 1373 } |
| OLD | NEW |