summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/quota/idls.gni
blob: 59cbde178ab073f752094255a3e9dcd22e86b345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 = [
  "deprecated_storage_info.idl",
  "deprecated_storage_quota.idl",
  "dom_error.idl",
  "storage_manager.idl",
]

modules_callback_function_idl_files = [ "deprecated_storage_callbacks.idl" ]

modules_dictionary_idl_files = [
  "storage_estimate.idl",
  "storage_usage_details.idl",
]

modules_dependency_idl_files = [
  "navigator_storage_quota.idl",
  "window_quota.idl",
  "worker_navigator_storage_quota.idl",
]