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

Unified Diff: media/cast/BUILD.gn

Issue 1520613004: cast: Split Rtcp into two for sender and receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timestamp
Patch Set: Rebased Created 5 years 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 | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 086e284cd946286fb13d896cea54c7c6a278d7d6..92aa84e709841ac5b0ea6f1ea9a0916a013c826b 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -79,14 +79,16 @@ source_set("net") {
"net/pacing/paced_sender.cc",
"net/pacing/paced_sender.h",
"net/rtcp/receiver_rtcp_event_subscriber.cc",
- "net/rtcp/rtcp.cc",
- "net/rtcp/rtcp.h",
+ "net/rtcp/receiver_rtcp_session.cc",
+ "net/rtcp/receiver_rtcp_session.h",
"net/rtcp/rtcp_builder.cc",
"net/rtcp/rtcp_builder.h",
"net/rtcp/rtcp_defines.cc",
"net/rtcp/rtcp_defines.h",
"net/rtcp/rtcp_utility.cc",
"net/rtcp/rtcp_utility.h",
+ "net/rtcp/sender_rtcp_session.cc",
+ "net/rtcp/sender_rtcp_session.h",
"net/rtp/packet_storage.cc",
"net/rtp/packet_storage.h",
"net/rtp/rtp_defines.cc",
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698