| 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',
|
|
|