| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index aae4f05372587d32e255e9a05ccc800182326a12..bd69a555c98be3f14fca8f06136a8ce868f7c043 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -181,6 +181,8 @@ source_set("unit_tests") {
|
| "csspaint/PaintWorkletTest.cpp",
|
| "fetch/BodyStreamBufferTest.cpp",
|
| "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
|
| + "fetch/BytesConsumerTest.cpp",
|
| + "fetch/BytesConsumerTestUtil.cpp",
|
| "fetch/CompositeDataConsumerHandleTest.cpp",
|
| "fetch/DataConsumerHandleTestUtil.cpp",
|
| "fetch/DataConsumerHandleTestUtil.h",
|
|
|