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

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, 9 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 | « frog/leg/scanner/node_scanner_bench.dart ('k') | frog/leg/scanner/vm_scanner_bench.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/scanner/source_list.dart
===================================================================
--- frog/leg/scanner/source_list.dart (revision 5167)
+++ frog/leg/scanner/source_list.dart (working copy)
@@ -596,8 +596,12 @@
'../corelib/src/strings.dart',
'../corelib/src/time_zone.dart',
'../lib/json/json.dart',
+'../lib/utf/utf.dart',
+'../lib/utf/utf_core.dart',
+'../lib/utf/utf8.dart',
+'../lib/utf/utf16.dart',
+'../lib/utf/utf32.dart',
'../lib/uri/uri.dart',
-'../lib/utf8/utf8.dart',
'../lib/isolate/isolate_api.dart',
'../lib/isolate/isolate_frog.dart',
'../lib/isolate/frog/isolateimpl.dart',
@@ -892,7 +896,6 @@
'./samples/ifrog.dart',
'./server/frog_server.dart',
'./server/toss.dart',
-'./server/utf8.dart',
'./source.dart',
'./token.dart',
'./tokenizer.dart',
« no previous file with comments | « frog/leg/scanner/node_scanner_bench.dart ('k') | frog/leg/scanner/vm_scanner_bench.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698