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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1506023003: Response construction with a ReadableStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 9ff24ec200078227f55175bff7ab034cdacc5bda..c69ccfdf06bfa56e254e09a9858f4c2822ea3b34 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -973,6 +973,8 @@
'fetch/GlobalFetch.h',
'fetch/Headers.cpp',
'fetch/Headers.h',
+ 'fetch/ReadableStreamDataConsumerHandle.cpp',
+ 'fetch/ReadableStreamDataConsumerHandle.h',
'fetch/Request.cpp',
'fetch/Request.h',
'fetch/RequestInit.cpp',
@@ -1869,6 +1871,7 @@
'fetch/FetchDataLoaderTest.cpp',
'fetch/FetchFormDataConsumerHandleTest.cpp',
'fetch/FetchResponseDataTest.cpp',
+ 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
'filesystem/DOMFileSystemBaseTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698