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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 ] | 171 ] |
172 deps = [ | 172 deps = [ |
173 "//third_party/WebKit/Source/core/animation", | 173 "//third_party/WebKit/Source/core/animation", |
174 "//third_party/WebKit/Source/core/clipboard", | 174 "//third_party/WebKit/Source/core/clipboard", |
175 "//third_party/WebKit/Source/core/css", | 175 "//third_party/WebKit/Source/core/css", |
176 "//third_party/WebKit/Source/core/dom", | 176 "//third_party/WebKit/Source/core/dom", |
177 "//third_party/WebKit/Source/core/editing", | 177 "//third_party/WebKit/Source/core/editing", |
178 "//third_party/WebKit/Source/core/events", | 178 "//third_party/WebKit/Source/core/events", |
179 "//third_party/WebKit/Source/core/fileapi", | 179 "//third_party/WebKit/Source/core/fileapi", |
180 "//third_party/WebKit/Source/core/frame", | 180 "//third_party/WebKit/Source/core/frame", |
181 "//third_party/WebKit/Source/core/geometry", | |
182 "//third_party/WebKit/Source/core/html", | 181 "//third_party/WebKit/Source/core/html", |
183 "//third_party/WebKit/Source/core/imagebitmap", | 182 "//third_party/WebKit/Source/core/imagebitmap", |
184 "//third_party/WebKit/Source/core/input", | 183 "//third_party/WebKit/Source/core/input", |
185 "//third_party/WebKit/Source/core/inspector", | 184 "//third_party/WebKit/Source/core/inspector", |
186 "//third_party/WebKit/Source/core/layout", | 185 "//third_party/WebKit/Source/core/layout", |
187 "//third_party/WebKit/Source/core/layout/svg", | 186 "//third_party/WebKit/Source/core/layout/svg", |
188 "//third_party/WebKit/Source/core/loader", | 187 "//third_party/WebKit/Source/core/loader", |
189 "//third_party/WebKit/Source/core/mojo", | 188 "//third_party/WebKit/Source/core/mojo", |
190 "//third_party/WebKit/Source/core/offscreencanvas", | 189 "//third_party/WebKit/Source/core/offscreencanvas", |
191 "//third_party/WebKit/Source/core/origin_trials", | 190 "//third_party/WebKit/Source/core/origin_trials", |
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1157 "css/parser/MediaConditionTest.cpp", | 1156 "css/parser/MediaConditionTest.cpp", |
1158 "css/parser/SizesAttributeParserTest.cpp", | 1157 "css/parser/SizesAttributeParserTest.cpp", |
1159 "css/parser/SizesCalcParserTest.cpp", | 1158 "css/parser/SizesCalcParserTest.cpp", |
1160 "css/resolver/FontBuilderTest.cpp", | 1159 "css/resolver/FontBuilderTest.cpp", |
1161 "css/resolver/MatchResultTest.cpp", | 1160 "css/resolver/MatchResultTest.cpp", |
1162 "css/resolver/ScopedStyleResolverTest.cpp", | 1161 "css/resolver/ScopedStyleResolverTest.cpp", |
1163 "css/resolver/SharedStyleFinderTest.cpp", | 1162 "css/resolver/SharedStyleFinderTest.cpp", |
1164 "dom/AttrTest.cpp", | 1163 "dom/AttrTest.cpp", |
1165 "dom/CSSSelectorWatchTest.cpp", | 1164 "dom/CSSSelectorWatchTest.cpp", |
1166 "dom/DOMImplementationTest.cpp", | 1165 "dom/DOMImplementationTest.cpp", |
| 1166 "dom/DOMMatrixTest.cpp", |
1167 "dom/DocumentStatisticsCollectorTest.cpp", | 1167 "dom/DocumentStatisticsCollectorTest.cpp", |
1168 "dom/DocumentTest.cpp", | 1168 "dom/DocumentTest.cpp", |
1169 "dom/DocumentUserGestureTokenTest.cpp", | 1169 "dom/DocumentUserGestureTokenTest.cpp", |
1170 "dom/ElementTest.cpp", | 1170 "dom/ElementTest.cpp", |
1171 "dom/ElementVisibilityObserverTest.cpp", | 1171 "dom/ElementVisibilityObserverTest.cpp", |
1172 "dom/ExecutionContextTaskTest.cpp", | 1172 "dom/ExecutionContextTaskTest.cpp", |
1173 "dom/IdleDeadlineTest.cpp", | 1173 "dom/IdleDeadlineTest.cpp", |
1174 "dom/LayoutTreeBuilderTraversalTest.cpp", | 1174 "dom/LayoutTreeBuilderTraversalTest.cpp", |
1175 "dom/ModulatorTest.cpp", | 1175 "dom/ModulatorTest.cpp", |
1176 "dom/ModuleMapTest.cpp", | 1176 "dom/ModuleMapTest.cpp", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 "frame/OriginsUsingFeaturesTest.cpp", | 1215 "frame/OriginsUsingFeaturesTest.cpp", |
1216 "frame/PerformanceMonitorTest.cpp", | 1216 "frame/PerformanceMonitorTest.cpp", |
1217 "frame/RootFrameViewportTest.cpp", | 1217 "frame/RootFrameViewportTest.cpp", |
1218 "frame/SubresourceIntegrityTest.cpp", | 1218 "frame/SubresourceIntegrityTest.cpp", |
1219 "frame/UseCounterTest.cpp", | 1219 "frame/UseCounterTest.cpp", |
1220 "frame/csp/CSPDirectiveListTest.cpp", | 1220 "frame/csp/CSPDirectiveListTest.cpp", |
1221 "frame/csp/CSPSourceTest.cpp", | 1221 "frame/csp/CSPSourceTest.cpp", |
1222 "frame/csp/ContentSecurityPolicyTest.cpp", | 1222 "frame/csp/ContentSecurityPolicyTest.cpp", |
1223 "frame/csp/MediaListDirectiveTest.cpp", | 1223 "frame/csp/MediaListDirectiveTest.cpp", |
1224 "frame/csp/SourceListDirectiveTest.cpp", | 1224 "frame/csp/SourceListDirectiveTest.cpp", |
1225 "geometry/DOMMatrixTest.cpp", | |
1226 "html/AutoplayUmaHelperTest.cpp", | 1225 "html/AutoplayUmaHelperTest.cpp", |
1227 "html/FormDataTest.cpp", | 1226 "html/FormDataTest.cpp", |
1228 "html/HTMLDimensionTest.cpp", | 1227 "html/HTMLDimensionTest.cpp", |
1229 "html/HTMLEmbedElementTest.cpp", | 1228 "html/HTMLEmbedElementTest.cpp", |
1230 "html/HTMLFormControlElementTest.cpp", | 1229 "html/HTMLFormControlElementTest.cpp", |
1231 "html/HTMLIFrameElementAllowTest.cpp", | 1230 "html/HTMLIFrameElementAllowTest.cpp", |
1232 "html/HTMLIFrameElementTest.cpp", | 1231 "html/HTMLIFrameElementTest.cpp", |
1233 "html/HTMLImageElementTest.cpp", | 1232 "html/HTMLImageElementTest.cpp", |
1234 "html/HTMLInputElementTest.cpp", | 1233 "html/HTMLInputElementTest.cpp", |
1235 "html/HTMLLinkElementSizesAttributeTest.cpp", | 1234 "html/HTMLLinkElementSizesAttributeTest.cpp", |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 sources = [ | 1442 sources = [ |
1444 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1443 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
1445 ] | 1444 ] |
1446 deps = [ | 1445 deps = [ |
1447 ":core", | 1446 ":core", |
1448 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1447 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
1449 ] | 1448 ] |
1450 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1449 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
1451 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1450 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
1452 } | 1451 } |
OLD | NEW |