blob: f9dd445d65c36250c70902290bfff37c59877d41 [file] [log] [blame]
Viet-Trung Luua0665db2015-03-24 13:49:13 -07001# Copyright 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//mojo/public/dart/rules.gni")
6
Zachary Anderson1c77edf2015-08-24 14:31:38 -07007dart_pkg("netcat") {
John McCutchan5a3eb542015-08-25 12:51:11 -07008 apps = [ [
9 "dart_netcat",
10 "lib/main.dart",
11 ] ]
Zachary Andersonf45175e2015-08-11 15:02:27 -070012 sources = [
13 "pubspec.yaml",
14 ]
15 deps = [
16 "//mojo/dart/mojo_services",
17 "//mojo/public/dart",
18 ]
19}