Commit 9db7816f authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

bind-gen: Update the idl file list to add ReceiveStream

Bug: 839389
Change-Id: I5c08bc26946cc202376e4e0a6b5e6c108708f56c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117845Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752808}
parent b9ff0a74
......@@ -966,6 +966,8 @@ generated_interface_sources_in_modules = [
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_push_subscription_options.h",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_quic_transport.cc",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_quic_transport.h",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_receive_stream.cc",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_receive_stream.h",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_relative_orientation_sensor.cc",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_relative_orientation_sensor.h",
"$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_remote_playback.cc",
......
......@@ -896,8 +896,10 @@ static_idl_files_in_modules = get_path_info(
"//third_party/blink/renderer/modules/websockets/websocket_connection.idl",
"//third_party/blink/renderer/modules/websockets/websocket_stream.idl",
"//third_party/blink/renderer/modules/websockets/websocket_stream_options.idl",
"//third_party/blink/renderer/modules/webtransport/incoming_stream.idl",
"//third_party/blink/renderer/modules/webtransport/outgoing_stream.idl",
"//third_party/blink/renderer/modules/webtransport/quic_transport.idl",
"//third_party/blink/renderer/modules/webtransport/receive_stream.idl",
"//third_party/blink/renderer/modules/webtransport/send_stream.idl",
"//third_party/blink/renderer/modules/webtransport/stream_abort_info.idl",
"//third_party/blink/renderer/modules/webtransport/web_transport_close_info.idl",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment