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

Unified Diff: Source/modules/modules.gypi

Issue 1195563002: Introduce DataConsumerHandleTee (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 f8cabb94ef1720b5b006456c470aeebf35e8a93a..810e9516606eab50c893ebe267641e3125a3e7c8 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -749,6 +749,8 @@
'fetch/Body.h',
'fetch/BodyStreamBuffer.cpp',
'fetch/BodyStreamBuffer.h',
+ 'fetch/DataConsumerTee.cpp',
+ 'fetch/DataConsumerTee.h',
'fetch/FetchDataConsumerHandle.h',
'fetch/FetchHeaderList.cpp',
'fetch/FetchHeaderList.h',
@@ -1461,6 +1463,7 @@
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.h',
'fetch/DataConsumerHandleUtilTest.cpp',
+ 'fetch/DataConsumerTeeTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
« Source/modules/fetch/DataConsumerTee.cpp ('K') | « Source/modules/fetch/DataConsumerTeeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698