Chromium Code Reviews| Index: tools/create_sdk.py |
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py |
| index 5261e7170e9668b9b3ea0b068be8c9f922525740..91244f44c35a3cfed7fcf3f20d04c6d3ab47e5a1 100755 |
| --- a/tools/create_sdk.py |
| +++ b/tools/create_sdk.py |
| @@ -105,7 +105,7 @@ def CopyShellScript(src_file, dest_dir): |
| def CopyDartScripts(home, sdk_root): |
| - for executable in ['dart2js', 'dartanalyzer', 'dartdoc', 'pub']: |
| + for executable in ['dart2js', 'dartanalyzer', 'dartdoc', 'docgen', 'pub']: |
|
ricow1
2014/01/21 00:52:16
pull out dartdoc?
|
| CopyShellScript(os.path.join(home, 'sdk', 'bin', executable), |
| os.path.join(sdk_root, 'bin')) |