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 1663103004: Create wrapper scripts that set --output-directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adb_gdb-explicit
Patch Set: rename script and remove stale comment Created 4 years, 10 months 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
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 # 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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698