| # 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 = [ |
| "notification.idl", |
| "notification_event.idl", |
| "timestamp_trigger.idl", |
| ] |
| |
| modules_dictionary_idl_files = [ |
| "get_notification_options.idl", |
| "notification_action.idl", |
| "notification_event_init.idl", |
| "notification_options.idl", |
| ] |
| |
| modules_dependency_idl_files = [ |
| "service_worker_global_scope_notifications.idl", |
| "service_worker_registration_notifications.idl", |
| ] |