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

Unified Diff: pkg/intl/lib/date_format.dart

Issue 10952004: Change intl to use new pub layout (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « pkg/intl/lib/bidi_utils.dart ('k') | pkg/intl/lib/date_format_field.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/date_format.dart
===================================================================
--- pkg/intl/lib/date_format.dart (revision 12504)
+++ pkg/intl/lib/date_format.dart (working copy)
@@ -159,11 +159,11 @@
#import('dart:math');
#import('intl.dart');
#import('date_symbols.dart');
-#import('lib/intl_helpers.dart');
-#import('lib/date_format_internal.dart');
+#import('src/intl_helpers.dart');
+#import('src/date_format_internal.dart');
-#source('lib/date_format_field.dart');
-#source('lib/date_format_helpers.dart');
+#source('src/date_format_field.dart');
+#source('src/date_format_helpers.dart');
class DateFormat {
« no previous file with comments | « pkg/intl/lib/bidi_utils.dart ('k') | pkg/intl/lib/date_format_field.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698