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

Unified Diff: content/renderer/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
« no previous file with comments | « chrome/test/data/webrtc/webrtc_jsep01_test.html ('k') | content/renderer/media/mock_peer_connection_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 36694f7aff87649a4d49972fc917bea9aea1e312..95141f26a491d2d654c18a0aa3e14b6c52f80608 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -649,6 +649,8 @@ target(link_target_type, "renderer") {
"media/webrtc/peer_connection_remote_audio_source.h",
"media/webrtc/processed_local_audio_source.cc",
"media/webrtc/processed_local_audio_source.h",
+ "media/webrtc/rtc_rtp_receiver.cc",
+ "media/webrtc/rtc_rtp_receiver.h",
"media/webrtc/rtc_stats.cc",
"media/webrtc/rtc_stats.h",
"media/webrtc/stun_field_trial.cc",
« no previous file with comments | « chrome/test/data/webrtc/webrtc_jsep01_test.html ('k') | content/renderer/media/mock_peer_connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698