OLD | NEW |
1 # | 1 # |
2 # Copyright 2012 The WebRTC Project Authors. All rights reserved. | 2 # Copyright 2012 The WebRTC Project Authors. All rights reserved. |
3 # | 3 # |
4 # Use of this source code is governed by a BSD-style license | 4 # Use of this source code is governed by a BSD-style license |
5 # that can be found in the LICENSE file in the root of the source | 5 # that can be found in the LICENSE file in the root of the source |
6 # tree. An additional intellectual property rights grant can be found | 6 # tree. An additional intellectual property rights grant can be found |
7 # in the file PATENTS. All contributing project authors may | 7 # in the file PATENTS. All contributing project authors may |
8 # be found in the AUTHORS file in the root of the source tree. | 8 # be found in the AUTHORS file in the root of the source tree. |
9 | 9 |
10 { | 10 { |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'examples/objc/AppRTCDemo/common', | 153 'examples/objc/AppRTCDemo/common', |
154 ], | 154 ], |
155 }, | 155 }, |
156 'conditions': [ | 156 'conditions': [ |
157 ['OS=="mac"', { | 157 ['OS=="mac"', { |
158 'xcode_settings': { | 158 'xcode_settings': { |
159 'MACOSX_DEPLOYMENT_TARGET' : '10.8', | 159 'MACOSX_DEPLOYMENT_TARGET' : '10.8', |
160 }, | 160 }, |
161 }], | 161 }], |
162 ], | 162 ], |
| 163 'link_settings': { |
| 164 'xcode_settings': { |
| 165 'OTHER_LDFLAGS': [ |
| 166 '-framework QuartzCore', |
| 167 ], |
| 168 }, |
| 169 }, |
163 }, | 170 }, |
164 { | 171 { |
165 'target_name': 'apprtc_signaling', | 172 'target_name': 'apprtc_signaling', |
166 'type': 'static_library', | 173 'type': 'static_library', |
167 'dependencies': [ | 174 'dependencies': [ |
168 'apprtc_common', | 175 'apprtc_common', |
169 '../talk/libjingle.gyp:libjingle_peerconnection_objc', | 176 '../talk/libjingle.gyp:libjingle_peerconnection_objc', |
170 'socketrocket', | 177 'socketrocket', |
171 ], | 178 ], |
172 'sources': [ | 179 'sources': [ |
173 'examples/objc/AppRTCDemo/ARDAppClient.h', | 180 'examples/objc/AppRTCDemo/ARDAppClient.h', |
174 'examples/objc/AppRTCDemo/ARDAppClient.m', | 181 'examples/objc/AppRTCDemo/ARDAppClient.m', |
175 'examples/objc/AppRTCDemo/ARDAppClient+Internal.h', | 182 'examples/objc/AppRTCDemo/ARDAppClient+Internal.h', |
176 'examples/objc/AppRTCDemo/ARDAppEngineClient.h', | 183 'examples/objc/AppRTCDemo/ARDAppEngineClient.h', |
177 'examples/objc/AppRTCDemo/ARDAppEngineClient.m', | 184 'examples/objc/AppRTCDemo/ARDAppEngineClient.m', |
| 185 'examples/objc/AppRTCDemo/ARDBitrateTracker.h', |
| 186 'examples/objc/AppRTCDemo/ARDBitrateTracker.m', |
178 'examples/objc/AppRTCDemo/ARDCEODTURNClient.h', | 187 'examples/objc/AppRTCDemo/ARDCEODTURNClient.h', |
179 'examples/objc/AppRTCDemo/ARDCEODTURNClient.m', | 188 'examples/objc/AppRTCDemo/ARDCEODTURNClient.m', |
180 'examples/objc/AppRTCDemo/ARDJoinResponse.h', | 189 'examples/objc/AppRTCDemo/ARDJoinResponse.h', |
181 'examples/objc/AppRTCDemo/ARDJoinResponse.m', | 190 'examples/objc/AppRTCDemo/ARDJoinResponse.m', |
182 'examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h', | 191 'examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h', |
183 'examples/objc/AppRTCDemo/ARDMessageResponse.h', | 192 'examples/objc/AppRTCDemo/ARDMessageResponse.h', |
184 'examples/objc/AppRTCDemo/ARDMessageResponse.m', | 193 'examples/objc/AppRTCDemo/ARDMessageResponse.m', |
185 'examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h', | 194 'examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h', |
186 'examples/objc/AppRTCDemo/ARDRoomServerClient.h', | 195 'examples/objc/AppRTCDemo/ARDRoomServerClient.h', |
187 'examples/objc/AppRTCDemo/ARDSDPUtils.h', | 196 'examples/objc/AppRTCDemo/ARDSDPUtils.h', |
188 'examples/objc/AppRTCDemo/ARDSDPUtils.m', | 197 'examples/objc/AppRTCDemo/ARDSDPUtils.m', |
189 'examples/objc/AppRTCDemo/ARDSignalingChannel.h', | 198 'examples/objc/AppRTCDemo/ARDSignalingChannel.h', |
190 'examples/objc/AppRTCDemo/ARDSignalingMessage.h', | 199 'examples/objc/AppRTCDemo/ARDSignalingMessage.h', |
191 'examples/objc/AppRTCDemo/ARDSignalingMessage.m', | 200 'examples/objc/AppRTCDemo/ARDSignalingMessage.m', |
| 201 'examples/objc/AppRTCDemo/ARDStatsBuilder.h', |
| 202 'examples/objc/AppRTCDemo/ARDStatsBuilder.m', |
192 'examples/objc/AppRTCDemo/ARDTURNClient.h', | 203 'examples/objc/AppRTCDemo/ARDTURNClient.h', |
193 'examples/objc/AppRTCDemo/ARDWebSocketChannel.h', | 204 'examples/objc/AppRTCDemo/ARDWebSocketChannel.h', |
194 'examples/objc/AppRTCDemo/ARDWebSocketChannel.m', | 205 'examples/objc/AppRTCDemo/ARDWebSocketChannel.m', |
195 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h', | 206 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h', |
196 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m', | 207 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m', |
197 'examples/objc/AppRTCDemo/RTCICEServer+JSON.h', | 208 'examples/objc/AppRTCDemo/RTCICEServer+JSON.h', |
198 'examples/objc/AppRTCDemo/RTCICEServer+JSON.m', | 209 'examples/objc/AppRTCDemo/RTCICEServer+JSON.m', |
199 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h', | 210 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h', |
200 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m', | 211 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m', |
201 'examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h', | 212 'examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', | 255 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', |
245 'examples/objc/Icon.png', | 256 'examples/objc/Icon.png', |
246 ], | 257 ], |
247 'sources': [ | 258 'sources': [ |
248 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', | 259 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', |
249 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', | 260 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', |
250 'examples/objc/AppRTCDemo/ios/ARDMainView.h', | 261 'examples/objc/AppRTCDemo/ios/ARDMainView.h', |
251 'examples/objc/AppRTCDemo/ios/ARDMainView.m', | 262 'examples/objc/AppRTCDemo/ios/ARDMainView.m', |
252 'examples/objc/AppRTCDemo/ios/ARDMainViewController.h', | 263 'examples/objc/AppRTCDemo/ios/ARDMainViewController.h', |
253 'examples/objc/AppRTCDemo/ios/ARDMainViewController.m', | 264 'examples/objc/AppRTCDemo/ios/ARDMainViewController.m', |
| 265 'examples/objc/AppRTCDemo/ios/ARDStatsView.h', |
| 266 'examples/objc/AppRTCDemo/ios/ARDStatsView.m', |
254 'examples/objc/AppRTCDemo/ios/ARDVideoCallView.h', | 267 'examples/objc/AppRTCDemo/ios/ARDVideoCallView.h', |
255 'examples/objc/AppRTCDemo/ios/ARDVideoCallView.m', | 268 'examples/objc/AppRTCDemo/ios/ARDVideoCallView.m', |
256 'examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h', | 269 'examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h', |
257 'examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m', | 270 'examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m', |
258 'examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch', | 271 'examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch', |
259 'examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h', | 272 'examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h', |
260 'examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m', | 273 'examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m', |
261 'examples/objc/AppRTCDemo/ios/main.m', | 274 'examples/objc/AppRTCDemo/ios/main.m', |
262 ], | 275 ], |
263 'xcode_settings': { | 276 'xcode_settings': { |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 'apk_name': 'AppRTCDemoTest', | 400 'apk_name': 'AppRTCDemoTest', |
388 'java_in_dir': 'examples/androidtests', | 401 'java_in_dir': 'examples/androidtests', |
389 'is_test_apk': 1, | 402 'is_test_apk': 1, |
390 }, | 403 }, |
391 'includes': [ '../build/java_apk.gypi' ], | 404 'includes': [ '../build/java_apk.gypi' ], |
392 }, | 405 }, |
393 ], # targets | 406 ], # targets |
394 }], # OS=="android" | 407 }], # OS=="android" |
395 ], | 408 ], |
396 } | 409 } |
OLD | NEW |