blob: 533a01c38bfa9454a08d794b3f31b7b316cd8989 [file] [log] [blame]
# Copyright 2017 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("lib") {
sources = [
"command_dispatcher.cc",
"command_dispatcher.h",
]
deps = [
"//garnet/public/lib/fxl",
]
public_deps = [
"//zircon/public/lib/fit",
]
}