| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'script_suffix%': '', | 7 'script_suffix%': '', |
| 8 }, | 8 }, |
| 9 'conditions' : [ | 9 'conditions' : [ |
| 10 ['OS=="win"', { | 10 ['OS=="win"', { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'python', | 75 'python', |
| 76 '../../tools/only_in_release_mode.py', | 76 '../../tools/only_in_release_mode.py', |
| 77 '<@(_outputs)', | 77 '<@(_outputs)', |
| 78 '--', | 78 '--', |
| 79 '<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)', | 79 '<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)', |
| 80 '--out=<(PRODUCT_DIR)/api_docs/docgen', | 80 '--out=<(PRODUCT_DIR)/api_docs/docgen', |
| 81 '--include-sdk', | 81 '--include-sdk', |
| 82 '--no-include-dependent-packages', | 82 '--no-include-dependent-packages', |
| 83 '--package-root=<(PRODUCT_DIR)/packages', | 83 '--package-root=<(PRODUCT_DIR)/packages', |
| 84 '--exclude-lib=async_helper', | 84 '--exclude-lib=async_helper', |
| 85 '--exclude-lib=compiler', |
| 86 '--exclude-lib=dart2js_incremental', |
| 87 '--exclude-lib=docgen', |
| 85 '--exclude-lib=expect', | 88 '--exclude-lib=expect', |
| 86 '--exclude-lib=docgen', | |
| 87 '--exclude-lib=compiler', | |
| 88 '--exclude-lib=try', | 89 '--exclude-lib=try', |
| 89 '../../pkg' | 90 '../../pkg' |
| 90 ], | 91 ], |
| 91 'message': 'Running docgen: <(_action)', | 92 'message': 'Running docgen: <(_action)', |
| 92 }, | 93 }, |
| 93 ], | 94 ], |
| 94 } | 95 } |
| 95 ], | 96 ], |
| 96 } | 97 } |
| OLD | NEW |