Viet-Trung Luu | a0665db | 2015-03-24 13:49:13 -0700 | [diff] [blame] | 1 | # 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 | |
| 5 | import("//mojo/public/dart/rules.gni") |
| 6 | |
Zachary Anderson | 1c77edf | 2015-08-24 14:31:38 -0700 | [diff] [blame] | 7 | dart_pkg("netcat") { |
John McCutchan | 5a3eb54 | 2015-08-25 12:51:11 -0700 | [diff] [blame] | 8 | apps = [ [ |
| 9 | "dart_netcat", |
| 10 | "lib/main.dart", |
| 11 | ] ] |
Zachary Anderson | f45175e | 2015-08-11 15:02:27 -0700 | [diff] [blame] | 12 | sources = [ |
| 13 | "pubspec.yaml", |
| 14 | ] |
| 15 | deps = [ |
| 16 | "//mojo/dart/mojo_services", |
| 17 | "//mojo/public/dart", |
| 18 | ] |
| 19 | } |