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", |
- ] |
-} |