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

Unified Diff: utils/apidoc/apidoc

Issue 9705037: Add new core ("dart:") libraries to frog so that apidoc can find them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « utils/apidoc/.gitignore ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc
diff --git a/utils/apidoc/apidoc b/utils/apidoc/apidoc
index 14f640f73869aa693ad916dbbb9d69895ac14bd1..62f8c3c7c6cd2f5cc8390e82748d92381a17b173 100755
--- a/utils/apidoc/apidoc
+++ b/utils/apidoc/apidoc
@@ -39,12 +39,6 @@ if [ -d "docs" ]; then
fi
mkdir docs
-# Bundle up the IO libraries so dartdoc can find them.
-# TODO(rnystrom): Having to do this is gross. Ideally apidoc should walk the
-# sources under runtime/bin/ directly instead of relying on this.
-grep "'*.dart'" ../../runtime/bin/io_sources.gypi | sed s/\',//g | \
- sed s,\',../../runtime/bin/,g | xargs cat > io_libs.dart
-
# Copy the static files over.
cp ../../lib/dartdoc/static/* docs
# Overlay any apidoc-specific ones.
« no previous file with comments | « utils/apidoc/.gitignore ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698