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

Unified Diff: utils/apidoc/apidoc

Issue 9555013: Get dartdoc in the SDK and working correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months 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: utils/apidoc/apidoc
diff --git a/utils/apidoc/apidoc b/utils/apidoc/apidoc
index ff7d8cf0c2d911d5c10644fa0513d4ce2713e234..9a3f0cf1cc638b283d54a32719531d1f2884bcd2 100755
--- a/utils/apidoc/apidoc
+++ b/utils/apidoc/apidoc
@@ -55,12 +55,6 @@ shift
# Figure out where the dart VM executable is.
# Generate the user's docs.
-if [ -a "../../out/Release_ia32/dart" ]; then
- ../../out/Release_ia32/dart ../apidoc/apidoc.dart
-elif [ -a "../../xcodebuild/Release_ia32/dart" ]; then
- ../../xcodebuild/Release_ia32/dart ../apidoc/apidoc.dart
-else
- echo "Could not find the Dart VM. Did you run 'tools/build.py -m release'?"
-fi
+dart ../apidoc/apidoc.dart $@
popd >>/dev/null
« tools/create_sdk.py ('K') | « tools/create_sdk.py ('k') | utils/dartdoc/dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698