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

Unified Diff: dart/pkg/intl/lib/number_symbols_data.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/number_symbols.dart ('k') | dart/pkg/intl/lib/src/data/dates/localeList.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/lib/number_symbols_data.dart
diff --git a/dart/pkg/intl/lib/number_symbols_data.dart b/dart/pkg/intl/lib/number_symbols_data.dart
index 1c11791c265f7b6553540c979d87be54c5b95e3c..e555c95012e7ee55bf09251feb3cf88ae90f4a06 100644
--- a/dart/pkg/intl/lib/number_symbols_data.dart
+++ b/dart/pkg/intl/lib/number_symbols_data.dart
@@ -14,8 +14,8 @@
* removed after those changes land to CLDR.
*/
-library number_symbol_data;
-import "number_symbols.dart";
+#library("number_symbol_data");
+#import("number_symbols.dart");
Map numberFormatSymbols = const {
/**
« no previous file with comments | « dart/pkg/intl/lib/number_symbols.dart ('k') | dart/pkg/intl/lib/src/data/dates/localeList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698