blob: 16c47a0d88cc9f1bc145c4d65d779222b8732786 [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.
group("bin") {
deps = [
"brightness_manager",
"input-pipeline",
"root_presenter",
"scene_manager",
"shortcut",
"text:text_manager",
]
}
group("tests") {
testonly = true
deps = [
"brightness_manager:tests",
"hardware_display_controller_provider:tests",
"input-pipeline:tests",
"root_presenter:tests",
"scene_manager:tests",
"shortcut:tests",
"terminal:tests",
"text:tests",
]
}