BUILD.gn 303 字节
Newer Older
M
Michael Goderbauer 已提交
1
# Copyright 2013 The Flutter Authors. All rights reserved.
A
Adam Barth 已提交
2 3 4 5 6 7 8
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

group("sky") {
  testonly = true

  deps = [
9
    "//flutter/sky/packages",
10 11
  ]

P
P.Y. Laligand 已提交
12
  if (!is_fuchsia) {
13
    deps += [ "//flutter/shell" ]
P
P.Y. Laligand 已提交
14
  }
15
}