summaryrefslogtreecommitdiffstats
path: root/tools/android/BUILD.gn
blob: 0804c19de634709e9879dc657c38e49414c45d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Intermediate target grouping the android tools needed to run native
# unittests and instrumentation test apks.
#
# GYP: //tools/android/android_tools.gyp:android_tools
group("android_tools") {
  deps = [
    "//tools/android/adb_reboot",
    "//tools/android/file_poller",
    "//tools/android/forwarder2",
    "//tools/android/md5sum",
    "//tools/android/purge_ashmem",
    "//tools/telemetry:bitmaptools($host_toolchain)",
  ]
}

# GYP: //tools/android/android_tools.gyp:heap_profiler
group("heap_profiler") {
  deps = [
    "//tools/android/heap_profiler:heap_dump",
    "//tools/android/heap_profiler:heap_profiler",
  ]
}

# GYP: //tools/android/android_tools.gyp:memdump
group("memdump") {
  deps = [
    "//tools/android/memdump",
  ]
}

# GYP: //tools/android/android_tools.gyp:ps_ext
group("ps_ext") {
  deps = [
    "//tools/android/ps_ext",
  ]
}