| Index: tools/create_sdk.py
|
| ===================================================================
|
| --- tools/create_sdk.py (revision 11981)
|
| +++ tools/create_sdk.py (working copy)
|
| @@ -219,7 +219,7 @@
|
| # Create and populate lib/{core, crypto, isolate, json, uri, utf, ...}.
|
| #
|
|
|
| - for library in ['_internal', 'compiler', html', 'core', 'coreimpl',
|
| + for library in ['_internal', 'compiler', 'html', 'core', 'coreimpl',
|
| 'crypto', 'isolate', 'json', 'math', 'mirrors', 'uri', 'utf',
|
| 'web']:
|
| copytree(join(HOME, 'lib', library), join(LIB, library),
|
|
|