blob: 5cb7a8fe023cc1b4b5e2168fe3525b8e2e34be6b [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",
"wm:tests",
]
}