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