| 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 # | 7 # |
| 8 # GYP: //tools/android/android_tools.gyp:android_tools | 8 # GYP: //tools/android/android_tools.gyp:android_tools |
| 9 group("android_tools") { | 9 group("android_tools") { |
| 10 deps = [ | 10 deps = [ |
| 11 "//build/android:wrapper_scripts", |
| 12 "//third_party/android_platform:stack_wrapper", |
| 11 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 13 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
| 12 "//tools/android/adb_reboot", | 14 "//tools/android/adb_reboot", |
| 13 "//tools/android/file_poller", | 15 "//tools/android/file_poller", |
| 14 "//tools/android/forwarder2", | 16 "//tools/android/forwarder2", |
| 15 "//tools/android/md5sum", | 17 "//tools/android/md5sum", |
| 16 "//tools/android/memtrack_helper:memtrack_helper", | 18 "//tools/android/memtrack_helper:memtrack_helper", |
| 17 "//tools/android/purge_ashmem", | 19 "//tools/android/purge_ashmem", |
| 18 ] | 20 ] |
| 19 } | 21 } |
| 20 | 22 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 ] | 71 ] |
| 70 } | 72 } |
| 71 | 73 |
| 72 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber | 74 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber |
| 73 group("audio_focus_grabber") { | 75 group("audio_focus_grabber") { |
| 74 testonly = true | 76 testonly = true |
| 75 deps = [ | 77 deps = [ |
| 76 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", | 78 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", |
| 77 ] | 79 ] |
| 78 } | 80 } |
| OLD | NEW |