summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/cache_storage/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/cache_storage/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/cache_storage/idls.gni18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/third_party/blink/renderer/modules/cache_storage/idls.gni b/chromium/third_party/blink/renderer/modules/cache_storage/idls.gni
deleted file mode 100644
index dd0d4b1633e..00000000000
--- a/chromium/third_party/blink/renderer/modules/cache_storage/idls.gni
+++ /dev/null
@@ -1,18 +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 = [
- "cache.idl",
- "cache_storage.idl",
-]
-
-modules_dictionary_idl_files = [
- "cache_query_options.idl",
- "multi_cache_query_options.idl",
-]
-
-modules_dependency_idl_files = [
- "window_cache_storage.idl",
- "worker_cache_storage.idl",
-]