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

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: 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
« webrtc/base/BUILD.gn ('K') | « 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..d59d83abe64485ccfa4b42b764f55d827b976db8 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -110,18 +110,10 @@
'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',
'<@(webrtc_audio_sources)',
'<@(webrtc_call_sources)',
'<@(webrtc_video_sources)',
« webrtc/base/BUILD.gn ('K') | « webrtc/voice_engine/voice_engine.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698