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

Unified Diff: utils/pub/utils.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/system_cache.dart ('k') | utils/pub/version.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/utils.dart
diff --git a/utils/pub/utils.dart b/utils/pub/utils.dart
index fe546113ed65a65852b565c79674fad7cb85a124..f0065faa72aa6a82ccc4964da65e318b65515c1b 100644
--- a/utils/pub/utils.dart
+++ b/utils/pub/utils.dart
@@ -5,7 +5,7 @@
/**
* Generic utility functions. Stuff that should possibly be in core.
*/
-#library('pub_utils');
+#library('utils');
/** Thrown by methods that parse text when the text isn't a valid. */
class FormatException implements Exception {
« no previous file with comments | « utils/pub/system_cache.dart ('k') | utils/pub/version.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698