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

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

Issue 2759953003: Interface RTCRtpReceiver and RTCPeerConnection.getReceivers() added. (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN Created 3 years, 9 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 229f7d3f30e6a7bdd324987a58b9f1bf5956136a..8b0065d07e4fc5ffd7bdfa07790f602a683921cb 100644
--- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
+++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
@@ -25,6 +25,8 @@ blink_modules_sources("peerconnection") {
"RTCPeerConnectionErrorCallback.h",
"RTCPeerConnectionIceEvent.cpp",
"RTCPeerConnectionIceEvent.h",
+ "RTCRtpReceiver.cpp",
+ "RTCRtpReceiver.h",
"RTCSessionDescription.cpp",
"RTCSessionDescription.h",
"RTCSessionDescriptionCallback.h",

Powered by Google App Engine
This is Rietveld 408576698