summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/indexeddb/idls.gni
blob: 9c8b7d8bbef48c66719a5e16f97e82a226530db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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 = [
  "idb_cursor.idl",
  "idb_cursor_with_value.idl",
  "idb_database.idl",
  "idb_factory.idl",
  "idb_index.idl",
  "idb_key_range.idl",
  "idb_object_store.idl",
  "idb_observation.idl",
  "idb_observer.idl",
  "idb_observer_changes.idl",
  "idb_open_db_request.idl",
  "idb_request.idl",
  "idb_transaction.idl",
  "idb_version_change_event.idl",
]

modules_dictionary_idl_files = [
  "idb_database_info.idl",
  "idb_index_parameters.idl",
  "idb_object_store_parameters.idl",
  "idb_observer_init.idl",
  "idb_transaction_options.idl",
  "idb_version_change_event_init.idl",
]

modules_dependency_idl_files = [
  "window_indexed_database.idl",
  "worker_global_scope_indexed_database.idl",
]