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 14 matching lines...) Expand all Loading... |
25 'fake_audio_device.cc', | 25 'fake_audio_device.cc', |
26 'fake_audio_device.h', | 26 'fake_audio_device.h', |
27 'fake_decoder.cc', | 27 'fake_decoder.cc', |
28 'fake_decoder.h', | 28 'fake_decoder.h', |
29 'fake_encoder.cc', | 29 'fake_encoder.cc', |
30 'fake_encoder.h', | 30 'fake_encoder.h', |
31 'fake_network_pipe.cc', | 31 'fake_network_pipe.cc', |
32 'fake_network_pipe.h', | 32 'fake_network_pipe.h', |
33 'frame_generator_capturer.cc', | 33 'frame_generator_capturer.cc', |
34 'frame_generator_capturer.h', | 34 'frame_generator_capturer.h', |
| 35 'layer_filtering_transport.cc', |
| 36 'layer_filtering_transport.h', |
35 'mock_transport.h', | 37 'mock_transport.h', |
36 'null_transport.cc', | 38 'null_transport.cc', |
37 'null_transport.h', | 39 'null_transport.h', |
38 'rtp_rtcp_observer.h', | 40 'rtp_rtcp_observer.h', |
39 'run_loop.cc', | 41 'run_loop.cc', |
40 'run_loop.h', | 42 'run_loop.h', |
41 'statistics.cc', | 43 'statistics.cc', |
42 'statistics.h', | 44 'statistics.h', |
43 'vcm_capturer.cc', | 45 'vcm_capturer.cc', |
44 'vcm_capturer.h', | 46 'vcm_capturer.h', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'fake_network_pipe_unittest.cc', | 161 'fake_network_pipe_unittest.cc', |
160 'frame_generator_unittest.cc', | 162 'frame_generator_unittest.cc', |
161 'rtp_file_reader_unittest.cc', | 163 'rtp_file_reader_unittest.cc', |
162 'rtp_file_writer_unittest.cc', | 164 'rtp_file_writer_unittest.cc', |
163 ], | 165 ], |
164 }, | 166 }, |
165 ], #targets | 167 ], #targets |
166 }], # include_tests | 168 }], # include_tests |
167 ], # conditions | 169 ], # conditions |
168 } | 170 } |
OLD | NEW |