blob: 51dbd34b3e113a9a5cab52b913c896fd803b3e55 [file] [log] [blame]
# Copyright 2016 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.
group("agents") {
public_deps = [
"basic_text_listener",
"clipboard",
"entity_selector",
"proposal_maker",
]
}
executable("carmen_sandiego") {
testonly = true
output_name = "agents/carmen_sandiego"
sources = [
"carmen_sandiego.cc",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fsl",
"//peridot/bin/acquirers:gps",
"//peridot/lib/rapidjson",
"//peridot/public/lib:fidl",
"//peridot/public/lib/context/cpp:context_helper",
]
}
executable("ideas") {
testonly = true
output_name = "agents/ideas"
sources = [
"ideas.cc",
"ideas.h",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fsl",
"//peridot/lib/rapidjson",
"//peridot/public/lib:fidl",
"//peridot/public/lib/context/cpp:context_helper",
]
}