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

Unified Diff: dart/pkg/intl/lib/intl.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/date_time_patterns.dart ('k') | dart/pkg/intl/lib/intl_browser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/intl.dart
diff --git a/dart/pkg/intl/lib/intl.dart b/dart/pkg/intl/lib/intl.dart
index 741b9da150622d6bf989158472911b1f805f60d4..e2e00dda1621d8f380b9186db69dc0aa26bd5b28 100644
--- a/dart/pkg/intl/lib/intl.dart
+++ b/dart/pkg/intl/lib/intl.dart
@@ -14,18 +14,18 @@
* There is also a simple example application that can be found in the
* `example/basic` directory.
*/
-library intl;
+#library('intl');
-import 'src/intl_helpers.dart';
-import 'dart:math';
-import 'date_symbols.dart';
-import 'src/date_format_internal.dart';
+#import('src/intl_helpers.dart');
+#import('dart:math');
+#import('date_symbols.dart');
+#import('src/date_format_internal.dart');
-part 'date_format.dart';
-part 'src/date_format_field.dart';
-part 'src/date_format_helpers.dart';
-part 'bidi_formatter.dart';
-part 'bidi_utils.dart';
+#source('date_format.dart');
+#source('src/date_format_field.dart');
+#source('src/date_format_helpers.dart');
+#source('bidi_formatter.dart');
+#source('bidi_utils.dart');
/**
* The Intl class provides a common entry point for internationalization
« no previous file with comments | « dart/pkg/intl/lib/date_time_patterns.dart ('k') | dart/pkg/intl/lib/intl_browser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698