| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index b5e2a07d94329411370c77e52a5c403b99d5eae9..1abd322d409ec2196d7c30333b0d82eafd2ac226 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1052,6 +1052,10 @@
|
| 'fetch/Body.h',
|
| 'fetch/BodyStreamBuffer.cpp',
|
| 'fetch/BodyStreamBuffer.h',
|
| + 'fetch/BytesConsumer.cpp',
|
| + 'fetch/BytesConsumer.h',
|
| + 'fetch/BytesConsumerForDataConsumerHandle.cpp',
|
| + 'fetch/BytesConsumerForDataConsumerHandle.h',
|
| 'fetch/CrossThreadHolder.h',
|
| 'fetch/DataConsumerTee.cpp',
|
| 'fetch/DataConsumerTee.h',
|
| @@ -2016,6 +2020,7 @@
|
| 'csspaint/PaintRenderingContext2DTest.cpp',
|
| 'csspaint/PaintWorkletTest.cpp',
|
| 'fetch/BodyStreamBufferTest.cpp',
|
| + 'fetch/BytesConsumerForDataConsumerHandleTest.cpp',
|
| 'fetch/CompositeDataConsumerHandleTest.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.h',
|
|
|