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

Unified Diff: editor/build/build.py

Issue 73113002: Generate docgen output along with api_docs as part of the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed where it's trying to upload to Created 7 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 | « dart.gyp ('k') | 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 5a0d35b5317a22250b8ac4f16f30ef97f3dacbaa..1a6fc555dfb86a70df29e4c035c420efcaccbdb6 100755
--- a/editor/build/build.py
+++ b/editor/build/build.py
@@ -1075,6 +1075,7 @@ def CreateApiDocs(buildLocation):
shutil.rmtree(apidir, ignore_errors = True)
CallBuildScript('release', 'ia32', 'api_docs')
+ CallBuildScript('release', 'ia32', 'docgen')
UploadApiDocs(apidir)
« no previous file with comments | « dart.gyp ('k') | pkg/docgen/bin/docgen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698