summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/notifications/idls.gni
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/third_party/blink/renderer/modules/notifications/idls.gni
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
downloadqtwebengine-chromium-1943b3c2a1dcee36c233724fc4ee7613d71b9cf6.tar.gz
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/notifications/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/notifications/idls.gni21
1 files changed, 0 insertions, 21 deletions
diff --git a/chromium/third_party/blink/renderer/modules/notifications/idls.gni b/chromium/third_party/blink/renderer/modules/notifications/idls.gni
deleted file mode 100644
index c357dd01d65..00000000000
--- a/chromium/third_party/blink/renderer/modules/notifications/idls.gni
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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",
-]