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

Unified Diff: frog/leg/scanner/source_list.dart

Issue 9462001: Unify most of our utf8 implementations. This takes the implementation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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
Index: frog/leg/scanner/source_list.dart
===================================================================
--- frog/leg/scanner/source_list.dart (revision 4630)
+++ frog/leg/scanner/source_list.dart (working copy)
@@ -1512,8 +1512,12 @@
'../corelib/src/strings.dart',
'../corelib/src/time_zone.dart',
'../lib/json/json.dart',
+'../lib/utf/utf.dart',
+'../lib/utf/utf_coer.dart',
+'../lib/utf/utf8.dart',
+'../lib/utf/utf16.dart',
+'../lib/utf/utf32.dart',
'../lib/uri/uri.dart',
-'../lib/utf8/utf8.dart',
'../samples/actors/core/actors-dom.dart',
'../samples/actors/core/actors-interface.dart',
'../samples/actors/core/actors-term.dart',
@@ -1804,7 +1808,6 @@
'./samples/ifrog.dart',
'./server/frog_server.dart',
'./server/toss.dart',
-'./server/utf8.dart',
'./source.dart',
'./token.dart',
'./tokenizer.dart',

Powered by Google App Engine
This is Rietveld 408576698