Index: tools/create_sdk.py |
=================================================================== |
--- tools/create_sdk.py (revision 27851) |
+++ tools/create_sdk.py (working copy) |
@@ -194,13 +194,13 @@ |
os.makedirs(join(LIB, 'html')) |
- for library in [join('_internal', 'compiler'), |
+ for library in [join('_chrome', 'dart2js'), join('_chrome', 'dartium'), |
+ join('_internal', 'compiler'), |
join('_internal', 'dartdoc'), |
join('_internal', 'pub', 'resource'), |
join('_internal', 'lib'), |
'async', 'collection', '_collection_dev', 'convert', |
'core', 'crypto', 'io', 'isolate', |
- join('chrome', 'dart2js'), join('chrome', 'dartium'), |
join('html', 'dart2js'), join('html', 'dartium'), |
join('html', 'html_common'), |
join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'), |