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

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

Issue 2335073003: Move DOMError to modules/quota (Closed)
Patch Set: V2 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
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "presentation/PresentationConnectionAvailableEvent.idl", 197 "presentation/PresentationConnectionAvailableEvent.idl",
198 "presentation/PresentationConnectionCloseEvent.idl", 198 "presentation/PresentationConnectionCloseEvent.idl",
199 "presentation/PresentationConnectionList.idl", 199 "presentation/PresentationConnectionList.idl",
200 "presentation/PresentationReceiver.idl", 200 "presentation/PresentationReceiver.idl",
201 "presentation/PresentationRequest.idl", 201 "presentation/PresentationRequest.idl",
202 "push_messaging/PushEvent.idl", 202 "push_messaging/PushEvent.idl",
203 "push_messaging/PushManager.idl", 203 "push_messaging/PushManager.idl",
204 "push_messaging/PushMessageData.idl", 204 "push_messaging/PushMessageData.idl",
205 "push_messaging/PushSubscription.idl", 205 "push_messaging/PushSubscription.idl",
206 "push_messaging/PushSubscriptionOptions.idl", 206 "push_messaging/PushSubscriptionOptions.idl",
207 "quota/DOMError.idl",
207 "quota/DeprecatedStorageInfo.idl", 208 "quota/DeprecatedStorageInfo.idl",
208 "quota/DeprecatedStorageQuota.idl", 209 "quota/DeprecatedStorageQuota.idl",
209 "quota/StorageErrorCallback.idl", 210 "quota/StorageErrorCallback.idl",
210 "quota/StorageInfo.idl", 211 "quota/StorageInfo.idl",
211 "quota/StorageManager.idl", 212 "quota/StorageManager.idl",
212 "quota/StorageQuota.idl", 213 "quota/StorageQuota.idl",
213 "quota/StorageQuotaCallback.idl", 214 "quota/StorageQuotaCallback.idl",
214 "quota/StorageUsageCallback.idl", 215 "quota/StorageUsageCallback.idl",
215 "remoteplayback/RemotePlayback.idl", 216 "remoteplayback/RemotePlayback.idl",
216 "remoteplayback/RemotePlaybackAvailability.idl", 217 "remoteplayback/RemotePlaybackAvailability.idl",
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 "$blink_modules_output_dir/websockets/CloseEventInit.h", 802 "$blink_modules_output_dir/websockets/CloseEventInit.h",
802 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 803 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
803 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
804 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 805 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
805 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
806 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 807 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
807 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 808 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
808 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 809 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
809 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
810 ] 811 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp ('k') | third_party/WebKit/Source/modules/quota/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698