| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index 1ae2fd1be6e579a27376d755c213b3c7224726ef..ab5b51bd92f7061683896bc5c8badd16a3b5191f 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -38,7 +38,6 @@
|
| # ......isolate/
|
| # ......json/
|
| # ......math/
|
| -# ......mdv_observe_impl/
|
| # ......mirrors/
|
| # ......utf/
|
| # ......typed_data/
|
| @@ -204,7 +203,7 @@ def Main(argv):
|
| join('html', 'dart2js'), join('html', 'dartium'),
|
| join('html', 'html_common'),
|
| join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
|
| - 'json', 'math', 'mdv_observe_impl', 'mirrors', 'typed_data',
|
| + 'json', 'math', 'mirrors', 'typed_data',
|
| join('svg', 'dart2js'), join('svg', 'dartium'),
|
| 'utf',
|
| join('web_audio', 'dart2js'), join('web_audio', 'dartium'),
|
|
|