1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5modules_idl_files = [
6  "cookie_change_event.idl",
7  "cookie_store.idl",
8  "cookie_store_manager.idl",
9  "extendable_cookie_change_event.idl",
10]
11
12modules_dictionary_idl_files = [
13  "cookie_change_event_init.idl",
14  "cookie_list_item.idl",
15  "cookie_store_delete_options.idl",
16  "cookie_store_get_options.idl",
17  "cookie_store_set_extra_options.idl",
18  "cookie_store_set_options.idl",
19  "extendable_cookie_change_event_init.idl",
20]
21
22modules_dependency_idl_files = [
23  "service_worker_global_scope_cookie_store.idl",
24  "service_worker_registration_cookies.idl",
25  "window_cookie_store.idl",
26]
27