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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1403363003: Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly i… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: that's all folks! (incl rebase), or is it? Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'conditions': [ 9 'conditions': [
10 ['include_tests==1', { 10 ['include_tests==1', {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ], 91 ],
92 }], 92 }],
93 ], 93 ],
94 }, 94 },
95 { 95 {
96 'target_name': 'webrtc', 96 'target_name': 'webrtc',
97 'type': 'static_library', 97 'type': 'static_library',
98 'sources': [ 98 'sources': [
99 'audio_receive_stream.h', 99 'audio_receive_stream.h',
100 'audio_send_stream.h', 100 'audio_send_stream.h',
101 'audio_state.h',
101 'call.h', 102 'call.h',
102 'config.h', 103 'config.h',
103 'frame_callback.h', 104 'frame_callback.h',
104 'stream.h', 105 'stream.h',
105 'transport.h', 106 'transport.h',
106 'video_receive_stream.h', 107 'video_receive_stream.h',
107 'video_renderer.h', 108 'video_renderer.h',
108 'video_send_stream.h', 109 'video_send_stream.h',
109 110
110 '<@(webrtc_audio_sources)', 111 '<@(webrtc_audio_sources)',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ], 146 ],
146 'defines': [ 147 'defines': [
147 'ENABLE_RTC_EVENT_LOG', 148 'ENABLE_RTC_EVENT_LOG',
148 ], 149 ],
149 }], 150 }],
150 ], 151 ],
151 }, 152 },
152 153
153 ], 154 ],
154 } 155 }
OLDNEW
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698