summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/nfc/idls.gni
blob: 34266343cc9b5c45d14df871371dfc66f582c010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 = [
  "ndef_message.idl",
  "ndef_record.idl",
  "ndef_reader.idl",
  "ndef_reading_event.idl",
  "ndef_writer.idl",
]

modules_dictionary_idl_files = [
  "ndef_message_init.idl",
  "ndef_record_init.idl",
  "ndef_reading_event_init.idl",
  "ndef_scan_options.idl",
  "ndef_write_options.idl",
]