blob: e1156602913707f7640bedf0cc0e7d210112f318 [file] [log] [blame]
# Copyright 2020 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("watchdog") {
sources = [
"watchdog.cc",
"watchdog.h",
]
deps = [
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-default",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
"//zircon/public/lib/backtrace-request",
"//zircon/public/lib/zx",
]
}