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

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

Issue 2497463004: Loading: move core/fetch/*Resource* to core/loader/resource/ (Closed)
Patch Set: [rebase] Created 4 years, 1 month 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("fetch") { 7 blink_core_sources("fetch") {
8 sources = [ 8 sources = [
9 "AccessControlStatus.h", 9 "AccessControlStatus.h",
10 "CSSStyleSheetResource.cpp", 10 "CSSStyleSheetResource.cpp",
11 "CSSStyleSheetResource.h", 11 "CSSStyleSheetResource.h",
12 "CachedMetadata.cpp", 12 "CachedMetadata.cpp",
13 "CachedMetadata.h", 13 "CachedMetadata.h",
14 "CachedMetadataHandler.h", 14 "CachedMetadataHandler.h",
15 "ClientHintsPreferences.cpp", 15 "ClientHintsPreferences.cpp",
16 "ClientHintsPreferences.h", 16 "ClientHintsPreferences.h",
17 "CrossOriginAccessControl.cpp", 17 "CrossOriginAccessControl.cpp",
18 "CrossOriginAccessControl.h", 18 "CrossOriginAccessControl.h",
19 "DocumentResource.cpp",
20 "DocumentResource.h",
21 "FetchContext.cpp", 19 "FetchContext.cpp",
22 "FetchContext.h", 20 "FetchContext.h",
23 "FetchInitiatorInfo.h", 21 "FetchInitiatorInfo.h",
24 "FetchRequest.cpp", 22 "FetchRequest.cpp",
25 "FetchRequest.h", 23 "FetchRequest.h",
26 "FetchUtils.cpp", 24 "FetchUtils.cpp",
27 "FetchUtils.h", 25 "FetchUtils.h",
28 "FontResource.cpp", 26 "FontResource.cpp",
29 "FontResource.h", 27 "FontResource.h",
30 "ImageResource.cpp", 28 "ImageResource.cpp",
31 "ImageResource.h", 29 "ImageResource.h",
32 "IntegrityMetadata.cpp", 30 "IntegrityMetadata.cpp",
33 "IntegrityMetadata.h", 31 "IntegrityMetadata.h",
34 "LinkFetchResource.cpp",
35 "LinkFetchResource.h",
36 "MemoryCache.cpp", 32 "MemoryCache.cpp",
37 "MemoryCache.h", 33 "MemoryCache.h",
38 "MultipartImageResourceParser.cpp", 34 "MultipartImageResourceParser.cpp",
39 "MultipartImageResourceParser.h", 35 "MultipartImageResourceParser.h",
40 "RawResource.cpp", 36 "RawResource.cpp",
41 "RawResource.h", 37 "RawResource.h",
42 "Resource.cpp", 38 "Resource.cpp",
43 "Resource.h", 39 "Resource.h",
40 "ResourceClient.h",
44 "ResourceClientWalker.h", 41 "ResourceClientWalker.h",
45 "ResourceFetcher.cpp", 42 "ResourceFetcher.cpp",
46 "ResourceFetcher.h", 43 "ResourceFetcher.h",
47 "ResourceLoader.cpp", 44 "ResourceLoader.cpp",
48 "ResourceLoader.h", 45 "ResourceLoader.h",
49 "ResourceLoaderOptions.h", 46 "ResourceLoaderOptions.h",
50 "ResourceLoadingLog.h", 47 "ResourceLoadingLog.h",
51 "ScriptResource.cpp",
52 "ScriptResource.h",
53 "SubstituteData.h", 48 "SubstituteData.h",
54 "TextResource.cpp", 49 "TextResource.cpp",
55 "TextResource.h", 50 "TextResource.h",
56 "UniqueIdentifier.cpp", 51 "UniqueIdentifier.cpp",
57 "UniqueIdentifier.h", 52 "UniqueIdentifier.h",
58 "XSLStyleSheetResource.cpp",
59 "XSLStyleSheetResource.h",
60 ] 53 ]
61 54
62 configs += [ 55 configs += [
63 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 56 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
64 "//build/config/compiler:no_size_t_to_int_warning", 57 "//build/config/compiler:no_size_t_to_int_warning",
65 ] 58 ]
66 } 59 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptLoader.cpp ('k') | third_party/WebKit/Source/core/fetch/DocumentResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698