summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/cookie_store/idls.gni
blob: bda748d3c213326ff91de5e956f3482e9ce57d64 (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
# 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 = [
  "cookie_change_event.idl",
  "cookie_store.idl",
  "cookie_store_manager.idl",
  "extendable_cookie_change_event.idl",
]

modules_dictionary_idl_files = [
  "cookie_change_event_init.idl",
  "cookie_list_item.idl",
  "cookie_store_delete_options.idl",
  "cookie_store_get_options.idl",
  "cookie_store_set_extra_options.idl",
  "cookie_store_set_options.idl",
  "extendable_cookie_change_event_init.idl",
]

modules_dependency_idl_files = [
  "service_worker_global_scope_cookie_store.idl",
  "service_worker_registration_cookies.idl",
  "window_cookie_store.idl",
]