Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2156063002: Preparation for new Promise-based RTCPeerConnection.getStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added UseCounter for the new getStats Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698