summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/websockets/idls.gni
blob: 3cbe173200fea11b528b90c9113c89876567b212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = [
  "close_event.idl",
  "websocket.idl",
  "websocket_stream.idl",
]

modules_dictionary_idl_files = [
  "close_event_init.idl",
  "websocket_close_info.idl",
  "websocket_connection.idl",
  "websocket_stream_options.idl",
]