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