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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//third_party/WebKit/Source/modules/modules.gni")
6
7 blink_modules_sources("filesystem") {
8 sources = [
9 "DOMFilePath.cpp",
10 "DOMFilePath.h",
11 "DOMFileSystem.cpp",
12 "DOMFileSystem.h",
13 "DOMFileSystemBase.cpp",
14 "DOMFileSystemBase.h",
15 "DOMFileSystemSync.cpp",
16 "DOMFileSystemSync.h",
17 "DOMWindowFileSystem.cpp",
18 "DOMWindowFileSystem.h",
19 "DataTransferItemFileSystem.cpp",
20 "DataTransferItemFileSystem.h",
21 "DevToolsHostFileSystem.cpp",
22 "DevToolsHostFileSystem.h",
23 "DirectoryEntry.cpp",
24 "DirectoryEntry.h",
25 "DirectoryEntrySync.cpp",
26 "DirectoryEntrySync.h",
27 "DirectoryReader.cpp",
28 "DirectoryReader.h",
29 "DirectoryReaderBase.h",
30 "DirectoryReaderSync.cpp",
31 "DirectoryReaderSync.h",
32 "DraggedIsolatedFileSystemImpl.cpp",
33 "DraggedIsolatedFileSystemImpl.h",
34 "EntriesCallback.h",
35 "Entry.cpp",
36 "Entry.h",
37 "EntryBase.cpp",
38 "EntryBase.h",
39 "EntryCallback.h",
40 "EntrySync.cpp",
41 "EntrySync.h",
42 "ErrorCallback.h",
43 "FileEntry.cpp",
44 "FileEntry.h",
45 "FileEntrySync.cpp",
46 "FileEntrySync.h",
47 "FileSystemCallback.h",
48 "FileSystemCallbacks.cpp",
49 "FileSystemCallbacks.h",
50 "FileSystemClient.h",
51 "FileWriter.cpp",
52 "FileWriter.h",
53 "FileWriterBase.cpp",
54 "FileWriterBase.h",
55 "FileWriterBaseCallback.h",
56 "FileWriterCallback.h",
57 "FileWriterSync.cpp",
58 "FileWriterSync.h",
59 "HTMLInputElementFileSystem.cpp",
60 "HTMLInputElementFileSystem.h",
61 "LocalFileSystem.cpp",
62 "LocalFileSystem.h",
63 "Metadata.h",
64 "MetadataCallback.h",
65 "SyncCallbackHelper.h",
66 "WorkerGlobalScopeFileSystem.cpp",
67 "WorkerGlobalScopeFileSystem.h",
68 ]
69 }
OLDNEW
« 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