| Index: third_party/WebKit/Source/modules/filesystem/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/BUILD.gn b/third_party/WebKit/Source/modules/filesystem/BUILD.gn
|
| index 86c7cbbaec6441a804f7fd5dd43aa6a9adb9dee0..385479a2a91ee929761470de210baa43e25a7b94 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/filesystem/BUILD.gn
|
| @@ -8,46 +8,48 @@ 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",
|
| - "FileEntry.cpp",
|
| - "FileEntry.h",
|
| - "FileEntrySync.cpp",
|
| - "FileEntrySync.h",
|
| + "FileSystem.cpp",
|
| + "FileSystem.h",
|
| + "FileSystemBase.cpp",
|
| + "FileSystemBase.h",
|
| "FileSystemCallback.h",
|
| "FileSystemCallbacks.cpp",
|
| "FileSystemCallbacks.h",
|
| "FileSystemClient.h",
|
| + "FileSystemDirectoryEntry.cpp",
|
| + "FileSystemDirectoryEntry.h",
|
| + "FileSystemDirectoryEntrySync.cpp",
|
| + "FileSystemDirectoryEntrySync.h",
|
| + "FileSystemDirectoryReader.cpp",
|
| + "FileSystemDirectoryReader.h",
|
| + "FileSystemDirectoryReaderBase.h",
|
| + "FileSystemDirectoryReaderSync.cpp",
|
| + "FileSystemDirectoryReaderSync.h",
|
| + "FileSystemEntriesCallback.h",
|
| + "FileSystemEntry.cpp",
|
| + "FileSystemEntry.h",
|
| + "FileSystemEntryBase.cpp",
|
| + "FileSystemEntryBase.h",
|
| + "FileSystemEntryCallback.h",
|
| + "FileSystemEntrySync.cpp",
|
| + "FileSystemEntrySync.h",
|
| + "FileSystemFileEntry.cpp",
|
| + "FileSystemFileEntry.h",
|
| + "FileSystemFileEntrySync.cpp",
|
| + "FileSystemFileEntrySync.h",
|
| + "FileSystemMetadata.h",
|
| + "FileSystemMetadataCallback.h",
|
| + "FileSystemSync.cpp",
|
| + "FileSystemSync.h",
|
| "FileWriter.cpp",
|
| "FileWriter.h",
|
| "FileWriterBase.cpp",
|
| @@ -60,8 +62,6 @@ blink_modules_sources("filesystem") {
|
| "HTMLInputElementFileSystem.h",
|
| "LocalFileSystem.cpp",
|
| "LocalFileSystem.h",
|
| - "Metadata.h",
|
| - "MetadataCallback.h",
|
| "SyncCallbackHelper.h",
|
| "WorkerGlobalScopeFileSystem.cpp",
|
| "WorkerGlobalScopeFileSystem.h",
|
|
|