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

Unified Diff: editor/build/build.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
« 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 01de340fa470e940c4216f566fc63eb3f0f1471d..690a4ebef8a8bb9edc9cb278b98310bad02a7352 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', 'docgen')
+ CallBuildScript('release', 'ia32', 'dartdocgen')
Alan Knight 2014/11/05 21:12:03 Should this be left as docgen? Or should the name
ricow1 2014/11/06 07:12:10 Yees, this is the gyp name of the target
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