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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'objc/RTCOpenGLVideoRenderer.h', | 165 'objc/RTCOpenGLVideoRenderer.h', |
166 'objc/RTCOpenGLVideoRenderer.mm', | 166 'objc/RTCOpenGLVideoRenderer.mm', |
167 'objc/RTCPeerConnection+DataChannel.mm', | 167 'objc/RTCPeerConnection+DataChannel.mm', |
168 'objc/RTCPeerConnection+Private.h', | 168 'objc/RTCPeerConnection+Private.h', |
169 'objc/RTCPeerConnection+Stats.mm', | 169 'objc/RTCPeerConnection+Stats.mm', |
170 'objc/RTCPeerConnection.h', | 170 'objc/RTCPeerConnection.h', |
171 'objc/RTCPeerConnection.mm', | 171 'objc/RTCPeerConnection.mm', |
172 'objc/RTCPeerConnectionFactory+Private.h', | 172 'objc/RTCPeerConnectionFactory+Private.h', |
173 'objc/RTCPeerConnectionFactory.h', | 173 'objc/RTCPeerConnectionFactory.h', |
174 'objc/RTCPeerConnectionFactory.mm', | 174 'objc/RTCPeerConnectionFactory.mm', |
| 175 'objc/RTCRtpCodecParameters+Private.h', |
| 176 'objc/RTCRtpCodecParameters.h', |
| 177 'objc/RTCRtpCodecParameters.mm', |
175 'objc/RTCRtpEncodingParameters+Private.h', | 178 'objc/RTCRtpEncodingParameters+Private.h', |
176 'objc/RTCRtpEncodingParameters.h', | 179 'objc/RTCRtpEncodingParameters.h', |
177 'objc/RTCRtpEncodingParameters.mm', | 180 'objc/RTCRtpEncodingParameters.mm', |
178 'objc/RTCRtpParameters+Private.h', | 181 'objc/RTCRtpParameters+Private.h', |
179 'objc/RTCRtpParameters.h', | 182 'objc/RTCRtpParameters.h', |
180 'objc/RTCRtpParameters.mm', | 183 'objc/RTCRtpParameters.mm', |
181 'objc/RTCRtpSender+Private.h', | 184 'objc/RTCRtpSender+Private.h', |
182 'objc/RTCRtpSender.h', | 185 'objc/RTCRtpSender.h', |
183 'objc/RTCRtpSender.mm', | 186 'objc/RTCRtpSender.mm', |
184 'objc/RTCSessionDescription+Private.h', | 187 'objc/RTCSessionDescription+Private.h', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'AdditionalOptions': [ | 375 'AdditionalOptions': [ |
373 '-Wno-sign-compare', | 376 '-Wno-sign-compare', |
374 ], | 377 ], |
375 }, | 378 }, |
376 }, | 379 }, |
377 }], | 380 }], |
378 ], | 381 ], |
379 }, # target libjingle_peerconnection | 382 }, # target libjingle_peerconnection |
380 ], # targets | 383 ], # targets |
381 } | 384 } |
OLD | NEW |