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

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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 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
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 7bc81dbd80df5009f5218a09fe03039a68d789f1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/fetch/BUILD.gn
+++ /dev/null
@@ -1,50 +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",
- "CachedMetadata.cpp",
- "CachedMetadata.h",
- "CachedMetadataHandler.h",
- "ClientHintsPreferences.cpp",
- "ClientHintsPreferences.h",
- "CrossOriginAccessControl.cpp",
- "CrossOriginAccessControl.h",
- "FetchContext.cpp",
- "FetchContext.h",
- "FetchInitiatorInfo.h",
- "FetchRequest.cpp",
- "FetchRequest.h",
- "FetchUtils.cpp",
- "FetchUtils.h",
- "IntegrityMetadata.cpp",
- "IntegrityMetadata.h",
- "MemoryCache.cpp",
- "MemoryCache.h",
- "RawResource.cpp",
- "RawResource.h",
- "Resource.cpp",
- "Resource.h",
- "ResourceClient.h",
- "ResourceClientWalker.h",
- "ResourceFetcher.cpp",
- "ResourceFetcher.h",
- "ResourceLoader.cpp",
- "ResourceLoader.h",
- "ResourceLoaderOptions.h",
- "ResourceLoadingLog.h",
- "ResourceStatus.h",
- "SubstituteData.h",
- "UniqueIdentifier.cpp",
- "UniqueIdentifier.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/fetch/AccessControlStatus.h ('k') | third_party/WebKit/Source/core/fetch/CachePolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698