OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 '<(android_tests_path):webrtc_perf_tests_apk', | 346 '<(android_tests_path):webrtc_perf_tests_apk', |
347 ], | 347 ], |
348 }, | 348 }, |
349 { | 349 { |
350 'target_name': 'webrtc_nonparallel_tests_apk_target', | 350 'target_name': 'webrtc_nonparallel_tests_apk_target', |
351 'type': 'none', | 351 'type': 'none', |
352 'dependencies': [ | 352 'dependencies': [ |
353 '<(android_tests_path):webrtc_nonparallel_tests_apk', | 353 '<(android_tests_path):webrtc_nonparallel_tests_apk', |
354 ], | 354 ], |
355 }, | 355 }, |
| 356 { |
| 357 'target_name': 'android_junit_tests_target', |
| 358 'type': 'none', |
| 359 'dependencies': [ |
| 360 '<(android_tests_path):android_junit_tests', |
| 361 ], |
| 362 }, |
356 ], | 363 ], |
357 'conditions': [ | 364 'conditions': [ |
358 ['test_isolation_mode != "noop"', | 365 ['test_isolation_mode != "noop"', |
359 { | 366 { |
360 'targets': [ | 367 'targets': [ |
361 { | 368 { |
362 'target_name': 'rtc_unittests_apk_run', | 369 'target_name': 'rtc_unittests_apk_run', |
363 'type': 'none', | 370 'type': 'none', |
364 'dependencies': [ | 371 'dependencies': [ |
365 '<(android_tests_path):rtc_unittests_apk', | 372 '<(android_tests_path):rtc_unittests_apk', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 'build/isolate.gypi', | 473 'build/isolate.gypi', |
467 ], | 474 ], |
468 'sources': [ | 475 'sources': [ |
469 'webrtc_perf_tests.isolate', | 476 'webrtc_perf_tests.isolate', |
470 ], | 477 ], |
471 }, | 478 }, |
472 ], | 479 ], |
473 }], | 480 }], |
474 ], | 481 ], |
475 } | 482 } |
OLD | NEW |