blob: f4e5186092064b7b272fe5157d7955c30fc3b97c [file] [log] [blame]
# Copyright 2022 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("gazelle") {
public_deps = [
"shell",
"wm",
]
}
group("tests") {
testonly = true
deps = [
"appkit:tests",
"pointer_fusion:tests",
"wm:tests",
]
}