blob: b293e62db0a6ee24e0dd2faef685327bb5f094d2 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("fake_fetchers") {
testonly = true
sources = [
"fake_cpu_stats_fetcher.cc",
"fake_cpu_stats_fetcher.h",
]
deps = [
"..:system_metrics_daemon_lib",
"//sdk/fidl/fuchsia.cobalt:fuchsia.cobalt_hlcpp",
]
}