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

Unified Diff: webrtc/media/media.gyp

Issue 1655793003: Make cricket::VideoCapturer implement VideoSourceInterface (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments. 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
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 7a2ab1c892b6e75f457e5790b0e06d77de08f453..241c76c79d77951320e8f72f57a88eafcfe312d7 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -64,6 +64,8 @@
'base/turnutils.h',
'base/videoadapter.cc',
'base/videoadapter.h',
+ 'base/videobroadcaster.cc',
+ 'base/videobroadcaster.h',
'base/videocapturer.cc',
'base/videocapturer.h',
'base/videocapturerfactory.h',

Powered by Google App Engine
This is Rietveld 408576698