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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2794943002: Delete MediaController class, move Call ownership to PeerConnection. (Closed)
Patch Set: Revert DCHECK addition. Created 3 years, 8 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/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 8e78cafdab36248518f02be2de0ebf409fc52103..483485012da481803fe641f220ef643832af61bb 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -95,8 +95,6 @@ rtc_static_library("libjingle_peerconnection") {
"jsepsessiondescription.cc",
"localaudiosource.cc",
"localaudiosource.h",
- "mediacontroller.cc",
- "mediacontroller.h",
"mediastream.cc",
"mediastream.h",
"mediastreamobserver.cc",
@@ -283,7 +281,6 @@ if (rtc_include_tests) {
sources = [
"datachannel_unittest.cc",
"dtmfsender_unittest.cc",
- "fakemediacontroller.h",
"iceserverparsing_unittest.cc",
"jsepsessiondescription_unittest.cc",
"localaudiosource_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698