blob: 4b5aff673751ce7e96bc921203227b978d9eac43 [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.
import("//build/package.gni")
source_set("fake_logger_lib") {
testonly = true
sources = [
"fake_logger.cc",
"fake_logger.h",
]
public_deps = [
"//zircon/public/fidl/fuchsia-cobalt",
]
}
source_set("fake_clock_lib") {
testonly = true
sources = [
"fake_clock.h",
]
public_deps = [
"//garnet/bin/cobalt/utils:clock",
]
}