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

Unified Diff: utils/pub/pub.dart

Issue 10442023: Get rid of #source in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to (verbal) review. Created 8 years, 7 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/pub/pubspec.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 0832420885ebb3467add910c5c7fd686b9260635..37898c3adbbde4431419a077f334043b48012f5b 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -8,19 +8,21 @@
#library('pub');
#import('io.dart');
+#import('command_install.dart');
+#import('command_list.dart');
+#import('command_update.dart');
+#import('command_version.dart');
+#import('entrypoint.dart');
+#import('git_source.dart');
+#import('package.dart');
#import('pubspec.dart');
+#import('sdk_source.dart');
#import('source.dart');
+#import('source_registry.dart');
+#import('system_cache.dart');
#import('utils.dart');
#import('version.dart');
-#source('command_list.dart');
-#source('command_install.dart');
-#source('command_update.dart');
-#source('command_version.dart');
-#source('entrypoint.dart');
-#source('package.dart');
-#source('system_cache.dart');
-
Version get pubVersion() => new Version(0, 0, 0);
main() {
« no previous file with comments | « utils/pub/package.dart ('k') | utils/pub/pubspec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698