Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: third_party/WebKit/Source/modules/filesystem/BUILD.gn

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/filesystem/DOMFilePath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698