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

Unified Diff: pkg/intl/intl.dart

Issue 10910239: Update htmlescape to new package layout. (Closed) Base URL: https://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/htmlescape/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/intl.dart
diff --git a/pkg/intl/intl.dart b/pkg/intl/intl.dart
index d176e52862a43e3ee080396e61fce802c3e59084..f7e0c0cc227de38fd432f0e1199b83838ccb27a3 100644
--- a/pkg/intl/intl.dart
+++ b/pkg/intl/intl.dart
@@ -8,7 +8,8 @@
*/
#library('intl');
-#import('../../pkg/htmlescape/htmlescape.dart');
+// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
+#import('../../pkg/htmlescape/lib/htmlescape.dart');
#import('date_format.dart');
#source('intl_message.dart');
« no previous file with comments | « pkg/htmlescape/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698