blob: e8b77c10b8cf350a9d2ef0d915cbce9ce4afe270 [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 = [
"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",
]
}