| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 15b888da955169b9ffed48b33024ba769bb645d5..baa518ba05524459dbd2cec72613e79f0586c824 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -152,12 +152,12 @@
|
| 'peerconnection/RTCDataChannelEvent.idl',
|
| 'peerconnection/RTCIceCandidate.idl',
|
| 'peerconnection/RTCIceCandidateEvent.idl',
|
| + 'peerconnection/RTCLegacyStatsReport.idl',
|
| 'peerconnection/RTCPeerConnection.idl',
|
| 'peerconnection/RTCPeerConnectionErrorCallback.idl',
|
| 'peerconnection/RTCSessionDescription.idl',
|
| 'peerconnection/RTCSessionDescriptionCallback.idl',
|
| 'peerconnection/RTCStatsCallback.idl',
|
| - 'peerconnection/RTCStatsReport.idl',
|
| 'peerconnection/RTCStatsResponse.idl',
|
| 'permissions/Permissions.idl',
|
| 'permissions/PermissionStatus.idl',
|
| @@ -1382,6 +1382,8 @@
|
| 'peerconnection/RTCIceCandidate.h',
|
| 'peerconnection/RTCIceCandidateEvent.cpp',
|
| 'peerconnection/RTCIceCandidateEvent.h',
|
| + 'peerconnection/RTCLegacyStatsReport.cpp',
|
| + 'peerconnection/RTCLegacyStatsReport.h',
|
| 'peerconnection/RTCPeerConnection.cpp',
|
| 'peerconnection/RTCPeerConnection.h',
|
| 'peerconnection/RTCPeerConnectionErrorCallback.h',
|
| @@ -1392,8 +1394,6 @@
|
| 'peerconnection/RTCSessionDescriptionRequestImpl.h',
|
| 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp',
|
| 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.h',
|
| - 'peerconnection/RTCStatsReport.cpp',
|
| - 'peerconnection/RTCStatsReport.h',
|
| 'peerconnection/RTCStatsRequestImpl.cpp',
|
| 'peerconnection/RTCStatsRequestImpl.h',
|
| 'peerconnection/RTCStatsResponse.cpp',
|
|
|