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

Unified Diff: tools/create_sdk.py

Issue 19941002: Remove dart:codec and move classes into dart:convert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 5 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 | « tests/lib/convert/utf83_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 89b6aca3cc5b52397c4793fe1f90906d1323dd29..c60713a4387fbcd99e4b7869b6e94b37167fa19d 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -31,8 +31,8 @@
# ......async/
# ......collection/
# ......_collection_dev/
+# ......convert/
# ......core/
-# ......crypto/
# ......html/
# ......io/
# ......isolate/
@@ -198,7 +198,7 @@ def Main(argv):
join('_internal', 'dartdoc'),
join('_internal', 'pub', 'resource'),
join('_internal', 'lib'),
- 'async', 'collection', '_collection_dev', 'codec', 'convert',
+ 'async', 'collection', '_collection_dev', 'convert',
'core', 'crypto', 'io', 'isolate',
join('chrome', 'dart2js'), join('chrome', 'dartium'),
join('html', 'dart2js'), join('html', 'dartium'),
« no previous file with comments | « tests/lib/convert/utf83_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698