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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "encryptedmedia/MediaKeyMessageEvent.idl", 85 "encryptedmedia/MediaKeyMessageEvent.idl",
86 "encryptedmedia/MediaKeySession.idl", 86 "encryptedmedia/MediaKeySession.idl",
87 "encryptedmedia/MediaKeyStatusMap.idl", 87 "encryptedmedia/MediaKeyStatusMap.idl",
88 "encryptedmedia/MediaKeySystemAccess.idl", 88 "encryptedmedia/MediaKeySystemAccess.idl",
89 "encryptedmedia/MediaKeys.idl", 89 "encryptedmedia/MediaKeys.idl",
90 "eventsource/EventSource.idl", 90 "eventsource/EventSource.idl",
91 "fetch/Body.idl", 91 "fetch/Body.idl",
92 "fetch/Headers.idl", 92 "fetch/Headers.idl",
93 "fetch/Request.idl", 93 "fetch/Request.idl",
94 "fetch/Response.idl", 94 "fetch/Response.idl",
95 "filesystem/DOMFileSystem.idl",
96 "filesystem/DOMFileSystemSync.idl",
97 "filesystem/DirectoryEntry.idl",
98 "filesystem/DirectoryEntrySync.idl",
99 "filesystem/DirectoryReader.idl",
100 "filesystem/DirectoryReaderSync.idl",
101 "filesystem/EntriesCallback.idl",
102 "filesystem/Entry.idl",
103 "filesystem/EntryCallback.idl",
104 "filesystem/EntrySync.idl",
105 "filesystem/ErrorCallback.idl", 95 "filesystem/ErrorCallback.idl",
106 "filesystem/FileEntry.idl", 96 "filesystem/FileSystem.idl",
107 "filesystem/FileEntrySync.idl",
108 "filesystem/FileSystemCallback.idl", 97 "filesystem/FileSystemCallback.idl",
98 "filesystem/FileSystemDirectoryEntry.idl",
99 "filesystem/FileSystemDirectoryEntrySync.idl",
100 "filesystem/FileSystemDirectoryReader.idl",
101 "filesystem/FileSystemDirectoryReaderSync.idl",
102 "filesystem/FileSystemEntriesCallback.idl",
103 "filesystem/FileSystemEntry.idl",
104 "filesystem/FileSystemEntryCallback.idl",
105 "filesystem/FileSystemEntrySync.idl",
106 "filesystem/FileSystemFileEntry.idl",
107 "filesystem/FileSystemFileEntrySync.idl",
108 "filesystem/FileSystemMetadata.idl",
109 "filesystem/FileSystemMetadataCallback.idl",
110 "filesystem/FileSystemSync.idl",
109 "filesystem/FileWriter.idl", 111 "filesystem/FileWriter.idl",
110 "filesystem/FileWriterCallback.idl", 112 "filesystem/FileWriterCallback.idl",
111 "filesystem/FileWriterSync.idl", 113 "filesystem/FileWriterSync.idl",
112 "filesystem/Metadata.idl",
113 "filesystem/MetadataCallback.idl",
114 "gamepad/Gamepad.idl", 114 "gamepad/Gamepad.idl",
115 "gamepad/GamepadButton.idl", 115 "gamepad/GamepadButton.idl",
116 "gamepad/GamepadEvent.idl", 116 "gamepad/GamepadEvent.idl",
117 "gamepad/GamepadList.idl", 117 "gamepad/GamepadList.idl",
118 "gamepad/GamepadPose.idl", 118 "gamepad/GamepadPose.idl",
119 "geolocation/Coordinates.idl", 119 "geolocation/Coordinates.idl",
120 "geolocation/Geolocation.idl", 120 "geolocation/Geolocation.idl",
121 "geolocation/Geoposition.idl", 121 "geolocation/Geoposition.idl",
122 "geolocation/PositionCallback.idl", 122 "geolocation/PositionCallback.idl",
123 "geolocation/PositionError.idl", 123 "geolocation/PositionError.idl",
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 "$blink_modules_output_dir/websockets/CloseEventInit.h", 937 "$blink_modules_output_dir/websockets/CloseEventInit.h",
938 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 938 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
939 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 939 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
940 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 940 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
941 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 941 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
942 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 942 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
943 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 943 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
944 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 944 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
945 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 945 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
946 ] 946 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698