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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'peerconnectionfactory.cc', | 280 'peerconnectionfactory.cc', |
281 'peerconnectionfactory.h', | 281 'peerconnectionfactory.h', |
282 'peerconnectionfactoryproxy.h', | 282 'peerconnectionfactoryproxy.h', |
283 'peerconnectioninterface.h', | 283 'peerconnectioninterface.h', |
284 'peerconnectionproxy.h', | 284 'peerconnectionproxy.h', |
285 'proxy.h', | 285 'proxy.h', |
286 'remoteaudiosource.cc', | 286 'remoteaudiosource.cc', |
287 'remoteaudiosource.h', | 287 'remoteaudiosource.h', |
288 'remotevideocapturer.cc', | 288 'remotevideocapturer.cc', |
289 'remotevideocapturer.h', | 289 'remotevideocapturer.h', |
| 290 'rtpparameters.h', |
290 'rtpreceiver.cc', | 291 'rtpreceiver.cc', |
291 'rtpreceiver.h', | 292 'rtpreceiver.h', |
292 'rtpreceiverinterface.h', | 293 'rtpreceiverinterface.h', |
293 'rtpsender.cc', | 294 'rtpsender.cc', |
294 'rtpsender.h', | 295 'rtpsender.h', |
295 'rtpsenderinterface.h', | 296 'rtpsenderinterface.h', |
296 'sctputils.cc', | 297 'sctputils.cc', |
297 'sctputils.h', | 298 'sctputils.h', |
298 'statscollector.cc', | 299 'statscollector.cc', |
299 'statscollector.h', | 300 'statscollector.h', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'AdditionalOptions': [ | 352 'AdditionalOptions': [ |
352 '-Wno-sign-compare', | 353 '-Wno-sign-compare', |
353 ], | 354 ], |
354 }, | 355 }, |
355 }, | 356 }, |
356 }], | 357 }], |
357 ], | 358 ], |
358 }, # target libjingle_peerconnection | 359 }, # target libjingle_peerconnection |
359 ], # targets | 360 ], # targets |
360 } | 361 } |
OLD | NEW |