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

Unified Diff: dart/pkg/intl/lib/intl_standalone.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/intl/lib/intl_browser.dart ('k') | dart/pkg/intl/lib/message_lookup_local.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/intl_standalone.dart
diff --git a/dart/pkg/intl/lib/intl_standalone.dart b/dart/pkg/intl/lib/intl_standalone.dart
index 6d42b5ecf597fd9aff4cd0199e463c816eddd80a..ecede7a1d725d490dfc70f04ed34deb39f9a32bd 100644
--- a/dart/pkg/intl/lib/intl_standalone.dart
+++ b/dart/pkg/intl/lib/intl_standalone.dart
@@ -9,10 +9,10 @@
* the operating system locale.
*/
-library intl_standalone;
+#library("intl_standalone");
-import "dart:io";
-import "intl.dart";
+#import("dart:io");
+#import("intl.dart");
// TODO(alanknight): The need to do this by forcing the user to specially
// import a particular library is a horrible hack, only done because there
« no previous file with comments | « dart/pkg/intl/lib/intl_browser.dart ('k') | dart/pkg/intl/lib/message_lookup_local.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698