| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |