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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/BUILD.gn

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/peerconnection/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
index cf344b8863b5f9cba82487ec7d359976421e4229..874572eac9e7e7843067865afb921f0f07eeb993 100644
--- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
+++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
@@ -32,6 +32,8 @@ blink_modules_sources("peerconnection") {
"RTCSessionDescriptionRequestImpl.h",
"RTCSessionDescriptionRequestPromiseImpl.cpp",
"RTCSessionDescriptionRequestPromiseImpl.h",
+ "RTCStatsReport.cpp",
+ "RTCStatsReport.h",
"RTCStatsRequestImpl.cpp",
"RTCStatsRequestImpl.h",
"RTCStatsResponse.cpp",

Powered by Google App Engine
This is Rietveld 408576698