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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png', | 282 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png', |
283 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png', | 283 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png', |
284 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png', | 284 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png', |
285 'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf', | 285 'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf', |
286 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.p
ng', | 286 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.p
ng', |
287 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2
x.png', | 287 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2
x.png', |
288 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png'
, | 288 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png'
, |
289 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.p
ng', | 289 'examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.p
ng', |
290 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp.png', | 290 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp.png', |
291 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', | 291 'examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24
dp@2x.png', |
| 292 'examples/objc/AppRTCDemo/ios/resources/mozart.mp3', |
292 'examples/objc/Icon.png', | 293 'examples/objc/Icon.png', |
293 ], | 294 ], |
294 'sources': [ | 295 'sources': [ |
295 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', | 296 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.h', |
296 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', | 297 'examples/objc/AppRTCDemo/ios/ARDAppDelegate.m', |
297 'examples/objc/AppRTCDemo/ios/ARDMainView.h', | 298 'examples/objc/AppRTCDemo/ios/ARDMainView.h', |
298 'examples/objc/AppRTCDemo/ios/ARDMainView.m', | 299 'examples/objc/AppRTCDemo/ios/ARDMainView.m', |
299 'examples/objc/AppRTCDemo/ios/ARDMainViewController.h', | 300 'examples/objc/AppRTCDemo/ios/ARDMainViewController.h', |
300 'examples/objc/AppRTCDemo/ios/ARDMainViewController.m', | 301 'examples/objc/AppRTCDemo/ios/ARDMainViewController.m', |
301 'examples/objc/AppRTCDemo/ios/ARDStatsView.h', | 302 'examples/objc/AppRTCDemo/ios/ARDStatsView.h', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 'apk_name': 'AppRTCDemoTest', | 442 'apk_name': 'AppRTCDemoTest', |
442 'java_in_dir': 'examples/androidtests', | 443 'java_in_dir': 'examples/androidtests', |
443 'is_test_apk': 1, | 444 'is_test_apk': 1, |
444 }, | 445 }, |
445 'includes': [ '../build/java_apk.gypi' ], | 446 'includes': [ '../build/java_apk.gypi' ], |
446 }, | 447 }, |
447 ], # targets | 448 ], # targets |
448 }], # OS=="android" | 449 }], # OS=="android" |
449 ], | 450 ], |
450 } | 451 } |
OLD | NEW |