OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 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 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'peerconnection.cc', | 292 'peerconnection.cc', |
293 'peerconnection.h', | 293 'peerconnection.h', |
294 'peerconnectionfactory.cc', | 294 'peerconnectionfactory.cc', |
295 'peerconnectionfactory.h', | 295 'peerconnectionfactory.h', |
296 'peerconnectionfactoryproxy.h', | 296 'peerconnectionfactoryproxy.h', |
297 'peerconnectioninterface.h', | 297 'peerconnectioninterface.h', |
298 'peerconnectionproxy.h', | 298 'peerconnectionproxy.h', |
299 'proxy.h', | 299 'proxy.h', |
300 'remoteaudiosource.cc', | 300 'remoteaudiosource.cc', |
301 'remoteaudiosource.h', | 301 'remoteaudiosource.h', |
| 302 'remotevideocapturer.cc', |
| 303 'remotevideocapturer.h', |
302 'rtpparameters.h', | 304 'rtpparameters.h', |
303 'rtpreceiver.cc', | 305 'rtpreceiver.cc', |
304 'rtpreceiver.h', | 306 'rtpreceiver.h', |
305 'rtpreceiverinterface.h', | 307 'rtpreceiverinterface.h', |
306 'rtpsender.cc', | 308 'rtpsender.cc', |
307 'rtpsender.h', | 309 'rtpsender.h', |
308 'rtpsenderinterface.h', | 310 'rtpsenderinterface.h', |
309 'sctputils.cc', | 311 'sctputils.cc', |
310 'sctputils.h', | 312 'sctputils.h', |
311 'statscollector.cc', | 313 'statscollector.cc', |
312 'statscollector.h', | 314 'statscollector.h', |
313 'statstypes.cc', | 315 'statstypes.cc', |
314 'statstypes.h', | 316 'statstypes.h', |
315 'streamcollection.h', | 317 'streamcollection.h', |
316 'videocapturertracksource.cc', | 318 'videocapturertracksource.cc', |
317 'videocapturertracksource.h', | 319 'videocapturertracksource.h', |
| 320 'videosourceinterface.h', |
318 'videosourceproxy.h', | 321 'videosourceproxy.h', |
319 'videotrack.cc', | 322 'videotrack.cc', |
320 'videotrack.h', | 323 'videotrack.h', |
321 'videotracksource.cc', | 324 'videotracksource.cc', |
322 'videotracksource.h', | 325 'videotracksource.h', |
323 'webrtcsdp.cc', | 326 'webrtcsdp.cc', |
324 'webrtcsdp.h', | 327 'webrtcsdp.h', |
325 'webrtcsession.cc', | 328 'webrtcsession.cc', |
326 'webrtcsession.h', | 329 'webrtcsession.h', |
327 'webrtcsessiondescriptionfactory.cc', | 330 'webrtcsessiondescriptionfactory.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'AdditionalOptions': [ | 366 'AdditionalOptions': [ |
364 '-Wno-sign-compare', | 367 '-Wno-sign-compare', |
365 ], | 368 ], |
366 }, | 369 }, |
367 }, | 370 }, |
368 }], | 371 }], |
369 ], | 372 ], |
370 }, # target libjingle_peerconnection | 373 }, # target libjingle_peerconnection |
371 ], # targets | 374 ], # targets |
372 } | 375 } |
OLD | NEW |