Index: utils/pub/BUILD.gn |
diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f0e67480760d84cb9c84122d8cac23c15f9914e3 |
--- /dev/null |
+++ b/utils/pub/BUILD.gn |
@@ -0,0 +1,16 @@ |
+# 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("pub") { |
+ dart_root = "../.." |
+ main_dart = "../../third_party/pkg/pub/bin/pub.dart" |
+ deps = [ |
+ "../compiler:dart2js_files_stamp" |
+ ] |
+ inputs = [ |
+ "$root_gen_dir/dart2js_files.stamp" |
+ ] |
+} |