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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'statscollector.h', | 314 'statscollector.h', |
315 'statstypes.cc', | 315 'statstypes.cc', |
316 'statstypes.h', | 316 'statstypes.h', |
317 'streamcollection.h', | 317 'streamcollection.h', |
318 'videocapturertracksource.cc', | 318 'videocapturertracksource.cc', |
319 'videocapturertracksource.h', | 319 'videocapturertracksource.h', |
320 'videosourceinterface.h', | 320 'videosourceinterface.h', |
321 'videosourceproxy.h', | 321 'videosourceproxy.h', |
322 'videotrack.cc', | 322 'videotrack.cc', |
323 'videotrack.h', | 323 'videotrack.h', |
324 'videotrackrenderers.cc', | |
325 'videotrackrenderers.h', | |
326 'videotracksource.cc', | 324 'videotracksource.cc', |
327 'videotracksource.h', | 325 'videotracksource.h', |
328 'webrtcsdp.cc', | 326 'webrtcsdp.cc', |
329 'webrtcsdp.h', | 327 'webrtcsdp.h', |
330 'webrtcsession.cc', | 328 'webrtcsession.cc', |
331 'webrtcsession.h', | 329 'webrtcsession.h', |
332 'webrtcsessiondescriptionfactory.cc', | 330 'webrtcsessiondescriptionfactory.cc', |
333 'webrtcsessiondescriptionfactory.h', | 331 'webrtcsessiondescriptionfactory.h', |
334 ], | 332 ], |
335 # TODO(kjellander): Make the code compile without disabling these flags. | 333 # TODO(kjellander): Make the code compile without disabling these flags. |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'AdditionalOptions': [ | 366 'AdditionalOptions': [ |
369 '-Wno-sign-compare', | 367 '-Wno-sign-compare', |
370 ], | 368 ], |
371 }, | 369 }, |
372 }, | 370 }, |
373 }], | 371 }], |
374 ], | 372 ], |
375 }, # target libjingle_peerconnection | 373 }, # target libjingle_peerconnection |
376 ], # targets | 374 ], # targets |
377 } | 375 } |
OLD | NEW |