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

Unified Diff: editor/build/build.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 | « no previous file | pkg/docgen/bin/docgen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/build/build.py
diff --git a/editor/build/build.py b/editor/build/build.py
index 690a4ebef8a8bb9edc9cb278b98310bad02a7352..01de340fa470e940c4216f566fc63eb3f0f1471d 100755
--- a/editor/build/build.py
+++ b/editor/build/build.py
@@ -1142,7 +1142,7 @@ def CreateApiDocs(buildLocation):
shutil.rmtree(apidir, ignore_errors = True)
CallBuildScript('release', 'ia32', 'api_docs')
- CallBuildScript('release', 'ia32', 'dartdocgen')
+ CallBuildScript('release', 'ia32', 'docgen')
UploadApiDocs(apidir)
« no previous file with comments | « no previous file | pkg/docgen/bin/docgen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698