blob: d51dd3604a0f7225c52282760c0795934efba230 [file] [log] [blame]
# Copyright 2015 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("//mojo/public/dart/rules.gni")
copy("copy_sky_services_license") {
sources = [
"//AUTHORS",
"//LICENSE",
]
outputs = [
"$root_gen_dir/dart-pkg/sky_services/{{source_file_part}}",
]
}
dart_pkg("sky_services") {
sources = [
"README.md",
"pubspec.yaml",
]
deps = [
":copy_sky_services_license",
]
}