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

Side by Side Diff: third_party/WebKit/Source/platform/loader/BUILD.gn

Issue 2871233002: Separate preload matching from MemoryCache (Closed)
Patch Set: fix Created 3 years, 7 months 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//third_party/WebKit/Source/build/scripts/scripts.gni") 5 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
6 import("//third_party/WebKit/Source/platform/platform_generated.gni") 6 import("//third_party/WebKit/Source/platform/platform_generated.gni")
7 7
8 make_names("make_platform_loader_generated_fetch_initiator_type_names") { 8 make_names("make_platform_loader_generated_fetch_initiator_type_names") {
9 in_files = [ "fetch/FetchInitiatorTypeNames.json5" ] 9 in_files = [ "fetch/FetchInitiatorTypeNames.json5" ]
10 outputs = [ 10 outputs = [
(...skipping 22 matching lines...) Expand all
33 "fetch/FetchContext.h", 33 "fetch/FetchContext.h",
34 "fetch/FetchInitiatorInfo.h", 34 "fetch/FetchInitiatorInfo.h",
35 "fetch/FetchParameters.cpp", 35 "fetch/FetchParameters.cpp",
36 "fetch/FetchParameters.h", 36 "fetch/FetchParameters.h",
37 "fetch/FetchUtils.cpp", 37 "fetch/FetchUtils.cpp",
38 "fetch/FetchUtils.h", 38 "fetch/FetchUtils.h",
39 "fetch/IntegrityMetadata.cpp", 39 "fetch/IntegrityMetadata.cpp",
40 "fetch/IntegrityMetadata.h", 40 "fetch/IntegrityMetadata.h",
41 "fetch/MemoryCache.cpp", 41 "fetch/MemoryCache.cpp",
42 "fetch/MemoryCache.h", 42 "fetch/MemoryCache.h",
43 "fetch/PreloadKey.h",
43 "fetch/RawResource.cpp", 44 "fetch/RawResource.cpp",
44 "fetch/RawResource.h", 45 "fetch/RawResource.h",
45 "fetch/Resource.cpp", 46 "fetch/Resource.cpp",
46 "fetch/Resource.h", 47 "fetch/Resource.h",
47 "fetch/ResourceClient.h", 48 "fetch/ResourceClient.h",
48 "fetch/ResourceClientWalker.h", 49 "fetch/ResourceClientWalker.h",
49 "fetch/ResourceError.cpp", 50 "fetch/ResourceError.cpp",
50 "fetch/ResourceError.h", 51 "fetch/ResourceError.h",
51 "fetch/ResourceFetcher.cpp", 52 "fetch/ResourceFetcher.cpp",
52 "fetch/ResourceFetcher.h", 53 "fetch/ResourceFetcher.h",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 157
157 configs += [ 158 configs += [
158 "//third_party/WebKit/Source/platform/wtf:wtf_config", 159 "//third_party/WebKit/Source/platform/wtf:wtf_config",
159 "//third_party/WebKit/Source:config", 160 "//third_party/WebKit/Source:config",
160 ] 161 ]
161 162
162 deps = [ 163 deps = [
163 "//third_party/WebKit/Source/platform", 164 "//third_party/WebKit/Source/platform",
164 ] 165 ]
165 } 166 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp ('k') | third_party/WebKit/Source/platform/loader/fetch/PreloadKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698