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

Unified Diff: dart/pkg/intl/lib/message_lookup_local.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_standalone.dart ('k') | dart/pkg/intl/lib/number_format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/message_lookup_local.dart
diff --git a/dart/pkg/intl/lib/message_lookup_local.dart b/dart/pkg/intl/lib/message_lookup_local.dart
index 9c62fb33f4bf3b387338933eeff39a2cc1dbe7a9..1871c87925097450a594788a390bd9a157fa24b6 100644
--- a/dart/pkg/intl/lib/message_lookup_local.dart
+++ b/dart/pkg/intl/lib/message_lookup_local.dart
@@ -13,11 +13,11 @@
*/
//TODO(efortuna): documentation example involving the offset parameter?
-library message_lookup_local;
+#library('message_lookup_local');
-import 'intl.dart';
-import 'src/intl_helpers.dart';
-import 'dart:mirrors';
+#import('intl.dart');
+#import('src/intl_helpers.dart');
+#import('dart:mirrors');
/**
* Initialize the user messages for [localeName]. Note that this is an ASYNC
« no previous file with comments | « dart/pkg/intl/lib/intl_standalone.dart ('k') | dart/pkg/intl/lib/number_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698