BUILD.gn 312 字节
Newer Older
A
Adam Barth 已提交
1 2 3 4 5 6 7 8
# 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.

group("sky") {
  testonly = true

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

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