blob: a40ba7f1f6ecbbfdfebec09f567d31b8ec2aa585 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
group("all") {
deps = [
"//diagnostics/cros_healthd:cros_healthd",
"//diagnostics/cros_healthd_event_tool:cros-health-event",
"//diagnostics/diag:diag",
"//diagnostics/routines:floating-point-accuracy",
"//diagnostics/routines:prime-search",
"//diagnostics/routines:smartctl-check",
"//diagnostics/routines:urandom",
"//diagnostics/telem:telem",
"//diagnostics/wilco_dtc_supportd:wilco_dtc_supportd",
]
if (use.test) {
deps += [
"//diagnostics/common:libcommon_test",
"//diagnostics/cros_healthd:cros_healthd_test",
"//diagnostics/cros_healthd/events:libcros_healthd_events_test",
"//diagnostics/cros_healthd/system:system_config_test",
"//diagnostics/cros_healthd/utils:libcros_healthd_utils_test",
"//diagnostics/cros_healthd_mojo_adapter:cros_healthd_mojo_adapter_test",
"//diagnostics/grpc_async_adapter:libgrpc_async_adapter_test",
"//diagnostics/routines:routine_test",
"//diagnostics/wilco_dtc_supportd:wilco_dtc_supportd_test",
]
}
if (use.fuzzer) {
deps += [
"//diagnostics/cros_healthd/utils:fetch_block_device_fuzzer",
"//diagnostics/cros_healthd/utils:fetch_cached_vpd_fuzzer",
]
}
}