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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'peerconnectionfactory.cc', | 287 'peerconnectionfactory.cc', |
288 'peerconnectionfactory.h', | 288 'peerconnectionfactory.h', |
289 'peerconnectionfactoryproxy.h', | 289 'peerconnectionfactoryproxy.h', |
290 'peerconnectioninterface.h', | 290 'peerconnectioninterface.h', |
291 'peerconnectionproxy.h', | 291 'peerconnectionproxy.h', |
292 'proxy.h', | 292 'proxy.h', |
293 'remoteaudiosource.cc', | 293 'remoteaudiosource.cc', |
294 'remoteaudiosource.h', | 294 'remoteaudiosource.h', |
295 'remotevideocapturer.cc', | 295 'remotevideocapturer.cc', |
296 'remotevideocapturer.h', | 296 'remotevideocapturer.h', |
| 297 'rtpparameters.h', |
297 'rtpreceiver.cc', | 298 'rtpreceiver.cc', |
298 'rtpreceiver.h', | 299 'rtpreceiver.h', |
299 'rtpreceiverinterface.h', | 300 'rtpreceiverinterface.h', |
300 'rtpsender.cc', | 301 'rtpsender.cc', |
301 'rtpsender.h', | 302 'rtpsender.h', |
302 'rtpsenderinterface.h', | 303 'rtpsenderinterface.h', |
303 'sctputils.cc', | 304 'sctputils.cc', |
304 'sctputils.h', | 305 'sctputils.h', |
305 'statscollector.cc', | 306 'statscollector.cc', |
306 'statscollector.h', | 307 'statscollector.h', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'AdditionalOptions': [ | 361 'AdditionalOptions': [ |
361 '-Wno-sign-compare', | 362 '-Wno-sign-compare', |
362 ], | 363 ], |
363 }, | 364 }, |
364 }, | 365 }, |
365 }], | 366 }], |
366 ], | 367 ], |
367 }, # target libjingle_peerconnection | 368 }, # target libjingle_peerconnection |
368 ], # targets | 369 ], # targets |
369 } | 370 } |
OLD | NEW |