summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/file_system_access/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/file_system_access/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/file_system_access/idls.gni31
1 files changed, 0 insertions, 31 deletions
diff --git a/chromium/third_party/blink/renderer/modules/file_system_access/idls.gni b/chromium/third_party/blink/renderer/modules/file_system_access/idls.gni
deleted file mode 100644
index 2d4f3232423..00000000000
--- a/chromium/third_party/blink/renderer/modules/file_system_access/idls.gni
+++ /dev/null
@@ -1,31 +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 = [
- "file_system_directory_iterator.idl",
- "file_system_directory_handle.idl",
- "file_system_file_handle.idl",
- "file_system_handle.idl",
- "file_system_writable_file_stream.idl",
-]
-
-modules_dictionary_idl_files = [
- "directory_picker_options.idl",
- "file_picker_accept_type.idl",
- "file_picker_options.idl",
- "file_system_create_writable_options.idl",
- "file_system_get_directory_options.idl",
- "file_system_get_file_options.idl",
- "file_system_handle_permission_descriptor.idl",
- "file_system_remove_options.idl",
- "open_file_picker_options.idl",
- "save_file_picker_options.idl",
- "write_params.idl",
-]
-
-modules_dependency_idl_files = [
- "data_transfer_item_file_system_access.idl",
- "storage_manager_file_system_access.idl",
- "window_file_system_access.idl",
-]