Chromium Code Reviews| Index: utils/apidoc/docgen.gyp |
| diff --git a/utils/apidoc/docgen.gyp b/utils/apidoc/docgen.gyp |
| index 49af512d519ad89c199717d6af0ba2ab4b31bb0c..a6a9142650c4245c029e1f6d616e3883b3e0fb93 100644 |
| --- a/utils/apidoc/docgen.gyp |
| +++ b/utils/apidoc/docgen.gyp |
| @@ -78,14 +78,13 @@ |
| '--package-root=<(PRODUCT_DIR)/packages', |
| '../../pkg/docgen/bin/docgen.dart', |
| '--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', |
| - '../../pkg', |
| + '../../pkg' |
|
ricow1
2014/04/23 07:16:07
it is pretty standard to have trailing commas in l
|
| ], |
| 'message': 'Running docgen: <(_action)', |
| }, |