summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/nfc/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/nfc/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/nfc/idls.gni19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/nfc/idls.gni b/chromium/third_party/blink/renderer/modules/nfc/idls.gni
new file mode 100644
index 00000000000..34266343cc9
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/nfc/idls.gni
@@ -0,0 +1,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",
+]