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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 '--exclude-lib=dartdoc', | 89 '--exclude-lib=dartdoc', |
90 '--exclude-lib=expect', | 90 '--exclude-lib=expect', |
91 '--exclude-lib=http', | 91 '--exclude-lib=http', |
92 '--exclude-lib=oauth2', | 92 '--exclude-lib=oauth2', |
93 '--exclude-lib=pathos', | 93 '--exclude-lib=pathos', |
94 '--exclude-lib=scheduled_test', | 94 '--exclude-lib=scheduled_test', |
95 '--exclude-lib=stack_trace', | 95 '--exclude-lib=stack_trace', |
96 '--exclude-lib=webdriver', | 96 '--exclude-lib=webdriver', |
97 '--exclude-lib=yaml', | 97 '--exclude-lib=yaml', |
98 '--include-lib=matcher', | 98 '--include-lib=matcher', |
99 '--include-lib=mock', | 99 '--extra-lib=pkg/unittest/lib/mock.dart', |
100 ], | 100 ], |
101 'message': 'Running apidoc: <(_action)', | 101 'message': 'Running apidoc: <(_action)', |
102 }, | 102 }, |
103 ], | 103 ], |
104 } | 104 } |
105 ], | 105 ], |
106 } | 106 } |
OLD | NEW |