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

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

Issue 2504883003: Loading: move *StyleSheetResource to core/loader/resource (Closed)
Patch Set: [rebase] 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
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",
11 "CSSStyleSheetResource.h",
12 "CachedMetadata.cpp", 10 "CachedMetadata.cpp",
13 "CachedMetadata.h", 11 "CachedMetadata.h",
14 "CachedMetadataHandler.h", 12 "CachedMetadataHandler.h",
15 "ClientHintsPreferences.cpp", 13 "ClientHintsPreferences.cpp",
16 "ClientHintsPreferences.h", 14 "ClientHintsPreferences.h",
17 "CrossOriginAccessControl.cpp", 15 "CrossOriginAccessControl.cpp",
18 "CrossOriginAccessControl.h", 16 "CrossOriginAccessControl.h",
19 "FetchContext.cpp", 17 "FetchContext.cpp",
20 "FetchContext.h", 18 "FetchContext.h",
21 "FetchInitiatorInfo.h", 19 "FetchInitiatorInfo.h",
(...skipping 26 matching lines...) Expand all
48 "TextResource.h", 46 "TextResource.h",
49 "UniqueIdentifier.cpp", 47 "UniqueIdentifier.cpp",
50 "UniqueIdentifier.h", 48 "UniqueIdentifier.h",
51 ] 49 ]
52 50
53 configs += [ 51 configs += [
54 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 52 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
55 "//build/config/compiler:no_size_t_to_int_warning", 53 "//build/config/compiler:no_size_t_to_int_warning",
56 ] 54 ]
57 } 55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698