OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. | 9 # TODO(andrew): consider moving test_support to src/base/test. |
10 { | 10 { |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'encoder_settings.cc', | 166 'encoder_settings.cc', |
167 'encoder_settings.h', | 167 'encoder_settings.h', |
168 'fake_audio_device.cc', | 168 'fake_audio_device.cc', |
169 'fake_audio_device.h', | 169 'fake_audio_device.h', |
170 'fake_decoder.cc', | 170 'fake_decoder.cc', |
171 'fake_decoder.h', | 171 'fake_decoder.h', |
172 'fake_encoder.cc', | 172 'fake_encoder.cc', |
173 'fake_encoder.h', | 173 'fake_encoder.h', |
174 'fake_network_pipe.cc', | 174 'fake_network_pipe.cc', |
175 'fake_network_pipe.h', | 175 'fake_network_pipe.h', |
| 176 'fake_videorenderer.h', |
176 'frame_generator_capturer.cc', | 177 'frame_generator_capturer.cc', |
177 'frame_generator_capturer.h', | 178 'frame_generator_capturer.h', |
178 'layer_filtering_transport.cc', | 179 'layer_filtering_transport.cc', |
179 'layer_filtering_transport.h', | 180 'layer_filtering_transport.h', |
180 'mock_transport.h', | 181 'mock_transport.h', |
181 'mock_voe_channel_proxy.h', | 182 'mock_voe_channel_proxy.h', |
182 'mock_voice_engine.h', | 183 'mock_voice_engine.h', |
183 'null_transport.cc', | 184 'null_transport.cc', |
184 'null_transport.h', | 185 'null_transport.h', |
185 'rtp_rtcp_observer.h', | 186 'rtp_rtcp_observer.h', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 '-framework OpenGL', | 284 '-framework OpenGL', |
284 '-framework CoreVideo', | 285 '-framework CoreVideo', |
285 ], | 286 ], |
286 }, | 287 }, |
287 }], | 288 }], |
288 ], | 289 ], |
289 }, | 290 }, |
290 }, | 291 }, |
291 ], | 292 ], |
292 } | 293 } |
OLD | NEW |