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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', | 80 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', |
81 '--package-root=<(PRODUCT_DIR)/packages/', | 81 '--package-root=<(PRODUCT_DIR)/packages/', |
82 'apidoc.dart', | 82 'apidoc.dart', |
83 '--out=<(PRODUCT_DIR)/api_docs', | 83 '--out=<(PRODUCT_DIR)/api_docs', |
84 '--version=<!@(["python", "../../tools/print_version.py"])', | 84 '--version=<!@(["python", "../../tools/print_version.py"])', |
85 '--package-root=<(PRODUCT_DIR)/packages', | 85 '--package-root=<(PRODUCT_DIR)/packages', |
86 '--mode=static', | 86 '--mode=static', |
87 '--exclude-lib=analyzer_experimental', | 87 '--exclude-lib=analyzer_experimental', |
88 '--exclude-lib=browser', | 88 '--exclude-lib=browser', |
89 '--exclude-lib=dartdoc', | 89 '--exclude-lib=dartdoc', |
| 90 '--exclude-lib=docgen', |
90 '--exclude-lib=expect', | 91 '--exclude-lib=expect', |
91 '--exclude-lib=http', | 92 '--exclude-lib=http', |
92 '--exclude-lib=http_server', | 93 '--exclude-lib=http_server', |
93 '--exclude-lib=oauth2', | 94 '--exclude-lib=oauth2', |
94 '--exclude-lib=pathos', | 95 '--exclude-lib=pathos', |
95 '--exclude-lib=scheduled_test', | 96 '--exclude-lib=scheduled_test', |
96 '--exclude-lib=stack_trace', | 97 '--exclude-lib=stack_trace', |
97 '--exclude-lib=webdriver', | 98 '--exclude-lib=webdriver', |
98 '--exclude-lib=yaml', | 99 '--exclude-lib=yaml', |
99 '--include-lib=matcher', | 100 '--include-lib=matcher', |
100 '--extra-lib=pkg/unittest/lib/mock.dart', | 101 '--extra-lib=pkg/unittest/lib/mock.dart', |
101 ], | 102 ], |
102 'message': 'Running apidoc: <(_action)', | 103 'message': 'Running apidoc: <(_action)', |
103 }, | 104 }, |
104 ], | 105 ], |
105 } | 106 } |
106 ], | 107 ], |
107 } | 108 } |
OLD | NEW |