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 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 "dom/shadow/FlatTreeTraversalTest.cpp", | 1195 "dom/shadow/FlatTreeTraversalTest.cpp", |
1196 "dom/shadow/SlotScopedTraversalTest.cpp", | 1196 "dom/shadow/SlotScopedTraversalTest.cpp", |
1197 "editing/CaretDisplayItemClientTest.cpp", | 1197 "editing/CaretDisplayItemClientTest.cpp", |
1198 "events/EventPathTest.cpp", | 1198 "events/EventPathTest.cpp", |
1199 "events/EventTargetTest.cpp", | 1199 "events/EventTargetTest.cpp", |
1200 "events/PointerEventFactoryTest.cpp", | 1200 "events/PointerEventFactoryTest.cpp", |
1201 "events/TouchEventTest.cpp", | 1201 "events/TouchEventTest.cpp", |
1202 "fileapi/FileListTest.cpp", | 1202 "fileapi/FileListTest.cpp", |
1203 "fileapi/FileTest.cpp", | 1203 "fileapi/FileTest.cpp", |
1204 "frame/DOMTimerTest.cpp", | 1204 "frame/DOMTimerTest.cpp", |
1205 "frame/FeaturePolicyInFrameTest.cpp", | |
1206 "frame/FrameViewTest.cpp", | 1205 "frame/FrameViewTest.cpp", |
1207 "frame/HistoryTest.cpp", | 1206 "frame/HistoryTest.cpp", |
1208 "frame/ImageBitmapTest.cpp", | 1207 "frame/ImageBitmapTest.cpp", |
1209 "frame/LocalFrameTest.cpp", | 1208 "frame/LocalFrameTest.cpp", |
1210 "frame/OriginsUsingFeaturesTest.cpp", | 1209 "frame/OriginsUsingFeaturesTest.cpp", |
1211 "frame/PerformanceMonitorTest.cpp", | 1210 "frame/PerformanceMonitorTest.cpp", |
1212 "frame/RootFrameViewportTest.cpp", | 1211 "frame/RootFrameViewportTest.cpp", |
1213 "frame/SubresourceIntegrityTest.cpp", | 1212 "frame/SubresourceIntegrityTest.cpp", |
1214 "frame/UseCounterTest.cpp", | 1213 "frame/UseCounterTest.cpp", |
1215 "frame/csp/CSPDirectiveListTest.cpp", | 1214 "frame/csp/CSPDirectiveListTest.cpp", |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1425 sources = [ | 1424 sources = [ |
1426 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1425 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
1427 ] | 1426 ] |
1428 deps = [ | 1427 deps = [ |
1429 ":core", | 1428 ":core", |
1430 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1429 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
1431 ] | 1430 ] |
1432 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1431 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
1433 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1432 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
1434 } | 1433 } |
OLD | NEW |