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/RTCRtpEncodingParameters+Private.h', | |
tkchin_webrtc
2016/04/06 22:04:48
add to GN file too
skvlad
2016/04/08 19:33:18
Added commented-out lines, just like for the rest
| |
176 'objc/RTCRtpEncodingParameters.h', | |
177 'objc/RTCRtpEncodingParameters.mm', | |
178 'objc/RTCRtpParameters+Private.h', | |
179 'objc/RTCRtpParameters.h', | |
180 'objc/RTCRtpParameters.mm', | |
181 'objc/RTCRtpSender+Private.h', | |
182 'objc/RTCRtpSender.h', | |
183 'objc/RTCRtpSender.mm', | |
175 'objc/RTCSessionDescription+Private.h', | 184 'objc/RTCSessionDescription+Private.h', |
176 'objc/RTCSessionDescription.h', | 185 'objc/RTCSessionDescription.h', |
177 'objc/RTCSessionDescription.mm', | 186 'objc/RTCSessionDescription.mm', |
178 'objc/RTCStatsReport+Private.h', | 187 'objc/RTCStatsReport+Private.h', |
179 'objc/RTCStatsReport.h', | 188 'objc/RTCStatsReport.h', |
180 'objc/RTCStatsReport.mm', | 189 'objc/RTCStatsReport.mm', |
181 'objc/RTCVideoFrame+Private.h', | 190 'objc/RTCVideoFrame+Private.h', |
182 'objc/RTCVideoFrame.h', | 191 'objc/RTCVideoFrame.h', |
183 'objc/RTCVideoFrame.mm', | 192 'objc/RTCVideoFrame.mm', |
184 'objc/RTCVideoRenderer.h', | 193 'objc/RTCVideoRenderer.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
363 'AdditionalOptions': [ | 372 'AdditionalOptions': [ |
364 '-Wno-sign-compare', | 373 '-Wno-sign-compare', |
365 ], | 374 ], |
366 }, | 375 }, |
367 }, | 376 }, |
368 }], | 377 }], |
369 ], | 378 ], |
370 }, # target libjingle_peerconnection | 379 }, # target libjingle_peerconnection |
371 ], # targets | 380 ], # targets |
372 } | 381 } |
OLD | NEW |