blob: c03546d009a42f2e211b19d80122a44a950b13d1 [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 = [
"input-synthesis",
"scenic/cpp",
]
}
group("tests") {
testonly = true
public_deps = [
"input:tests",
"input-synthesis:input-synthesis-tests",
]
}