Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tools/android/BUILD.gn

Issue 2485383006: [android] Tweak data deps to include two chromium tool binaries. (RELAND) (Closed)
Patch Set: fixed? Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/symlink.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « build/symlink.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698