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 21771bd6c9565434c2154b852dfbe09642eda07e..b8efe143874cdd7f01aaf5c4cbe7a300df62bb15 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", |