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'), |