blob: be361a05b51d7eacf33e35cfd815791742cb658e [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",
"default_hardware_ime",
"headless_root_presenter",
"ime:ime_service",
"root_presenter",
"shortcut",
]
}
group("tests") {
testonly = true
deps = [
"brightness_manager:brightness_manager_tests",
"default_hardware_ime:tests",
"hardware_display_controller_provider:tests",
"headless_root_presenter/tests",
"ime:tests",
"root_presenter:tests",
"shortcut:tests",
]
}