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

Unified Diff: utils/pub/command_install.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 | « no previous file | utils/pub/command_list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_install.dart
diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart
index a1c20992af04814038ccd0489f5dd67e3a6015da..433b7725df83c12d983af194ec0a2c66f3f05020 100644
--- a/utils/pub/command_install.dart
+++ b/utils/pub/command_install.dart
@@ -2,6 +2,11 @@
// 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('command_install');
+
+#import('entrypoint.dart');
+#import('pub.dart');
+
/** Handles the `install` pub command. */
class InstallCommand extends PubCommand {
String get description() => "install the current package's dependencies";
« no previous file with comments | « no previous file | utils/pub/command_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698