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

Unified Diff: utils/apidoc/docgen.gyp

Issue 156863006: Step 1 in removing the old dartdoc code from repo. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
« no previous file with comments | « utils/apidoc/apidoc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/docgen.gyp
===================================================================
--- utils/apidoc/docgen.gyp (revision 32349)
+++ utils/apidoc/docgen.gyp (working copy)
@@ -21,7 +21,6 @@
'../../utils/compiler/compiler.gyp:dart2js',
'../../runtime/dart-runtime.gyp:dart',
'../../pkg/pkg.gyp:pkg_packages',
- 'apidoc.gyp:api_docs',
],
'includes': [
'../../sdk/lib/core/corelib_sources.gypi',
@@ -66,9 +65,6 @@
'../../sdk/bin/docgen',
'../../sdk/bin/docgen.bat',
'../../tools/only_in_release_mode.py',
- # We sit inside the api_docs directory, so make sure it has run
- # before we do. Otherwise it might run later and delete us.
- '<(PRODUCT_DIR)/api_docs/index.html',
],
'outputs': [
'<(PRODUCT_DIR)/api_docs/docgen/index.json',
@@ -78,7 +74,9 @@
'../../tools/only_in_release_mode.py',
'<@(_outputs)',
'--',
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart-sdk/bin/docgen<(script_suffix)',
+ '../../sdk/bin/dart',
+ '--package-root=<(PRODUCT_DIR)/packages',
+ '../../pkg/docgen/bin/docgen.dart',
Emily Fortuna 2014/02/06 21:50:46 is there any reason why some places we define loca
Alan Knight 2014/02/06 22:21:57 I deliberately had it running from the snapshot as
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--json',
'--include-sdk',
« no previous file with comments | « utils/apidoc/apidoc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698