| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |