Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Unified Diff: tools/create_sdk.py

Issue 15782009: RFC: introduce dart:js (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove Element handling + fix js_dartium for passing tests Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tests/html/js_tests.dart ('K') | « tests/html/js_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 6c10830bddd550d4075f22e635d7b7cdb3a38ba0..bbf17b9a66479843edc94d264be5f1124a92cdde 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -34,6 +34,7 @@
# ......html/
# ......io/
# ......isolate/
+# ......js/
# ......json/
# ......math/
# ......mdv_observe_impl/
@@ -197,8 +198,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'),
« tests/html/js_tests.dart ('K') | « tests/html/js_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698