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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 { | 447 { |
448 'target_name': 'AppRTCDemoTest', | 448 'target_name': 'AppRTCDemoTest', |
449 'type': 'none', | 449 'type': 'none', |
450 'dependencies': [ | 450 'dependencies': [ |
451 'AppRTCDemo_apk', | 451 'AppRTCDemo_apk', |
452 ], | 452 ], |
453 'variables': { | 453 'variables': { |
454 'apk_name': 'AppRTCDemoTest', | 454 'apk_name': 'AppRTCDemoTest', |
455 'java_in_dir': 'examples/androidtests', | 455 'java_in_dir': 'examples/androidtests', |
456 'is_test_apk': 1, | 456 'is_test_apk': 1, |
| 457 'test_type': 'instrumentation', |
457 }, | 458 }, |
458 'includes': [ '../build/java_apk.gypi' ], | 459 'includes': [ |
| 460 '../build/java_apk.gypi', |
| 461 '../build/android/test_runner.gypi', |
| 462 ], |
459 }, | 463 }, |
460 ], # targets | 464 ], # targets |
461 }], # OS=="android" | 465 }], # OS=="android" |
462 ], | 466 ], |
463 } | 467 } |
OLD | NEW |