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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: RTCStatsReport.idl behind getStats-flag instead of updating virtual/stable/webexposed/global-interf… Created 4 years, 3 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_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index dc1558bc3b42250afceeaa2fdf1697cce7a0a0fe..4b2e8bf174e42635f6689ed799d4b2c819728c6d 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -185,6 +185,7 @@ modules_idl_files =
"peerconnection/RTCSessionDescription.idl",
"peerconnection/RTCSessionDescriptionCallback.idl",
"peerconnection/RTCStatsCallback.idl",
+ "peerconnection/RTCStatsReport.idl",
"peerconnection/RTCStatsResponse.idl",
"permissions/Permissions.idl",
"permissions/PermissionStatus.idl",

Powered by Google App Engine
This is Rietveld 408576698