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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'objc/RTCMediaConstraints.h', | 169 'objc/RTCMediaConstraints.h', |
170 'objc/RTCMediaConstraints.mm', | 170 'objc/RTCMediaConstraints.mm', |
171 'objc/RTCMediaStream+Private.h', | 171 'objc/RTCMediaStream+Private.h', |
172 'objc/RTCMediaStream.h', | 172 'objc/RTCMediaStream.h', |
173 'objc/RTCMediaStream.mm', | 173 'objc/RTCMediaStream.mm', |
174 'objc/RTCMediaStreamTrack+Private.h', | 174 'objc/RTCMediaStreamTrack+Private.h', |
175 'objc/RTCMediaStreamTrack.h', | 175 'objc/RTCMediaStreamTrack.h', |
176 'objc/RTCMediaStreamTrack.mm', | 176 'objc/RTCMediaStreamTrack.mm', |
177 'objc/RTCOpenGLVideoRenderer.h', | 177 'objc/RTCOpenGLVideoRenderer.h', |
178 'objc/RTCOpenGLVideoRenderer.mm', | 178 'objc/RTCOpenGLVideoRenderer.mm', |
| 179 'objc/RTCPeerConnection+DataChannel.mm', |
| 180 'objc/RTCPeerConnection+Private.h', |
| 181 'objc/RTCPeerConnection+Stats.mm', |
| 182 'objc/RTCPeerConnection.h', |
| 183 'objc/RTCPeerConnection.mm', |
179 'objc/RTCPeerConnectionFactory+Private.h', | 184 'objc/RTCPeerConnectionFactory+Private.h', |
180 'objc/RTCPeerConnectionFactory.h', | 185 'objc/RTCPeerConnectionFactory.h', |
181 'objc/RTCPeerConnectionFactory.mm', | 186 'objc/RTCPeerConnectionFactory.mm', |
182 'objc/RTCSessionDescription+Private.h', | 187 'objc/RTCSessionDescription+Private.h', |
183 'objc/RTCSessionDescription.h', | 188 'objc/RTCSessionDescription.h', |
184 'objc/RTCSessionDescription.mm', | 189 'objc/RTCSessionDescription.mm', |
185 'objc/RTCStatsReport+Private.h', | 190 'objc/RTCStatsReport+Private.h', |
186 'objc/RTCStatsReport.h', | 191 'objc/RTCStatsReport.h', |
187 'objc/RTCStatsReport.mm', | 192 'objc/RTCStatsReport.mm', |
188 'objc/RTCVideoFrame+Private.h', | 193 'objc/RTCVideoFrame+Private.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'AdditionalOptions': [ | 365 'AdditionalOptions': [ |
361 '-Wno-sign-compare', | 366 '-Wno-sign-compare', |
362 ], | 367 ], |
363 }, | 368 }, |
364 }, | 369 }, |
365 }], | 370 }], |
366 ], | 371 ], |
367 }, # target libjingle_peerconnection | 372 }, # target libjingle_peerconnection |
368 ], # targets | 373 ], # targets |
369 } | 374 } |
OLD | NEW |