| Index: tools/create_sdk.py
|
| ===================================================================
|
| --- tools/create_sdk.py (revision 19704)
|
| +++ tools/create_sdk.py (working copy)
|
| @@ -37,6 +37,7 @@
|
| # ......uri/
|
| # ......utf/
|
| # ......scalarlist/
|
| +# ......typeddata/
|
| # ....pkg/
|
| # ......args/
|
| # ......intl/
|
| @@ -205,7 +206,7 @@
|
| join('html', 'dart2js'), join('html', 'dartium'),
|
| join('html', 'html_common'),
|
| join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
|
| - 'json', 'math', 'mirrors', 'scalarlist',
|
| + 'json', 'math', 'mirrors', 'scalarlist', 'typeddata',
|
| join('svg', 'dart2js'), join('svg', 'dartium'),
|
| 'uri', 'utf',
|
| join('web_audio', 'dart2js'), join('web_audio', 'dartium'),
|
|
|