| # 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", | |
| ] | |
| } |