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