| 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)',
|
| },
|
|
|