Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2509593003: Loading: factor out common functionalities for memory cache testing (Closed)
Patch Set: review #8 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 "editing/serializers/StyledMarkupSerializerTest.cpp", 1175 "editing/serializers/StyledMarkupSerializerTest.cpp",
1176 "editing/spellcheck/SpellCheckerTest.cpp", 1176 "editing/spellcheck/SpellCheckerTest.cpp",
1177 "editing/state_machines/BackspaceStateMachineTest.cpp", 1177 "editing/state_machines/BackspaceStateMachineTest.cpp",
1178 "editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 1178 "editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
1179 "editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 1179 "editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
1180 "editing/state_machines/StateMachineTestUtil.cpp", 1180 "editing/state_machines/StateMachineTestUtil.cpp",
1181 "editing/state_machines/StateMachineUtilTest.cpp", 1181 "editing/state_machines/StateMachineUtilTest.cpp",
1182 "events/EventPathTest.cpp", 1182 "events/EventPathTest.cpp",
1183 "events/EventTargetTest.cpp", 1183 "events/EventTargetTest.cpp",
1184 "events/PointerEventFactoryTest.cpp", 1184 "events/PointerEventFactoryTest.cpp",
1185 "fetch/CachingCorrectnessTest.cpp",
1186 "fetch/ClientHintsPreferencesTest.cpp", 1185 "fetch/ClientHintsPreferencesTest.cpp",
1187 "fetch/CrossOriginAccessControlTest.cpp", 1186 "fetch/CrossOriginAccessControlTest.cpp",
1188 "fetch/FetchUtilsTest.cpp", 1187 "fetch/FetchUtilsTest.cpp",
1189 "fetch/ImageResourceTest.cpp", 1188 "fetch/ImageResourceTest.cpp",
1189 "fetch/MemoryCacheCorrectnessTest.cpp",
1190 "fetch/MemoryCacheCorrectnessTestHelper.cpp",
1191 "fetch/MemoryCacheCorrectnessTestHelper.h",
1190 "fetch/MemoryCacheTest.cpp", 1192 "fetch/MemoryCacheTest.cpp",
1191 "fetch/MockFetchContext.h", 1193 "fetch/MockFetchContext.h",
1192 "fetch/MockResourceClients.cpp", 1194 "fetch/MockResourceClients.cpp",
1193 "fetch/MultipartImageResourceParserTest.cpp", 1195 "fetch/MultipartImageResourceParserTest.cpp",
1194 "fetch/RawResourceTest.cpp", 1196 "fetch/RawResourceTest.cpp",
1195 "fetch/ResourceFetcherTest.cpp", 1197 "fetch/ResourceFetcherTest.cpp",
1196 "fetch/ResourceLoaderOptionsTest.cpp", 1198 "fetch/ResourceLoaderOptionsTest.cpp",
1197 "fetch/ResourceTest.cpp", 1199 "fetch/ResourceTest.cpp",
1198 "fileapi/FileListTest.cpp", 1200 "fileapi/FileListTest.cpp",
1199 "fileapi/FileTest.cpp", 1201 "fileapi/FileTest.cpp",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 sources = [ 1402 sources = [
1401 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1403 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1402 ] 1404 ]
1403 deps = [ 1405 deps = [
1404 ":core", 1406 ":core",
1405 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1407 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1406 ] 1408 ]
1407 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1409 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1408 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1410 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1409 } 1411 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698