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

Unified Diff: dart/pkg/intl/lib/intl_browser.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.dart ('k') | dart/pkg/intl/lib/intl_standalone.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/intl_browser.dart
diff --git a/dart/pkg/intl/lib/intl_browser.dart b/dart/pkg/intl/lib/intl_browser.dart
index f0af08dd2e3e38767e93c31d26c78e56c0ed969a..c0dc952aed49ed77a72e822625f877ae11a5f8ac 100644
--- a/dart/pkg/intl/lib/intl_browser.dart
+++ b/dart/pkg/intl/lib/intl_browser.dart
@@ -9,10 +9,10 @@
* ability to find the default locale from the browser.
*/
-library intl_browser;
+#library("intl_browser");
-import "dart:html";
-import "intl.dart";
+#import("dart:html");
+#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.dart ('k') | dart/pkg/intl/lib/intl_standalone.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698