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

Unified Diff: utils/apidoc/docgen.gyp

Issue 385163006: Stop generating package docs from docgen Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/docgen.gyp
diff --git a/utils/apidoc/docgen.gyp b/utils/apidoc/docgen.gyp
index ee33b1517b73ba7a8af77647cb35735e56075839..38ccd7fc935c403e428d562b842f82aac165af9f 100644
--- a/utils/apidoc/docgen.gyp
+++ b/utils/apidoc/docgen.gyp
@@ -78,16 +78,9 @@
'--',
'<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)',
'--out=<(PRODUCT_DIR)/api_docs/docgen',
- '--include-sdk',
- '--no-include-dependent-packages',
- '--package-root=<(PRODUCT_DIR)/packages',
- '--exclude-lib=async_helper',
- '--exclude-lib=compiler',
- '--exclude-lib=dart2js_incremental',
- '--exclude-lib=docgen',
- '--exclude-lib=expect',
- '--exclude-lib=try',
- '../../pkg'
+ '--parse-sdk',
+ '--exclude-lib=metadata',
+ '.'
],
'message': 'Running docgen: <(_action)',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698