blob: 39602010e3ab29800490497aedcc23c8293f5f36 [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("ui") {
deps = [
"a11y",
"bin",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"tests",
]
}