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

Unified Diff: utils/pub/pub.dart

Issue 10174029: Use YAML as the format for the pubspec file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review change Created 8 years, 8 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 | « utils/pub/package.dart ('k') | utils/tests/pub/pub_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.dart
diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
index dae4dea554618f2191dd0b5c114c246676306ea3..defd494348eb73c66ef0f33d375100cc0929e5f6 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -7,6 +7,8 @@
*/
#library('pub');
+#import('../yaml/yaml.dart');
+
#import('io.dart');
#import('utils.dart');
« no previous file with comments | « utils/pub/package.dart ('k') | utils/tests/pub/pub_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698