Chromium Code Reviews| Index: utils/apidoc/apidoc.gyp |
| diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp |
| index 2fe6f83c13879e32cca694a831e9216a38d7499c..e47334948fed6900a1d63e0070795cd62aa28bc8 100644 |
| --- a/utils/apidoc/apidoc.gyp |
| +++ b/utils/apidoc/apidoc.gyp |
| @@ -47,6 +47,13 @@ |
| 'message': 'Running apidoc: <(_action)', |
| }, |
| ], |
| + 'conditions': [ |
| + ['dart_want_separate_host_toolset==1', { |
| + 'toolsets': ['host'], |
| + }, { |
| + 'toolsets': ['target'], |
| + }] |
| + ], |
| } |
| ], |
| } |