Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: pkg/status_file/pubspec.yaml

Issue 2984203002: Move the status file parser into its own package. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/status_file/lib/status_file.dart ('k') | pkg/status_file/test/repo_status_files_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/status_file/pubspec.yaml
diff --git a/pkg/status_file/pubspec.yaml b/pkg/status_file/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..dc78ec3d9796c27913520f9618af7c03b2d46971
--- /dev/null
+++ b/pkg/status_file/pubspec.yaml
@@ -0,0 +1,12 @@
+name: status_file
+author: Dart Team <misc@dartlang.org>
+description: Parses status files.
+homepage: http://www.dartlang.org
+#environment:
+# sdk: '>=1.0.0 <2.0.0'
+dependencies:
+ path:
+ path: ../../third_party/pkg/path
+dev_dependencies:
+ expect:
+ path: ../expect
« no previous file with comments | « pkg/status_file/lib/status_file.dart ('k') | pkg/status_file/test/repo_status_files_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698