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

Unified Diff: tools/create_sdk.py

Issue 703203002: "Reverting 41571" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sdk/bin/docgen.bat ('k') | utils/apidoc/docgen.gyp » ('j') | 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 81be9defb4d64efdd036be4d8daa5930cde2c34d..c39dd336dd6147b1177586fcc5dcab73d146f23b 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -113,7 +113,7 @@ def CopyShellScript(src_file, dest_dir):
def CopyDartScripts(home, sdk_root):
for executable in ['dart2js_sdk', 'dartanalyzer_sdk', 'dartfmt', 'docgen',
- 'dartdocgen', 'pub_sdk']:
+ 'pub_sdk']:
CopyShellScript(os.path.join(home, 'sdk', 'bin', executable),
os.path.join(sdk_root, 'bin'))
« no previous file with comments | « sdk/bin/docgen.bat ('k') | utils/apidoc/docgen.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698