OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Intermediate target grouping the android tools needed to run native | 5 # Intermediate target grouping the android tools needed to run native |
6 # unittests and instrumentation test apks. | 6 # unittests and instrumentation test apks. |
7 group("android_tools") { | 7 group("android_tools") { |
8 deps = [ | 8 deps = [ |
9 "//build/android:wrapper_scripts", | 9 "//build/android:wrapper_scripts", |
| 10 "//build/android/pylib/device/commands", |
10 "//third_party/android_platform:stack_wrapper", | 11 "//third_party/android_platform:stack_wrapper", |
11 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 12 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
12 "//tools/android/adb_reboot", | 13 "//tools/android/adb_reboot", |
13 "//tools/android/file_poller", | 14 "//tools/android/file_poller", |
14 "//tools/android/forwarder2", | 15 "//tools/android/forwarder2", |
15 "//tools/android/md5sum", | 16 "//tools/android/md5sum", |
16 "//tools/android/memtrack_helper:memtrack_helper", | 17 "//tools/android/memtrack_helper:memtrack_helper", |
17 "//tools/android/purge_ashmem", | 18 "//tools/android/purge_ashmem", |
18 "//tools/perf:run_benchmark_wrapper", | 19 "//tools/perf:run_benchmark_wrapper", |
19 ] | 20 ] |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", | 63 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", |
63 ] | 64 ] |
64 } | 65 } |
65 | 66 |
66 group("push_apps_to_background") { | 67 group("push_apps_to_background") { |
67 testonly = true | 68 testonly = true |
68 deps = [ | 69 deps = [ |
69 "//tools/android/push_apps_to_background:push_apps_to_background_apk", | 70 "//tools/android/push_apps_to_background:push_apps_to_background_apk", |
70 ] | 71 ] |
71 } | 72 } |
OLD | NEW |