blob: c78c168f3acd7d889db2f574ca3911d85fc6d78c [file] [log] [blame]
# Copyright 2014 The Chromium 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("//flutter/lib/snapshot/toolchain.gni")
group("sky") {
testonly = true
deps = [
"//flutter/sky/packages",
]
if (!is_fuchsia) {
deps += [ "//flutter/shell" ]
}
}