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

Side by Side Diff: webrtc/webrtc_tests.gypi

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/webrtc.gyp ('k') | no next file » | 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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'webrtc', 146 'webrtc',
147 ], 147 ],
148 }, 148 },
149 { 149 {
150 # TODO(solenberg): Rename to webrtc_call_tests. 150 # TODO(solenberg): Rename to webrtc_call_tests.
151 'target_name': 'video_engine_tests', 151 'target_name': 'video_engine_tests',
152 'type': '<(gtest_target_type)', 152 'type': '<(gtest_target_type)',
153 'sources': [ 153 'sources': [
154 'audio/audio_receive_stream_unittest.cc', 154 'audio/audio_receive_stream_unittest.cc',
155 'audio/audio_send_stream_unittest.cc', 155 'audio/audio_send_stream_unittest.cc',
156 'audio/audio_state_unittest.cc',
156 'call/bitrate_estimator_tests.cc', 157 'call/bitrate_estimator_tests.cc',
157 'call/call_unittest.cc', 158 'call/call_unittest.cc',
158 'call/packet_injection_tests.cc', 159 'call/packet_injection_tests.cc',
159 'test/common_unittest.cc', 160 'test/common_unittest.cc',
160 'test/testsupport/metrics/video_metrics_unittest.cc', 161 'test/testsupport/metrics/video_metrics_unittest.cc',
161 'video/end_to_end_tests.cc', 162 'video/end_to_end_tests.cc',
162 'video/send_statistics_proxy_unittest.cc', 163 'video/send_statistics_proxy_unittest.cc',
163 'video/video_capture_input_unittest.cc', 164 'video/video_capture_input_unittest.cc',
164 'video/video_decoder_unittest.cc', 165 'video/video_decoder_unittest.cc',
165 'video/video_encoder_unittest.cc', 166 'video/video_encoder_unittest.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'build/isolate.gypi', 370 'build/isolate.gypi',
370 ], 371 ],
371 'sources': [ 372 'sources': [
372 'webrtc_perf_tests.isolate', 373 'webrtc_perf_tests.isolate',
373 ], 374 ],
374 }, 375 },
375 ], 376 ],
376 }], 377 }],
377 ], 378 ],
378 } 379 }
OLDNEW
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698