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

Unified Diff: webrtc/webrtc.gyp

Issue 1737593002: Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added a few more missing headers 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/voice_engine/voice_engine.gyp ('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 1adae73f9ee9f68feff14d93d2f453f43cef4d34..0c87e420310851acb3bc58165f7b9fa916bd48b7 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -110,18 +110,12 @@
'target_name': 'webrtc',
'type': 'static_library',
'sources': [
- 'audio_receive_stream.h',
'audio_send_stream.h',
'audio_state.h',
'call.h',
- 'config.h',
- 'frame_callback.h',
- 'stream.h',
- 'transport.h',
- 'video_receive_stream.h',
- 'video_renderer.h',
- 'video_send_stream.h',
-
+ 'video_frame.h',
+ 'video_decoder.h',
+ 'video_encoder.h',
'<@(webrtc_audio_sources)',
'<@(webrtc_call_sources)',
'<@(webrtc_video_sources)',
« no previous file with comments | « webrtc/voice_engine/voice_engine.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698