| Index: utils/dartdevc/BUILD.gn
|
| diff --git a/utils/dartdevc/BUILD.gn b/utils/dartdevc/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b305945364f76f2b0d6d8059d129c847cc50207d
|
| --- /dev/null
|
| +++ b/utils/dartdevc/BUILD.gn
|
| @@ -0,0 +1,13 @@
|
| +# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +import("../invoke_dart.gni")
|
| +
|
| +application_snapshot("dartdevc") {
|
| + main_dart = "../../pkg/dev_compiler/bin/dartdevc.dart"
|
| + inputs = exec_script("../../tools/list_files.py",
|
| + ["\\.dart\$",
|
| + rebase_path("../../pkg/dev_compiler/bin")],
|
| + "list lines")
|
| +}
|
|
|