| OLD | NEW |
| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "quota/DOMError.idl", | 209 "quota/DOMError.idl", |
| 210 "quota/DeprecatedStorageInfo.idl", | 210 "quota/DeprecatedStorageInfo.idl", |
| 211 "quota/DeprecatedStorageQuota.idl", | 211 "quota/DeprecatedStorageQuota.idl", |
| 212 "quota/StorageErrorCallback.idl", | 212 "quota/StorageErrorCallback.idl", |
| 213 "quota/StorageInfo.idl", | 213 "quota/StorageInfo.idl", |
| 214 "quota/StorageManager.idl", | 214 "quota/StorageManager.idl", |
| 215 "quota/StorageQuota.idl", | 215 "quota/StorageQuota.idl", |
| 216 "quota/StorageQuotaCallback.idl", | 216 "quota/StorageQuotaCallback.idl", |
| 217 "quota/StorageUsageCallback.idl", | 217 "quota/StorageUsageCallback.idl", |
| 218 "remoteplayback/RemotePlayback.idl", | 218 "remoteplayback/RemotePlayback.idl", |
| 219 "remoteplayback/RemotePlaybackAvailability.idl", | |
| 220 "screen_orientation/ScreenOrientation.idl", | 219 "screen_orientation/ScreenOrientation.idl", |
| 221 "sensor/AmbientLightSensor.idl", | 220 "sensor/AmbientLightSensor.idl", |
| 222 "sensor/AmbientLightSensorReading.idl", | 221 "sensor/AmbientLightSensorReading.idl", |
| 223 "sensor/Sensor.idl", | 222 "sensor/Sensor.idl", |
| 224 "sensor/SensorErrorEvent.idl", | 223 "sensor/SensorErrorEvent.idl", |
| 225 "sensor/SensorReading.idl", | 224 "sensor/SensorReading.idl", |
| 226 "sensor/SensorReadingEvent.idl", | 225 "sensor/SensorReadingEvent.idl", |
| 227 "serviceworkers/Client.idl", | 226 "serviceworkers/Client.idl", |
| 228 "serviceworkers/Clients.idl", | 227 "serviceworkers/Clients.idl", |
| 229 "serviceworkers/ExtendableEvent.idl", | 228 "serviceworkers/ExtendableEvent.idl", |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 876 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 878 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 877 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 879 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 878 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 880 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 879 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 881 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 880 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 882 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 881 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 883 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 882 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 884 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 883 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 885 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 884 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 886 ] | 885 ] |
| OLD | NEW |