| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "peerconnection/RTCCertificate.idl", | 188 "peerconnection/RTCCertificate.idl", |
| 189 "peerconnection/RTCDTMFSender.idl", | 189 "peerconnection/RTCDTMFSender.idl", |
| 190 "peerconnection/RTCDTMFToneChangeEvent.idl", | 190 "peerconnection/RTCDTMFToneChangeEvent.idl", |
| 191 "peerconnection/RTCDataChannel.idl", | 191 "peerconnection/RTCDataChannel.idl", |
| 192 "peerconnection/RTCDataChannelEvent.idl", | 192 "peerconnection/RTCDataChannelEvent.idl", |
| 193 "peerconnection/RTCIceCandidate.idl", | 193 "peerconnection/RTCIceCandidate.idl", |
| 194 "peerconnection/RTCLegacyStatsReport.idl", | 194 "peerconnection/RTCLegacyStatsReport.idl", |
| 195 "peerconnection/RTCPeerConnection.idl", | 195 "peerconnection/RTCPeerConnection.idl", |
| 196 "peerconnection/RTCPeerConnectionErrorCallback.idl", | 196 "peerconnection/RTCPeerConnectionErrorCallback.idl", |
| 197 "peerconnection/RTCPeerConnectionIceEvent.idl", | 197 "peerconnection/RTCPeerConnectionIceEvent.idl", |
| 198 "peerconnection/RTCRtpReceiver.idl", |
| 198 "peerconnection/RTCSessionDescription.idl", | 199 "peerconnection/RTCSessionDescription.idl", |
| 199 "peerconnection/RTCSessionDescriptionCallback.idl", | 200 "peerconnection/RTCSessionDescriptionCallback.idl", |
| 200 "peerconnection/RTCStatsCallback.idl", | 201 "peerconnection/RTCStatsCallback.idl", |
| 201 "peerconnection/RTCStatsReport.idl", | 202 "peerconnection/RTCStatsReport.idl", |
| 202 "peerconnection/RTCStatsResponse.idl", | 203 "peerconnection/RTCStatsResponse.idl", |
| 203 "permissions/Permissions.idl", | 204 "permissions/Permissions.idl", |
| 204 "permissions/PermissionStatus.idl", | 205 "permissions/PermissionStatus.idl", |
| 205 "plugins/MimeType.idl", | 206 "plugins/MimeType.idl", |
| 206 "plugins/MimeTypeArray.idl", | 207 "plugins/MimeTypeArray.idl", |
| 207 "plugins/Plugin.idl", | 208 "plugins/Plugin.idl", |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 1023 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 1023 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 1024 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 1024 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 1025 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 1025 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 1026 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 1026 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 1027 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 1027 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 1028 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 1028 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 1029 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 1029 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 1030 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 1030 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 1031 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 1031 ] | 1032 ] |
| OLD | NEW |