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

Unified Diff: dart/pkg/intl/lib/date_symbol_data_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/date_symbol_data_http_request.dart ('k') | dart/pkg/intl/lib/date_symbols.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/date_symbol_data_local.dart
diff --git a/dart/pkg/intl/lib/date_symbol_data_local.dart b/dart/pkg/intl/lib/date_symbol_data_local.dart
index 6474b5a0e29c5e6a2bb12f5a1edd0b2a2cc44110..264ac544c76a53269962b03997b9d8ef679bc01b 100644
--- a/dart/pkg/intl/lib/date_symbol_data_local.dart
+++ b/dart/pkg/intl/lib/date_symbol_data_local.dart
@@ -14,10 +14,10 @@
* removed after those changes land to CLDR.
*/
-library date_symbol_data;
-import "date_symbols.dart";
-import "src/date_format_internal.dart";
-import "date_time_patterns.dart";
+#library("date_symbol_data");
+#import("date_symbols.dart");
+#import("src/date_format_internal.dart");
+#import("date_time_patterns.dart");
/**
* This should be called for at least one [locale] before any date
« no previous file with comments | « dart/pkg/intl/lib/date_symbol_data_http_request.dart ('k') | dart/pkg/intl/lib/date_symbols.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698