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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 11377065: Re-included matchers documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mock. Created 8 years, 1 month 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.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index 931a11a0c4b992c4ab58044b865537cf9a3bfd8a..abd29619b192cb3a6effb9bb3ba6fa91ec58a187 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -43,9 +43,11 @@
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
'--mode=static',
- '--exclude-lib=webdriver',
- '--exclude-lib=http',
'--exclude-lib=dartdoc',
+ '--exclude-lib=http',
+ '--exclude-lib=webdriver',
+ '--include-lib=matcher',
+ '--include-lib=mock',
],
'message': 'Running apidoc: <(_action)',
},
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698