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

modules_dictionary_idl_files = [
  "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",
]