blob: 4270909449837950e651280575627cab116defad [file] [log] [blame]
# Copyright 2016 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("echo_with_service_describer") {
apps = [ [
"dart_echo_with_service_describer",
"lib/main.dart",
] ]
sources = [
"pubspec.yaml",
]
deps = [
"//mojo/dart/packages",
"//third_party/dart-pkg",
]
}