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

Unified Diff: webrtc/media/media.gyp

Issue 1676503002: Remove fake cricket::VideoCapturer devices. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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/media/devices/yuvframescapturer.cc ('k') | webrtc/media/media_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 107918efcf1429e95cd6b3142141977bb71a98ab..7a2ab1c892b6e75f457e5790b0e06d77de08f453 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -13,7 +13,7 @@
'target_name': 'rtc_media',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base',
+ '<(webrtc_root)/base/base.gyp:rtc_base_approved',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/modules/modules.gyp:video_render_module',
'<(webrtc_root)/webrtc.gyp:webrtc',
@@ -80,11 +80,7 @@
'devices/devicemanager.cc',
'devices/devicemanager.h',
'devices/dummydevicemanager.h',
- 'devices/filevideocapturer.cc',
- 'devices/filevideocapturer.h',
'devices/videorendererfactory.h',
- 'devices/yuvframescapturer.cc',
- 'devices/yuvframescapturer.h',
'sctp/sctpdataengine.cc',
'sctp/sctpdataengine.h',
'webrtc/nullwebrtcvideoengine.h',
« no previous file with comments | « webrtc/media/devices/yuvframescapturer.cc ('k') | webrtc/media/media_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698