blob: 52b9ea24bbc0fcc02bb6c0cd9d0af1fa48249512 [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")
dartzip_package("apptest") {
uses_pub = true
sources = [
"lib/apptest.dart",
"pubspec.yaml",
]
deps = [
"//mojo/public/dart",
]
}
dart_pkg("apptest_pkg") {
sources = [
"lib/apptest.dart",
"pubspec.yaml",
]
}