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

Unified Diff: Source/modules/modules.gypi

Issue 1171913003: **** [WIP] Blink-side: Implement FetchBlobDataConsumerHandle **** (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up. 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
« no previous file with comments | « Source/modules/fetch/ResponseTest.cpp ('k') | Source/modules/serviceworkers/RespondWithObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d138fa17564d555fdf07233804295662bd3cb0a8..241bdc83fe9687cff964018f86d05b9481179bc1 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -749,6 +749,10 @@
'fetch/Body.h',
'fetch/BodyStreamBuffer.cpp',
'fetch/BodyStreamBuffer.h',
+ 'fetch/DataConsumerTee.cpp',
+ 'fetch/DataConsumerTee.h',
+ 'fetch/FetchBlobDataConsumerHandle.cpp',
+ 'fetch/FetchBlobDataConsumerHandle.h',
'fetch/FetchDataConsumerHandle.h',
'fetch/FetchDataLoader.cpp',
'fetch/FetchDataLoader.h',
@@ -1461,8 +1465,11 @@
'compositorworker/CompositorWorkerManagerTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/CompositeDataConsumerHandleTest.cpp',
+ 'fetch/DataConsumerHandleTestUtil.cpp',
'fetch/DataConsumerHandleTestUtil.h',
'fetch/DataConsumerHandleUtilTest.cpp',
+ 'fetch/DataConsumerTeeTest.cpp',
+ 'fetch/FetchBlobDataConsumerHandleTest.cpp',
'fetch/FetchDataLoaderTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
« no previous file with comments | « Source/modules/fetch/ResponseTest.cpp ('k') | Source/modules/serviceworkers/RespondWithObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698