summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/serial/idls.gni
blob: ad28c9ed62b3b2f611f7ac71264708c0245e3c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2016 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 = [
  "serial.idl",
  "serial_connection_event.idl",
  "serial_port.idl",
]

modules_dictionary_idl_files = [
  "serial_connection_event_init.idl",
  "serial_input_signals.idl",
  "serial_options.idl",
  "serial_output_signals.idl",
  "serial_port_filter.idl",
  "serial_port_info.idl",
  "serial_port_request_options.idl",
]

modules_dependency_idl_files = [
  "navigator_serial.idl",
  "worker_navigator_serial.idl",
]