Index: utils/dartdoc/BUILD.gn |
diff --git a/utils/dartdoc/BUILD.gn b/utils/dartdoc/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a79ce8a7733f6068b95bf986d39c50e514b1e84f |
--- /dev/null |
+++ b/utils/dartdoc/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("dartdoc") { |
+ main_dart = "../../third_party/pkg/dartdoc/bin/dartdoc.dart" |
+ inputs = exec_script("../../tools/list_files.py", |
+ ["\\.dart\$", |
+ rebase_path("../../third_party/pkg/dartdoc")], |
+ "list lines") |
+} |