blob: 09d8e8d73e26d8b5ccaff1feafd91c85ad798de7 [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",
]
}
dart_pkg("box2d") {
pkg_dir = "//third_party/dart-pkg/box2d"
}
dart_pkg("vector_math") {
pkg_dir = "//third_party/dart-pkg/vector_math"
}