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

Unified Diff: dart/pkg/intl/example/basic/messages_all.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/example/basic/basic_example_runner.dart ('k') | dart/pkg/intl/example/basic/messages_de.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/example/basic/messages_all.dart
diff --git a/dart/pkg/intl/example/basic/messages_all.dart b/dart/pkg/intl/example/basic/messages_all.dart
index 43629f23a478fb72d458d35164dd3ace2cc675d8..7fc412be5502ab418df44aac322c3f7d0cd658d7 100644
--- a/dart/pkg/intl/example/basic/messages_all.dart
+++ b/dart/pkg/intl/example/basic/messages_all.dart
@@ -8,7 +8,7 @@
* all of them. In this example there's only one program file, so it doesn't
* make very much difference.
*/
-library messages_all;
+#library('messages_all.dart');
-import 'messages_th_th.dart' as th_TH;
-import 'messages_de.dart' as de;
+#import('messages_th_th.dart', prefix: 'th_TH');
+#import('messages_de.dart', prefix: 'de');
« no previous file with comments | « dart/pkg/intl/example/basic/basic_example_runner.dart ('k') | dart/pkg/intl/example/basic/messages_de.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698