naiveproxy/third_party/WebKit/Source/modules/filesystem/BUILD.gn

73 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-02-02 13:49:39 +03:00
# 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/WebKit/Source/modules/modules.gni")
blink_modules_sources("filesystem") {
sources = [
"DOMFilePath.cpp",
"DOMFilePath.h",
"DOMFileSystem.cpp",
"DOMFileSystem.h",
"DOMFileSystemBase.cpp",
"DOMFileSystemBase.h",
"DOMFileSystemSync.cpp",
"DOMFileSystemSync.h",
"DOMWindowFileSystem.cpp",
"DOMWindowFileSystem.h",
"DataTransferItemFileSystem.cpp",
"DataTransferItemFileSystem.h",
"DevToolsHostFileSystem.cpp",
"DevToolsHostFileSystem.h",
"DirectoryEntry.cpp",
"DirectoryEntry.h",
"DirectoryEntrySync.cpp",
"DirectoryEntrySync.h",
"DirectoryReader.cpp",
"DirectoryReader.h",
"DirectoryReaderBase.h",
"DirectoryReaderSync.cpp",
"DirectoryReaderSync.h",
"DraggedIsolatedFileSystemImpl.cpp",
"DraggedIsolatedFileSystemImpl.h",
"EntriesCallback.h",
"Entry.cpp",
"Entry.h",
"EntryBase.cpp",
"EntryBase.h",
"EntryCallback.h",
"EntrySync.cpp",
"EntrySync.h",
"ErrorCallback.h",
"FileCallback.h",
"FileEntry.cpp",
"FileEntry.h",
"FileEntrySync.cpp",
"FileEntrySync.h",
"FileSystemCallback.h",
"FileSystemCallbacks.cpp",
"FileSystemCallbacks.h",
"FileSystemClient.h",
"FileWriter.cpp",
"FileWriter.h",
"FileWriterBase.cpp",
"FileWriterBase.h",
"FileWriterBaseCallback.h",
"FileWriterCallback.h",
"FileWriterSync.cpp",
"FileWriterSync.h",
"HTMLInputElementFileSystem.cpp",
"HTMLInputElementFileSystem.h",
"LocalFileSystem.cpp",
"LocalFileSystem.h",
"LocalFileSystemClient.cpp",
"LocalFileSystemClient.h",
"Metadata.h",
"MetadataCallback.h",
"SyncCallbackHelper.h",
"WorkerGlobalScopeFileSystem.cpp",
"WorkerGlobalScopeFileSystem.h",
]
}