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

Unified Diff: utils/pub/pub.dart

Issue 10919249: Make args package follow new layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix path to args.dart in testrunner. Created 8 years, 3 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/args/utils.dart ('k') | utils/testrunner/options.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 795faf5e8ab74df00685502381a0e6a9a265cf82..5d5d1343ba89368ac4ae437581796813b13c17c8 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -7,7 +7,7 @@
*/
#library('pub');
-#import('../../pkg/args/args.dart');
+#import('../../pkg/args/lib/args.dart');
#import('dart:io');
#import('dart:math');
#import('io.dart');
« no previous file with comments | « pkg/args/utils.dart ('k') | utils/testrunner/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698