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

Unified Diff: pkg/args/lib/args.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/example/test_runner.dart ('k') | pkg/args/lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/lib/args.dart
diff --git a/pkg/args/args.dart b/pkg/args/lib/args.dart
similarity index 99%
rename from pkg/args/args.dart
rename to pkg/args/lib/args.dart
index 152fcc675d7c562fb588520e9788f73fd1534c1d..0acf34dc988dc190a26802e352cc243a329d9117 100644
--- a/pkg/args/args.dart
+++ b/pkg/args/lib/args.dart
@@ -182,7 +182,8 @@
#import('dart:math');
-#import('utils.dart');
+// TODO(rnystrom): Use "package:" URL here when test.dart can handle pub.
+#import('src/utils.dart');
/**
* A class for taking a list of raw command line arguments and parsing out
« no previous file with comments | « pkg/args/example/test_runner.dart ('k') | pkg/args/lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698