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

Unified Diff: webrtc/webrtc.gyp

Issue 1226123005: Define Stream base classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Code review follow-up 3 Created 5 years, 5 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/video_send_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index b1574d22a6178e94a3b723ee5976084d808257f7..1f0412e845489ed118c0ed23c701b039a08752b3 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -61,15 +61,16 @@
],
},
{
- # TODO(pbos): This is intended to contain audio parts as well as soon as
- # VoiceEngine moves to the same new API format.
'target_name': 'webrtc',
'type': 'static_library',
'sources': [
+ 'audio_receive_stream.h',
+ 'audio_send_stream.h',
'call.h',
'config.h',
'experiments.h',
'frame_callback.h',
+ 'stream.h',
'transport.h',
'video_receive_stream.h',
'video_renderer.h',
« no previous file with comments | « webrtc/video_send_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698