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

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

Issue 2342233002: Remove Fetch[Blob|FormData]ConsumerHandle (Closed)
Patch Set: rebase 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
Index: third_party/WebKit/Source/modules/fetch/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/fetch/BUILD.gn b/third_party/WebKit/Source/modules/fetch/BUILD.gn
index 156dfbbb941b1397959208bf5108a2fdc20e2c75..ed634fe0340ded108f5bb45cc6896bb56ed2f0c6 100644
--- a/third_party/WebKit/Source/modules/fetch/BUILD.gn
+++ b/third_party/WebKit/Source/modules/fetch/BUILD.gn
@@ -16,19 +16,12 @@ blink_modules_sources("fetch") {
"BytesConsumer.h",
"BytesConsumerForDataConsumerHandle.cpp",
"BytesConsumerForDataConsumerHandle.h",
- "CompositeDataConsumerHandle.cpp",
- "CompositeDataConsumerHandle.h",
- "CrossThreadHolder.h",
"DataConsumerHandleUtil.cpp",
"DataConsumerHandleUtil.h",
- "FetchBlobDataConsumerHandle.cpp",
- "FetchBlobDataConsumerHandle.h",
"FetchDataConsumerHandle.cpp",
"FetchDataConsumerHandle.h",
"FetchDataLoader.cpp",
"FetchDataLoader.h",
- "FetchFormDataConsumerHandle.cpp",
- "FetchFormDataConsumerHandle.h",
"FetchHeaderList.cpp",
"FetchHeaderList.h",
"FetchManager.cpp",

Powered by Google App Engine
This is Rietveld 408576698