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

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

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 months 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
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/gamepad/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/gamepad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698