BUILD.gn 349 字节
Newer Older
M
Michael Goderbauer 已提交
1
# Copyright 2013 The Flutter Authors. All rights reserved.
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("packages") {
  testonly = true

  deps = [
9 10 11
    "//flutter/sky/packages/flutter_services",
    "//flutter/sky/packages/sky_engine",
    "//flutter/sky/packages/sky_services",
12 13
  ]
}