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: dart/pkg/args/lib/src/utils.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « dart/pkg/args/lib/args.dart ('k') | dart/pkg/args/test/args_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/args/lib/src/utils.dart
diff --git a/dart/pkg/args/lib/src/utils.dart b/dart/pkg/args/lib/src/utils.dart
index c6997c85b825277ffc8976aef129a814563f2ecc..029ada304eb35097762c2c52b54fe878dca22972 100644
--- a/dart/pkg/args/lib/src/utils.dart
+++ b/dart/pkg/args/lib/src/utils.dart
@@ -4,7 +4,7 @@
// TODO(rnystrom): This file was copied from pub.
/** Generic utility functions. Stuff that should possibly be in core. */
-library args_utils;
+#library('args_utils');
/** Pads [source] to [length] by adding spaces at the end. */
String padRight(String source, int length) {
« no previous file with comments | « dart/pkg/args/lib/args.dart ('k') | dart/pkg/args/test/args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698