|  | # 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-synthesis:tests", | 
|  | ] | 
|  | } | 
|  |  | 
|  | fuchsia_unittest_package("rust-ui-crates-tests") { | 
|  | deps = [ "fuchsia-scenic:fuchsia-scenic_test" ] | 
|  | } |