summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webtransport/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webtransport/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/webtransport/idls.gni16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webtransport/idls.gni b/chromium/third_party/blink/renderer/modules/webtransport/idls.gni
new file mode 100644
index 00000000000..2cd36ecec8b
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/webtransport/idls.gni
@@ -0,0 +1,16 @@
+# Copyright 2020 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+modules_idl_files = [
+ "incoming_stream.idl",
+ "outgoing_stream.idl",
+ "quic_transport.idl",
+ "receive_stream.idl",
+ "send_stream.idl",
+]
+
+modules_dictionary_idl_files = [
+ "web_transport_close_info.idl",
+ "stream_abort_info.idl",
+]