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

Side by Side Diff: webrtc/test/webrtc_test_common.gyp

Issue 1674413004: Added A/V sync tests with drifting clocks. (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 unified diff | Download patch
« no previous file with comments | « webrtc/test/fake_audio_device.cc ('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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'webrtc_test_common', 14 'target_name': 'webrtc_test_common',
15 'type': 'static_library', 15 'type': 'static_library',
16 'sources': [ 16 'sources': [
17 'call_test.cc', 17 'call_test.cc',
18 'call_test.h', 18 'call_test.h',
19 'configurable_frame_size_encoder.cc', 19 'configurable_frame_size_encoder.cc',
20 'configurable_frame_size_encoder.h', 20 'configurable_frame_size_encoder.h',
21 'constants.cc', 21 'constants.cc',
22 'constants.h', 22 'constants.h',
23 'direct_transport.cc', 23 'direct_transport.cc',
24 'direct_transport.h', 24 'direct_transport.h',
25 'drifting_clock.cc',
26 'drifting_clock.h',
25 'encoder_settings.cc', 27 'encoder_settings.cc',
26 'encoder_settings.h', 28 'encoder_settings.h',
27 'fake_audio_device.cc', 29 'fake_audio_device.cc',
28 'fake_audio_device.h', 30 'fake_audio_device.h',
29 'fake_decoder.cc', 31 'fake_decoder.cc',
30 'fake_decoder.h', 32 'fake_decoder.h',
31 'fake_encoder.cc', 33 'fake_encoder.cc',
32 'fake_encoder.h', 34 'fake_encoder.h',
33 'fake_network_pipe.cc', 35 'fake_network_pipe.cc',
34 'fake_network_pipe.h', 36 'fake_network_pipe.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'fake_network_pipe_unittest.cc', 181 'fake_network_pipe_unittest.cc',
180 'frame_generator_unittest.cc', 182 'frame_generator_unittest.cc',
181 'rtp_file_reader_unittest.cc', 183 'rtp_file_reader_unittest.cc',
182 'rtp_file_writer_unittest.cc', 184 'rtp_file_writer_unittest.cc',
183 ], 185 ],
184 }, 186 },
185 ], #targets 187 ], #targets
186 }], # include_tests 188 }], # include_tests
187 ], # conditions 189 ], # conditions
188 } 190 }
OLDNEW
« no previous file with comments | « webrtc/test/fake_audio_device.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698