| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86c7cbbaec6441a804f7fd5dd43aa6a9adb9dee0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/modules/filesystem/BUILD.gn
|
| @@ -0,0 +1,69 @@
|
| +# 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",
|
| + "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",
|
| + "Metadata.h",
|
| + "MetadataCallback.h",
|
| + "SyncCallbackHelper.h",
|
| + "WorkerGlobalScopeFileSystem.cpp",
|
| + "WorkerGlobalScopeFileSystem.h",
|
| + ]
|
| +}
|
|
|