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

Unified Diff: Source/modules/modules.gypi

Issue 1192913007: Change BodyStreamBuffer to be FetchDataConsumerHandle-based and enable backpressure in Fetch API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 6 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e84603578a403853e128b2a2e802f5d6810b3f57..34a9a1b8a949488528f8e5a170a50a382ea69e2f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -766,6 +766,8 @@
'fetch/BodyStreamBuffer.h',
'fetch/DataConsumerTee.cpp',
'fetch/DataConsumerTee.h',
+ 'fetch/FetchBlobDataConsumerHandle.cpp',
+ 'fetch/FetchBlobDataConsumerHandle.h',
'fetch/FetchDataConsumerHandle.h',
'fetch/FetchDataLoader.cpp',
'fetch/FetchDataLoader.h',

Powered by Google App Engine
This is Rietveld 408576698