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', | |
191 'video_capturer.h', | 190 'video_capturer.h', |
192 'win/run_loop_win.cc', | 191 'win/run_loop_win.cc', |
193 ], | 192 ], |
194 'conditions': [ | 193 'conditions': [ |
195 ['OS!="win"', { | 194 ['OS!="win"', { |
196 'sources': [ | 195 'sources': [ |
197 'run_loop.h', | 196 'run_loop.h', |
198 'run_loop.cc', | 197 'run_loop.cc', |
199 ], | 198 ], |
200 }], | 199 }], |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 '-framework OpenGL', | 283 '-framework OpenGL', |
285 '-framework CoreVideo', | 284 '-framework CoreVideo', |
286 ], | 285 ], |
287 }, | 286 }, |
288 }], | 287 }], |
289 ], | 288 ], |
290 }, | 289 }, |
291 }, | 290 }, |
292 ], | 291 ], |
293 } | 292 } |
OLD | NEW |