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

Unified Diff: webrtc/pc/pc.gyp

Issue 2368203002: Delete unused class cricket::MediaSinkInterface, and mediasink.h. (Closed)
Patch Set: Created 4 years, 3 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 | « webrtc/pc/mediasink.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/pc.gyp
diff --git a/webrtc/pc/pc.gyp b/webrtc/pc/pc.gyp
index f88a315b3571e7da998e838e28d2c1eca03365ed..36be48d56de775d6636733ef4e900f27c9906d34 100755
--- a/webrtc/pc/pc.gyp
+++ b/webrtc/pc/pc.gyp
@@ -20,7 +20,7 @@
'target_name': 'rtc_pc',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base',
+ '<(webrtc_root)/base/base.gyp:rtc_base_approved',
'<(webrtc_root)/media/media.gyp:rtc_media',
],
'conditions': [
@@ -65,7 +65,6 @@
'mediamonitor.h',
'mediasession.cc',
'mediasession.h',
- 'mediasink.h',
'rtcpmuxfilter.cc',
'rtcpmuxfilter.h',
'srtpfilter.cc',
« no previous file with comments | « webrtc/pc/mediasink.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698