OLD | NEW |
1 # Copyright (c) 2012 The WebRTC Project Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
10 '../talk/build/common.gypi', | 10 '../talk/build/common.gypi', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'type': 'executable', | 274 'type': 'executable', |
275 'product_name': 'AppRTCDemo', | 275 'product_name': 'AppRTCDemo', |
276 'mac_bundle': 1, | 276 'mac_bundle': 1, |
277 'dependencies': [ | 277 'dependencies': [ |
278 'apprtc_common', | 278 'apprtc_common', |
279 'apprtc_signaling', | 279 'apprtc_signaling', |
280 ], | 280 ], |
281 'conditions': [ | 281 'conditions': [ |
282 ['OS=="ios"', { | 282 ['OS=="ios"', { |
283 'mac_bundle_resources': [ | 283 'mac_bundle_resources': [ |
| 284 'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf', |
284 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png', | 285 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png', |
285 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png', | 286 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png', |
286 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png', | 287 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png', |
287 'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf', | |
288 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.p
ng', | 288 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.p
ng', |
289 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2
x.png', | 289 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2
x.png', |
290 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png'
, | 290 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png'
, |
291 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.p
ng', | 291 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.p
ng', |
| 292 'examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_
24dp.png', |
| 293 'examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_
24dp@2x.png', |
292 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp.png', | 294 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp.png', |
293 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', | 295 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', |
294 'examples/objc/AppRTCDemo/ios/resources/mozart.mp3', | 296 'examples/objc/AppRTCDemo/ios/resources/mozart.mp3', |
295 'examples/objc/Icon.png', | 297 'examples/objc/Icon.png', |
296 ], | 298 ], |
297 'sources': [ | 299 'sources': [ |
298 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', | 300 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', |
299 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', | 301 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', |
300 'examples/objc/AppRTCDemo/ios/ARDMainView.h', | 302 'examples/objc/AppRTCDemo/ios/ARDMainView.h', |
301 'examples/objc/AppRTCDemo/ios/ARDMainView.m', | 303 'examples/objc/AppRTCDemo/ios/ARDMainView.m', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'apk_name': 'AppRTCDemoTest', | 446 'apk_name': 'AppRTCDemoTest', |
445 'java_in_dir': 'examples/androidtests', | 447 'java_in_dir': 'examples/androidtests', |
446 'is_test_apk': 1, | 448 'is_test_apk': 1, |
447 }, | 449 }, |
448 'includes': [ '../build/java_apk.gypi' ], | 450 'includes': [ '../build/java_apk.gypi' ], |
449 }, | 451 }, |
450 ], # targets | 452 ], # targets |
451 }], # OS=="android" | 453 }], # OS=="android" |
452 ], | 454 ], |
453 } | 455 } |
OLD | NEW |