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

Unified Diff: tools/create_sdk.py

Issue 696123005: Rename snapshot, other user-visible parts of docgen to dartdocgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make the old docgen files just call the new ones 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
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 2083f051f107d8552d9485bf7549aeb337d4bfb3..c8fd30cc5dcb7d1338031e7721e929552756b693 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', 'dartanalyzer_sdk', 'dartfmt', 'docgen',
- 'pub_sdk']:
+ 'dartdocgen', 'pub_sdk']:
CopyShellScript(os.path.join(home, 'sdk', 'bin', executable),
os.path.join(sdk_root, 'bin'))
« editor/build/build.py ('K') | « sdk/bin/docgen.bat ('k') | utils/apidoc/docgen.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698