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

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

Issue 2415723002: [Blink, RemotePlayback] watchAvailability() implementation. (Closed)
Patch Set: Added layout test for callback gc Created 4 years, 2 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "quota/DOMError.idl", 212 "quota/DOMError.idl",
213 "quota/DeprecatedStorageInfo.idl", 213 "quota/DeprecatedStorageInfo.idl",
214 "quota/DeprecatedStorageQuota.idl", 214 "quota/DeprecatedStorageQuota.idl",
215 "quota/StorageErrorCallback.idl", 215 "quota/StorageErrorCallback.idl",
216 "quota/StorageInfo.idl", 216 "quota/StorageInfo.idl",
217 "quota/StorageManager.idl", 217 "quota/StorageManager.idl",
218 "quota/StorageQuota.idl", 218 "quota/StorageQuota.idl",
219 "quota/StorageQuotaCallback.idl", 219 "quota/StorageQuotaCallback.idl",
220 "quota/StorageUsageCallback.idl", 220 "quota/StorageUsageCallback.idl",
221 "remoteplayback/RemotePlayback.idl", 221 "remoteplayback/RemotePlayback.idl",
222 "remoteplayback/RemotePlaybackAvailability.idl",
223 "screen_orientation/ScreenOrientation.idl", 222 "screen_orientation/ScreenOrientation.idl",
224 "sensor/AmbientLightSensor.idl", 223 "sensor/AmbientLightSensor.idl",
225 "sensor/AmbientLightSensorReading.idl", 224 "sensor/AmbientLightSensorReading.idl",
226 "sensor/Sensor.idl", 225 "sensor/Sensor.idl",
227 "sensor/SensorErrorEvent.idl", 226 "sensor/SensorErrorEvent.idl",
228 "sensor/SensorReading.idl", 227 "sensor/SensorReading.idl",
229 "sensor/SensorReadingEvent.idl", 228 "sensor/SensorReadingEvent.idl",
230 "serviceworkers/Client.idl", 229 "serviceworkers/Client.idl",
231 "serviceworkers/Clients.idl", 230 "serviceworkers/Clients.idl",
232 "serviceworkers/ExtendableEvent.idl", 231 "serviceworkers/ExtendableEvent.idl",
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "$blink_modules_output_dir/websockets/CloseEventInit.h", 887 "$blink_modules_output_dir/websockets/CloseEventInit.h",
889 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 888 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
890 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 889 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
891 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 890 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
892 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 891 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
893 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 892 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
894 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 893 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
895 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 894 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
896 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 895 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
897 ] 896 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698