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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1143 "fetch/ClientHintsPreferencesTest.cpp", | 1143 "fetch/ClientHintsPreferencesTest.cpp", |
1144 "fetch/CrossOriginAccessControlTest.cpp", | 1144 "fetch/CrossOriginAccessControlTest.cpp", |
1145 "fetch/FetchUtilsTest.cpp", | 1145 "fetch/FetchUtilsTest.cpp", |
1146 "fetch/ImageResourceTest.cpp", | 1146 "fetch/ImageResourceTest.cpp", |
1147 "fetch/MemoryCacheCorrectnessTest.cpp", | 1147 "fetch/MemoryCacheCorrectnessTest.cpp", |
1148 "fetch/MemoryCacheCorrectnessTestHelper.cpp", | 1148 "fetch/MemoryCacheCorrectnessTestHelper.cpp", |
1149 "fetch/MemoryCacheCorrectnessTestHelper.h", | 1149 "fetch/MemoryCacheCorrectnessTestHelper.h", |
1150 "fetch/MemoryCacheTest.cpp", | 1150 "fetch/MemoryCacheTest.cpp", |
1151 "fetch/MockFetchContext.h", | 1151 "fetch/MockFetchContext.h", |
1152 "fetch/MockResourceClients.cpp", | 1152 "fetch/MockResourceClients.cpp", |
| 1153 "fetch/MockResourceClients.h", |
1153 "fetch/MultipartImageResourceParserTest.cpp", | 1154 "fetch/MultipartImageResourceParserTest.cpp", |
1154 "fetch/RawResourceTest.cpp", | 1155 "fetch/RawResourceTest.cpp", |
1155 "fetch/ResourceFetcherTest.cpp", | 1156 "fetch/ResourceFetcherTest.cpp", |
1156 "fetch/ResourceLoaderOptionsTest.cpp", | 1157 "fetch/ResourceLoaderOptionsTest.cpp", |
1157 "fetch/ResourceTest.cpp", | 1158 "fetch/ResourceTest.cpp", |
1158 "fileapi/FileListTest.cpp", | 1159 "fileapi/FileListTest.cpp", |
1159 "fileapi/FileTest.cpp", | 1160 "fileapi/FileTest.cpp", |
1160 "frame/FeaturePolicyInFrameTest.cpp", | 1161 "frame/FeaturePolicyInFrameTest.cpp", |
1161 "frame/FrameViewTest.cpp", | 1162 "frame/FrameViewTest.cpp", |
1162 "frame/HistoryTest.cpp", | 1163 "frame/HistoryTest.cpp", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 "loader/DocumentLoadTimingTest.cpp", | 1259 "loader/DocumentLoadTimingTest.cpp", |
1259 "loader/FrameFetchContextTest.cpp", | 1260 "loader/FrameFetchContextTest.cpp", |
1260 "loader/LinkLoaderTest.cpp", | 1261 "loader/LinkLoaderTest.cpp", |
1261 "loader/MixedContentCheckerTest.cpp", | 1262 "loader/MixedContentCheckerTest.cpp", |
1262 "loader/PingLoaderTest.cpp", | 1263 "loader/PingLoaderTest.cpp", |
1263 "loader/ProgressTrackerTest.cpp", | 1264 "loader/ProgressTrackerTest.cpp", |
1264 "loader/TextResourceDecoderBuilderTest.cpp", | 1265 "loader/TextResourceDecoderBuilderTest.cpp", |
1265 "loader/ThreadableLoaderTest.cpp", | 1266 "loader/ThreadableLoaderTest.cpp", |
1266 "loader/resource/CSSStyleSheetResourceTest.cpp", | 1267 "loader/resource/CSSStyleSheetResourceTest.cpp", |
1267 "loader/resource/FontResourceTest.cpp", | 1268 "loader/resource/FontResourceTest.cpp", |
| 1269 "loader/resource/MockFontResourceClient.cpp", |
| 1270 "loader/resource/MockFontResourceClient.h", |
1268 "origin_trials/OriginTrialContextTest.cpp", | 1271 "origin_trials/OriginTrialContextTest.cpp", |
1269 "page/ChromeClientTest.cpp", | 1272 "page/ChromeClientTest.cpp", |
1270 "page/ContextMenuControllerTest.cpp", | 1273 "page/ContextMenuControllerTest.cpp", |
1271 "page/FocusControllerTest.cpp", | 1274 "page/FocusControllerTest.cpp", |
1272 "page/NetworkStateNotifierTest.cpp", | 1275 "page/NetworkStateNotifierTest.cpp", |
1273 "page/PagePopupClientTest.cpp", | 1276 "page/PagePopupClientTest.cpp", |
1274 "page/PrintContextTest.cpp", | 1277 "page/PrintContextTest.cpp", |
1275 "page/WindowFeaturesTest.cpp", | 1278 "page/WindowFeaturesTest.cpp", |
1276 "page/scrolling/ScrollStateTest.cpp", | 1279 "page/scrolling/ScrollStateTest.cpp", |
1277 "page/scrolling/SnapCoordinatorTest.cpp", | 1280 "page/scrolling/SnapCoordinatorTest.cpp", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 sources = [ | 1365 sources = [ |
1363 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1366 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
1364 ] | 1367 ] |
1365 deps = [ | 1368 deps = [ |
1366 ":core", | 1369 ":core", |
1367 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1370 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
1368 ] | 1371 ] |
1369 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1372 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
1370 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1373 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
1371 } | 1374 } |
OLD | NEW |