| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index 4a689002008b960f9bce797a6c40e5b9293e44f9..c6c83c6b39c3e2320a65ae68862e0e9cf6f7693c 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -37,7 +37,6 @@
|
| # ......io/
|
| # ......isolate/
|
| # ......js/
|
| -# ......json/
|
| # ......math/
|
| # ......mirrors/
|
| # ......utf/
|
| @@ -189,7 +188,7 @@ def Main(argv):
|
| os.makedirs(LIB)
|
|
|
| #
|
| - # Create and populate lib/{core, crypto, isolate, json, utf, ...}.
|
| + # Create and populate lib/{core, crypto, isolate, utf, ...}.
|
| #
|
|
|
| os.makedirs(join(LIB, 'html'))
|
| @@ -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'),
|
| - 'js', 'json', 'math', 'mirrors', 'platform', 'typed_data',
|
| + 'js', 'math', 'mirrors', 'platform', 'typed_data',
|
| join('svg', 'dart2js'), join('svg', 'dartium'),
|
| 'utf',
|
| join('web_audio', 'dart2js'), join('web_audio', 'dartium'),
|
|
|