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

Unified Diff: utils/pub/source.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/sdk_source.dart ('k') | utils/pub/source_registry.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/source.dart
diff --git a/utils/pub/source.dart b/utils/pub/source.dart
index 85e9c99a0acb33bb83570ba6bd6d7bcaf8c09787..974f677f31dd626a90a69ca326e70a27ed583cf7 100644
--- a/utils/pub/source.dart
+++ b/utils/pub/source.dart
@@ -2,15 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('pub_source');
+#library('source');
-#import('io.dart');
-#import('pub.dart');
-#import('utils.dart');
-
-#source('git_source.dart');
-#source('sdk_source.dart');
-#source('source_registry.dart');
+#import('package.dart');
/**
* A source from which to install packages.
« no previous file with comments | « utils/pub/sdk_source.dart ('k') | utils/pub/source_registry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698