# Copyright 2015 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//base/allocator/partition_allocator/partition_alloc.gni") # Ensure tools are depended on so that GN will generate targets for them. group("android_tools") { testonly = true deps = [ "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", "//tools/android/adb_reboot", "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", "//tools/android/customtabs_benchmark:customtabs_benchmark_apk", "//tools/android/fincore", "//tools/android/forwarder2", "//tools/android/io_benchmark", "//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk", "//tools/android/layout_inspector:layout_inspector_py", "//tools/android/layout_inspector:run_layout_inspector_test", "//tools/android/memconsumer:memconsumer_apk", "//tools/android/memdump", "//tools/android/memtrack_helper", "//tools/android/ps_ext", "//tools/android/push_apps_to_background:push_apps_to_background_apk", "//tools/android/touch_replay", "//tools/perf:run_benchmark_wrapper", "//tools/perf/clear_system_cache", ] if (use_full_mte) { deps += [ "//tools/android/mte:mte_device_setup" ] } }