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 27 matching lines...) Expand all Loading... |
38 '<(PRODUCT_DIR)/api_docs/index.html', | 38 '<(PRODUCT_DIR)/api_docs/index.html', |
39 '<(PRODUCT_DIR)/api_docs/client-static.js', | 39 '<(PRODUCT_DIR)/api_docs/client-static.js', |
40 ], | 40 ], |
41 'action': [ | 41 'action': [ |
42 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', | 42 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', |
43 'apidoc.dart', | 43 'apidoc.dart', |
44 '--out=<(PRODUCT_DIR)/api_docs', | 44 '--out=<(PRODUCT_DIR)/api_docs', |
45 '--mode=static', | 45 '--mode=static', |
46 '--exclude-lib=dartdoc', | 46 '--exclude-lib=dartdoc', |
47 '--exclude-lib=http', | 47 '--exclude-lib=http', |
| 48 '--exclude-lib=oauth2', |
48 '--exclude-lib=webdriver', | 49 '--exclude-lib=webdriver', |
49 '--include-lib=matcher', | 50 '--include-lib=matcher', |
50 '--include-lib=mock', | 51 '--include-lib=mock', |
51 ], | 52 ], |
52 'message': 'Running apidoc: <(_action)', | 53 'message': 'Running apidoc: <(_action)', |
53 }, | 54 }, |
54 ], | 55 ], |
55 } | 56 } |
56 ], | 57 ], |
57 } | 58 } |
OLD | NEW |