summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/streams/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/streams/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/core/streams/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/streams/BUILD.gn b/chromium/third_party/blink/renderer/core/streams/BUILD.gn
index 4ddb512fda8..1e82808c34a 100644
--- a/chromium/third_party/blink/renderer/core/streams/BUILD.gn
+++ b/chromium/third_party/blink/renderer/core/streams/BUILD.gn
@@ -22,5 +22,7 @@ blink_core_sources("streams") {
"underlying_source_base.h",
"writable_stream.cc",
"writable_stream.h",
+ "writable_stream_wrapper.cc",
+ "writable_stream_wrapper.h",
]
}