| Index: third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BUILD.gn b/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| index 77ab4b9b02379a4f7f5e2dc97a872c3c66dac673..5624b757bbebfaffdab5acfd37b510fecc4c6b81 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/fetch/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//third_party/WebKit/Source/modules/modules.gni")
|
|
|
| blink_modules_sources("fetch") {
|
| sources = [
|
| + "BlobBytesConsumer.cpp",
|
| + "BlobBytesConsumer.h",
|
| "Body.cpp",
|
| "Body.h",
|
| "BodyStreamBuffer.cpp",
|
|
|