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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1687703002: Refactored CL for moving the output to a separate thread. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: No-op Created 4 years, 8 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 unified diff | Download patch
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'target_name': 'video_engine_tests', 154 'target_name': 'video_engine_tests',
155 'type': '<(gtest_target_type)', 155 'type': '<(gtest_target_type)',
156 'sources': [ 156 'sources': [
157 'audio/audio_receive_stream_unittest.cc', 157 'audio/audio_receive_stream_unittest.cc',
158 'audio/audio_send_stream_unittest.cc', 158 'audio/audio_send_stream_unittest.cc',
159 'audio/audio_state_unittest.cc', 159 'audio/audio_state_unittest.cc',
160 'call/bitrate_allocator_unittest.cc', 160 'call/bitrate_allocator_unittest.cc',
161 'call/bitrate_estimator_tests.cc', 161 'call/bitrate_estimator_tests.cc',
162 'call/call_unittest.cc', 162 'call/call_unittest.cc',
163 'call/packet_injection_tests.cc', 163 'call/packet_injection_tests.cc',
164 'call/ringbuffer_unittest.cc',
164 'test/common_unittest.cc', 165 'test/common_unittest.cc',
165 'test/testsupport/metrics/video_metrics_unittest.cc', 166 'test/testsupport/metrics/video_metrics_unittest.cc',
166 'video/call_stats_unittest.cc', 167 'video/call_stats_unittest.cc',
167 'video/encoder_state_feedback_unittest.cc', 168 'video/encoder_state_feedback_unittest.cc',
168 'video/end_to_end_tests.cc', 169 'video/end_to_end_tests.cc',
169 'video/overuse_frame_detector_unittest.cc', 170 'video/overuse_frame_detector_unittest.cc',
170 'video/payload_router_unittest.cc', 171 'video/payload_router_unittest.cc',
171 'video/report_block_stats_unittest.cc', 172 'video/report_block_stats_unittest.cc',
172 'video/send_statistics_proxy_unittest.cc', 173 'video/send_statistics_proxy_unittest.cc',
173 'video/stream_synchronization_unittest.cc', 174 'video/stream_synchronization_unittest.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'build/isolate.gypi', 456 'build/isolate.gypi',
456 ], 457 ],
457 'sources': [ 458 'sources': [
458 'webrtc_perf_tests.isolate', 459 'webrtc_perf_tests.isolate',
459 ], 460 ],
460 }, 461 },
461 ], 462 ],
462 }], 463 }],
463 ], 464 ],
464 } 465 }
OLDNEW
« webrtc/call/rtc_event_log_helper_thread.cc ('K') | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698