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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 'rtpsender.cc', | 300 'rtpsender.cc', |
301 'rtpsender.h', | 301 'rtpsender.h', |
302 'rtpsenderinterface.h', | 302 'rtpsenderinterface.h', |
303 'sctputils.cc', | 303 'sctputils.cc', |
304 'sctputils.h', | 304 'sctputils.h', |
305 'statscollector.cc', | 305 'statscollector.cc', |
306 'statscollector.h', | 306 'statscollector.h', |
307 'statstypes.cc', | 307 'statstypes.cc', |
308 'statstypes.h', | 308 'statstypes.h', |
309 'streamcollection.h', | 309 'streamcollection.h', |
310 'videosource.cc', | 310 'videocapturertracksource.cc', |
311 'videosource.h', | 311 'videocapturertracksource.h', |
312 'videosourceinterface.h', | 312 'videosourceinterface.h', |
313 'videosourceproxy.h', | 313 'videosourceproxy.h', |
314 'videotrack.cc', | 314 'videotrack.cc', |
315 'videotrack.h', | 315 'videotrack.h', |
316 'videotrackrenderers.cc', | 316 'videotrackrenderers.cc', |
317 'videotrackrenderers.h', | 317 'videotrackrenderers.h', |
318 'webrtcsdp.cc', | 318 'webrtcsdp.cc', |
319 'webrtcsdp.h', | 319 'webrtcsdp.h', |
320 'webrtcsession.cc', | 320 'webrtcsession.cc', |
321 'webrtcsession.h', | 321 'webrtcsession.h', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'AdditionalOptions': [ | 358 'AdditionalOptions': [ |
359 '-Wno-sign-compare', | 359 '-Wno-sign-compare', |
360 ], | 360 ], |
361 }, | 361 }, |
362 }, | 362 }, |
363 }], | 363 }], |
364 ], | 364 ], |
365 }, # target libjingle_peerconnection | 365 }, # target libjingle_peerconnection |
366 ], # targets | 366 ], # targets |
367 } | 367 } |
OLD | NEW |