Chromium Code Reviews| Index: utils/apidoc/apidoc.gyp |
| diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp |
| index 0400dea1fa3b42ccc2e947e858afe2976ae2e004..7710b91b2f4d30377b50aaa05f22f631fc275a2b 100644 |
| --- a/utils/apidoc/apidoc.gyp |
| +++ b/utils/apidoc/apidoc.gyp |
| @@ -43,6 +43,8 @@ |
| 'apidoc.dart', |
| '--out=<(PRODUCT_DIR)/api_docs', |
| '--mode=static', |
| + '--exclude-lib=webdriver', |
| + '--exclude-lib=dartdoc', |
| ], |
| 'message': 'Running apidoc: <(_action)', |
| }, |