blob: dfd0fdc0db0b4ff4836b9fccfffbeb99072a9dd3 [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 = [
"element_router",
"shell",
"wm",
]
}
group("tests") {
testonly = true
deps = [
"appkit:tests",
"pointer_fusion:tests",
"wm:tests",
]
}