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

Unified Diff: media/cast/cast.gyp

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 | « media/cast/BUILD.gn ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index d114f43ba97660c5be540425ba44666c01d1cf96..01eb71f50707c8eb8c049e52e935c03a4db3dc39 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -240,8 +240,10 @@
'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/sender_rtcp_session.cc',
+ 'net/rtcp/sender_rtcp_session.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',
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698