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 ef893732328f39569f4ba5cfad78dd1d27c4d798..7aec8725b37ef5fab67707e07bbead8aecb61fc7 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', |
@@ -1383,6 +1383,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', |
@@ -1393,8 +1395,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', |