mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
66 lines
1.8 KiB
Plaintext
66 lines
1.8 KiB
Plaintext
# Copyright 2016 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.
|
|
|
|
import("//third_party/blink/renderer/modules/modules.gni")
|
|
|
|
blink_modules_sources("filesystem") {
|
|
sources = [
|
|
"data_transfer_item_file_system.cc",
|
|
"data_transfer_item_file_system.h",
|
|
"dev_tools_host_file_system.cc",
|
|
"dev_tools_host_file_system.h",
|
|
"directory_entry.cc",
|
|
"directory_entry.h",
|
|
"directory_entry_sync.cc",
|
|
"directory_entry_sync.h",
|
|
"directory_reader.cc",
|
|
"directory_reader.h",
|
|
"directory_reader_base.h",
|
|
"directory_reader_sync.cc",
|
|
"directory_reader_sync.h",
|
|
"dom_file_path.cc",
|
|
"dom_file_path.h",
|
|
"dom_file_system.cc",
|
|
"dom_file_system.h",
|
|
"dom_file_system_base.cc",
|
|
"dom_file_system_base.h",
|
|
"dom_file_system_sync.cc",
|
|
"dom_file_system_sync.h",
|
|
"dom_window_file_system.cc",
|
|
"dom_window_file_system.h",
|
|
"dragged_isolated_file_system_impl.cc",
|
|
"dragged_isolated_file_system_impl.h",
|
|
"entry.cc",
|
|
"entry.h",
|
|
"entry_base.cc",
|
|
"entry_base.h",
|
|
"entry_heap_vector.h",
|
|
"entry_sync.cc",
|
|
"entry_sync.h",
|
|
"file_entry.cc",
|
|
"file_entry.h",
|
|
"file_entry_sync.cc",
|
|
"file_entry_sync.h",
|
|
"file_system_callbacks.cc",
|
|
"file_system_callbacks.h",
|
|
"file_system_client.h",
|
|
"file_writer.cc",
|
|
"file_writer.h",
|
|
"file_writer_base.cc",
|
|
"file_writer_base.h",
|
|
"file_writer_sync.cc",
|
|
"file_writer_sync.h",
|
|
"html_input_element_file_system.cc",
|
|
"html_input_element_file_system.h",
|
|
"local_file_system.cc",
|
|
"local_file_system.h",
|
|
"local_file_system_client.cc",
|
|
"local_file_system_client.h",
|
|
"metadata.h",
|
|
"sync_callback_helper.h",
|
|
"worker_global_scope_file_system.cc",
|
|
"worker_global_scope_file_system.h",
|
|
]
|
|
}
|