mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
# 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.
|
|
group("android_tools") {
|
|
testonly = true
|
|
deps = [
|
|
"//build/android:wrapper_scripts",
|
|
"//build/android/pylib/device/commands",
|
|
"//third_party/android_platform:stack_wrapper",
|
|
"//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
|
|
"//tools/android/adb_reboot",
|
|
"//tools/android/file_poller",
|
|
"//tools/android/forwarder2",
|
|
"//tools/android/md5sum",
|
|
"//tools/android/memtrack_helper:memtrack_helper",
|
|
"//tools/perf:run_benchmark_wrapper",
|
|
"//tools/perf/clear_system_cache",
|
|
]
|
|
}
|
|
|
|
group("memdump") {
|
|
deps = [
|
|
"//tools/android/memdump",
|
|
]
|
|
}
|
|
|
|
group("memconsumer") {
|
|
deps = [
|
|
"//tools/android/memconsumer:memconsumer_apk",
|
|
]
|
|
}
|
|
|
|
group("memtrack_helper") {
|
|
deps = [
|
|
"//tools/android/memtrack_helper",
|
|
]
|
|
}
|
|
|
|
group("ps_ext") {
|
|
deps = [
|
|
"//tools/android/ps_ext",
|
|
]
|
|
}
|
|
|
|
group("spnego_authenticator") {
|
|
testonly = true
|
|
deps = [
|
|
"//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk",
|
|
]
|
|
}
|
|
|
|
group("customtabs_benchmark") {
|
|
deps = [
|
|
"//tools/android/customtabs_benchmark:customtabs_benchmark_apk",
|
|
]
|
|
}
|
|
|
|
group("audio_focus_grabber") {
|
|
testonly = true
|
|
deps = [
|
|
"//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
|
|
]
|
|
}
|
|
|
|
group("push_apps_to_background") {
|
|
testonly = true
|
|
deps = [
|
|
"//tools/android/push_apps_to_background:push_apps_to_background_apk",
|
|
]
|
|
}
|