| 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 testonly = true |
| 8 deps = [ | 9 deps = [ |
| 9 "//build/android:wrapper_scripts", | 10 "//build/android:wrapper_scripts", |
| 10 "//build/android/pylib/device/commands", | 11 "//build/android/pylib/device/commands", |
| 11 "//third_party/android_platform:stack_wrapper", | 12 "//third_party/android_platform:stack_wrapper", |
| 12 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 13 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
| 13 "//tools/android/adb_reboot", | 14 "//tools/android/adb_reboot", |
| 14 "//tools/android/file_poller", | 15 "//tools/android/file_poller", |
| 15 "//tools/android/forwarder2", | 16 "//tools/android/forwarder2", |
| 16 "//tools/android/md5sum", | 17 "//tools/android/md5sum", |
| 17 "//tools/android/memtrack_helper:memtrack_helper", | 18 "//tools/android/memtrack_helper:memtrack_helper", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", | 64 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", |
| 64 ] | 65 ] |
| 65 } | 66 } |
| 66 | 67 |
| 67 group("push_apps_to_background") { | 68 group("push_apps_to_background") { |
| 68 testonly = true | 69 testonly = true |
| 69 deps = [ | 70 deps = [ |
| 70 "//tools/android/push_apps_to_background:push_apps_to_background_apk", | 71 "//tools/android/push_apps_to_background:push_apps_to_background_apk", |
| 71 ] | 72 ] |
| 72 } | 73 } |
| OLD | NEW |