Index: tools/create_sdk.py |
diff --git a/tools/create_sdk.py b/tools/create_sdk.py |
index 1ae2fd1be6e579a27376d755c213b3c7224726ef..c2711f2eda49efff86612a4a8cdd0dc6c9029ea6 100755 |
--- a/tools/create_sdk.py |
+++ b/tools/create_sdk.py |
@@ -36,6 +36,7 @@ |
# ......html/ |
# ......io/ |
# ......isolate/ |
+# ......js/ |
# ......json/ |
# ......math/ |
# ......mdv_observe_impl/ |
@@ -204,8 +205,8 @@ 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', |
- join('svg', 'dart2js'), join('svg', 'dartium'), |
+ 'js', 'json', 'math', 'mdv_observe_impl', 'mirrors', |
+ 'typed_data', join('svg', 'dart2js'), join('svg', 'dartium'), |
'utf', |
join('web_audio', 'dart2js'), join('web_audio', 'dartium'), |
join('web_gl', 'dart2js'), join('web_gl', 'dartium'), |