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

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 d138fa17564d555fdf07233804295662bd3cb0a8..1c2485f58a3eb75ebc00e3e2c1095afc1c9e4960 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/FetchDataLoader.cpp',
'fetch/FetchDataLoader.h',
@@ -1463,6 +1465,7 @@
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.h',
'fetch/DataConsumerHandleUtilTest.cpp',
+ 'fetch/DataConsumerTeeTest.cpp',
'fetch/FetchDataLoaderTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.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