blob: 78b4469dab9e3656e6b7028f32e2337de44d5328 [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.
executable("dev_token_manager") {
sources = [
"dev_token_manager.cc",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//peridot/public/lib/auth/fidl",
"//zircon/public/lib/trace-provider",
]
}