blob: 08583d9a88efec2671f132f1b75af9eb4828df93 [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")
group("dart-pkg") {
deps = [
":box2d",
":vector_math",
":quiver",
]
}
dart_pkg("box2d") {
pkg_dir = "//third_party/dart-pkg/box2d"
}
dart_pkg("vector_math") {
pkg_dir = "//third_party/dart-pkg/vector_math"
}
dart_pkg("quiver") {
pkg_dir = "//third_party/dart-pkg/quiver"
}