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

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 2644303002: Delete class SSRCDatabase, and its global ssrc registry. (Closed)
Patch Set: Delete RTPSender::SetSendingStatus (it used to generate a new ssrc). Created 3 years, 11 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: webrtc/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 9b236218b3f986da9ca49d7ce3142958c2c7570f..87704a22d87abf9cbb4d60f09d060be6fae1e419 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -143,8 +143,6 @@ rtc_static_library("rtp_rtcp") {
"source/rtp_sender_video.h",
"source/rtp_utility.cc",
"source/rtp_utility.h",
- "source/ssrc_database.cc",
- "source/ssrc_database.h",
"source/time_util.cc",
"source/time_util.h",
"source/tmmbr_help.cc",
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h » ('j') | webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698