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

Unified Diff: third_party/WebKit/Source/core/fetch/BUILD.gn

Issue 2304353002: Revert of Move more of webcore_remaining into GN build files. (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/events/BUILD.gn ('k') | third_party/WebKit/Source/core/fileapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/BUILD.gn
diff --git a/third_party/WebKit/Source/core/fetch/BUILD.gn b/third_party/WebKit/Source/core/fetch/BUILD.gn
deleted file mode 100644
index 8143b0a0384cc7111a257717b865b407788e7f20..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/fetch/BUILD.gn
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//third_party/WebKit/Source/core/core.gni")
-
-blink_core_sources("fetch") {
- sources = [
- "AccessControlStatus.h",
- "CSSStyleSheetResource.cpp",
- "CSSStyleSheetResource.h",
- "CachedMetadata.cpp",
- "CachedMetadata.h",
- "CachedMetadataHandler.h",
- "ClientHintsPreferences.cpp",
- "ClientHintsPreferences.h",
- "CrossOriginAccessControl.cpp",
- "CrossOriginAccessControl.h",
- "DocumentResource.cpp",
- "DocumentResource.h",
- "DocumentResourceReference.h",
- "FetchContext.cpp",
- "FetchContext.h",
- "FetchInitiatorInfo.h",
- "FetchRequest.cpp",
- "FetchRequest.h",
- "FetchUtils.cpp",
- "FetchUtils.h",
- "FontResource.cpp",
- "FontResource.h",
- "ImageResource.cpp",
- "ImageResource.h",
- "IntegrityMetadata.cpp",
- "IntegrityMetadata.h",
- "LinkFetchResource.cpp",
- "LinkFetchResource.h",
- "MemoryCache.cpp",
- "MemoryCache.h",
- "MultipartImageResourceParser.cpp",
- "MultipartImageResourceParser.h",
- "RawResource.cpp",
- "RawResource.h",
- "Resource.cpp",
- "Resource.h",
- "ResourceClientWalker.h",
- "ResourceFetcher.cpp",
- "ResourceFetcher.h",
- "ResourceLoader.cpp",
- "ResourceLoader.h",
- "ResourceLoaderOptions.h",
- "ResourceLoadingLog.h",
- "ScriptResource.cpp",
- "ScriptResource.h",
- "SubstituteData.h",
- "TextResource.cpp",
- "TextResource.h",
- "UniqueIdentifier.cpp",
- "UniqueIdentifier.h",
- "XSLStyleSheetResource.cpp",
- "XSLStyleSheetResource.h",
- ]
-
- configs += [
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- "//build/config/compiler:no_size_t_to_int_warning",
- ]
-}
« no previous file with comments | « third_party/WebKit/Source/core/events/BUILD.gn ('k') | third_party/WebKit/Source/core/fileapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698