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', |
(...skipping 19 matching lines...) Loading... |
30 'fake_decoder.h', | 30 'fake_decoder.h', |
31 'fake_encoder.cc', | 31 'fake_encoder.cc', |
32 'fake_encoder.h', | 32 'fake_encoder.h', |
33 'fake_network_pipe.cc', | 33 'fake_network_pipe.cc', |
34 'fake_network_pipe.h', | 34 'fake_network_pipe.h', |
35 'frame_generator_capturer.cc', | 35 'frame_generator_capturer.cc', |
36 'frame_generator_capturer.h', | 36 'frame_generator_capturer.h', |
37 'layer_filtering_transport.cc', | 37 'layer_filtering_transport.cc', |
38 'layer_filtering_transport.h', | 38 'layer_filtering_transport.h', |
39 'mock_transport.h', | 39 'mock_transport.h', |
| 40 'mock_voe_channel_proxy.h', |
40 'mock_voice_engine.h', | 41 'mock_voice_engine.h', |
41 'null_transport.cc', | 42 'null_transport.cc', |
42 'null_transport.h', | 43 'null_transport.h', |
43 'random.cc', | 44 'random.cc', |
44 'random.h', | 45 'random.h', |
45 'rtp_rtcp_observer.h', | 46 'rtp_rtcp_observer.h', |
46 'run_loop.cc', | 47 'run_loop.cc', |
47 'run_loop.h', | 48 'run_loop.h', |
48 'statistics.cc', | 49 'statistics.cc', |
49 'statistics.h', | 50 'statistics.h', |
(...skipping 117 matching lines...) Loading... |
167 'fake_network_pipe_unittest.cc', | 168 'fake_network_pipe_unittest.cc', |
168 'frame_generator_unittest.cc', | 169 'frame_generator_unittest.cc', |
169 'rtp_file_reader_unittest.cc', | 170 'rtp_file_reader_unittest.cc', |
170 'rtp_file_writer_unittest.cc', | 171 'rtp_file_writer_unittest.cc', |
171 ], | 172 ], |
172 }, | 173 }, |
173 ], #targets | 174 ], #targets |
174 }], # include_tests | 175 }], # include_tests |
175 ], # conditions | 176 ], # conditions |
176 } | 177 } |
OLD | NEW |