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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'mock_transport.h', | 180 'mock_transport.h', |
181 'mock_voe_channel_proxy.h', | 181 'mock_voe_channel_proxy.h', |
182 'mock_voice_engine.h', | 182 'mock_voice_engine.h', |
183 'null_transport.cc', | 183 'null_transport.cc', |
184 'null_transport.h', | 184 'null_transport.h', |
185 'rtp_rtcp_observer.h', | 185 'rtp_rtcp_observer.h', |
186 'statistics.cc', | 186 'statistics.cc', |
187 'statistics.h', | 187 'statistics.h', |
188 'vcm_capturer.cc', | 188 'vcm_capturer.cc', |
189 'vcm_capturer.h', | 189 'vcm_capturer.h', |
| 190 'video_capturer.cc', |
190 'video_capturer.h', | 191 'video_capturer.h', |
191 'win/run_loop_win.cc', | 192 'win/run_loop_win.cc', |
192 ], | 193 ], |
193 'conditions': [ | 194 'conditions': [ |
194 ['OS!="win"', { | 195 ['OS!="win"', { |
195 'sources': [ | 196 'sources': [ |
196 'run_loop.h', | 197 'run_loop.h', |
197 'run_loop.cc', | 198 'run_loop.cc', |
198 ], | 199 ], |
199 }], | 200 }], |
(...skipping 83 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 |