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

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",
]