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

Unified Diff: utils/pub/pub.dart

Issue 10339009: Move Yaml into utils/pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « tests/utils/yaml_test.dart ('k') | utils/pub/yaml/composer.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 eef7ba38e92ab37c359d7c54f6da3de8e0724cb1..c03777b49352d2bff4f1b65060e33baccb143a59 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -7,7 +7,7 @@
*/
#library('pub');
-#import('../yaml/yaml.dart');
+#import('yaml/yaml.dart');
#import('io.dart');
#import('utils.dart');
« no previous file with comments | « tests/utils/yaml_test.dart ('k') | utils/pub/yaml/composer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698