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

Unified Diff: tools/create_sdk.py

Issue 1121293003: Provide a dart2js implementation of dart:debugger (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 5 years, 7 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
« sdk/lib/debugger/debugger.dart ('K') | « sdk/lib/debugger/debugger.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 1424c4d68192b4e37b5bf6b938c2fa4e831995ab..3a4f71fe2de6b251f3f321ed9d11c6e9fe7299d9 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -206,7 +206,7 @@ def Main():
join('_chrome', 'dart2js'), join('_chrome', 'dartium'),
join('_internal', 'compiler'),
'async', 'collection', 'convert', 'core',
- 'internal', 'io', 'isolate',
+ 'internal', 'io', 'isolate', 'debugger',
join('html', 'dart2js'), join('html', 'dartium'),
join('html', 'html_common'),
join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
« sdk/lib/debugger/debugger.dart ('K') | « sdk/lib/debugger/debugger.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698