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

Unified Diff: utils/apidoc/docgen.gyp

Issue 170713004: Avoid documenting canonicalization 'example' library from polymer (Closed) Base URL: https://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 | « 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 d57e9c36ea6c7434aa17a3de802175a117d42e69..59aa15fd575104fea5892195d37082df3aa89ed1 100644
--- a/utils/apidoc/docgen.gyp
+++ b/utils/apidoc/docgen.gyp
@@ -80,10 +80,15 @@
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--json',
'--include-sdk',
+ '--no-include-dependent-packages',
'--package-root=<(PRODUCT_DIR)/packages',
'--exclude-lib=async_helper',
'--exclude-lib=expect',
'--exclude-lib=docgen',
+ '--exclude-lib=canonicalization.a',
+ '--exclude-lib=canonicalization.b',
+ '--exclude-lib=canonicalization.c',
+ '--exclude-lib=canonicalization.d',
'../../pkg',
],
'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