summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/content_index/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/content_index/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/content_index/idls.gni19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/content_index/idls.gni b/chromium/third_party/blink/renderer/modules/content_index/idls.gni
new file mode 100644
index 00000000000..ecd395aa12d
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/content_index/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 = [
+ "content_index.idl",
+ "content_index_event.idl",
+]
+
+modules_dictionary_idl_files = [
+ "content_description.idl",
+ "content_icon_definition.idl",
+ "content_index_event_init.idl",
+]
+
+modules_dependency_idl_files = [
+ "service_worker_global_scope_content_index.idl",
+ "service_worker_registration_content_index.idl",
+]