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

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: todo + adb_gdb 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
« no previous file with comments | « third_party/android_platform/BUILD.gn ('k') | tools/perf/BUILD.gn » ('j') | 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 # 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",
20 "//tools/perf:run_benchmark_wrapper",
18 ] 21 ]
19 } 22 }
20 23
21 # GYP: //tools/android/android_tools.gyp:heap_profiler 24 # GYP: //tools/android/android_tools.gyp:heap_profiler
22 group("heap_profiler") { 25 group("heap_profiler") {
23 deps = [ 26 deps = [
24 "//tools/android/heap_profiler:heap_dump", 27 "//tools/android/heap_profiler:heap_dump",
25 "//tools/android/heap_profiler:heap_profiler", 28 "//tools/android/heap_profiler:heap_profiler",
26 ] 29 ]
27 } 30 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ] 72 ]
70 } 73 }
71 74
72 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber 75 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber
73 group("audio_focus_grabber") { 76 group("audio_focus_grabber") {
74 testonly = true 77 testonly = true
75 deps = [ 78 deps = [
76 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", 79 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
77 ] 80 ]
78 } 81 }
OLDNEW
« no previous file with comments | « third_party/android_platform/BUILD.gn ('k') | tools/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698