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

Unified Diff: dart/pkg/intl/example/basic/basic_example.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/htmlescape/lib/htmlescape.dart ('k') | dart/pkg/intl/example/basic/basic_example_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/example/basic/basic_example.dart
diff --git a/dart/pkg/intl/example/basic/basic_example.dart b/dart/pkg/intl/example/basic/basic_example.dart
index 76380e90d12f8af6dd1481a092ade87936cc1b65..87223d03cb00972afc21ccc3daae2781cf16f5e3 100644
--- a/dart/pkg/intl/example/basic/basic_example.dart
+++ b/dart/pkg/intl/example/basic/basic_example.dart
@@ -15,14 +15,14 @@
* formatted appropriately for the locale.
*/
-library intl_basic_example;
+#library('intl_basic_example');
// These can be replaced with package:intl/... references if using this in
// a separate package.
// TODO(alanknight): Replace these with package: once pub works in buildbots.
-import '../../lib/date_symbol_data_local.dart';
-import '../../lib/intl.dart';
-import '../../lib/message_lookup_local.dart';
-import 'messages_all.dart';
+#import('../../lib/date_symbol_data_local.dart');
+#import('../../lib/intl.dart');
+#import('../../lib/message_lookup_local.dart');
+#import('messages_all.dart');
Function doThisWithTheOutput;
« no previous file with comments | « dart/pkg/htmlescape/lib/htmlescape.dart ('k') | dart/pkg/intl/example/basic/basic_example_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698