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

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 b0d94c1f1e07be053b46912b8c86a3783e57be72..03aa4ed90d8ae890e459a6c3a8f09e5fbd61770a 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -974,6 +974,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',
@@ -1872,6 +1874,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