blob: 15e87eb5c0fcb954ecda1a14e63b9cbdf79553a6 [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")
dart_pkg("dart_startup") {
apps = [ [
"dart_startup",
"lib/main.dart",
] ]
sources = [
"pubspec.yaml",
]
deps = [
"//mojo/dart/packages",
"//third_party/dart-pkg",
]
}