blob: 3bd65a7fd641ea096f9fc4fdcfdb3fbdf28f7a8a [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.
import("//build/components.gni")
group("ui") {
deps = [
"carnelian",
"input-synthesis",
"scenic/cpp",
]
}
group("tests") {
testonly = true
public_deps = [
":rust-ui-crates-tests",
"carnelian:carnelian-tests",
"fuchsia-framebuffer:fuchsia-framebuffer-tests",
"input:tests",
"input-synthesis:tests",
]
}
fuchsia_unittest_package("rust-ui-crates-tests") {
deps = [ "fuchsia-scenic:fuchsia-scenic_test" ]
}