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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'action': [ | 45 'action': [ |
46 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', | 46 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', |
47 'apidoc.dart', | 47 'apidoc.dart', |
48 '--out=<(PRODUCT_DIR)/api_docs', | 48 '--out=<(PRODUCT_DIR)/api_docs', |
49 '--version=<!@(["python", "../../tools/print_version.py"])', | 49 '--version=<!@(["python", "../../tools/print_version.py"])', |
50 '--pkg=<(PRODUCT_DIR)/packages/', | 50 '--pkg=<(PRODUCT_DIR)/packages/', |
51 '--mode=static', | 51 '--mode=static', |
52 '--exclude-lib=dartdoc', | 52 '--exclude-lib=dartdoc', |
53 '--exclude-lib=http', | 53 '--exclude-lib=http', |
54 '--exclude-lib=oauth2', | 54 '--exclude-lib=oauth2', |
55 '--exclude-lib=path', | 55 '--exclude-lib=pathos', |
56 '--exclude-lib=webdriver', | 56 '--exclude-lib=webdriver', |
57 '--exclude-lib=yaml', | 57 '--exclude-lib=yaml', |
58 '--include-lib=matcher', | 58 '--include-lib=matcher', |
59 '--include-lib=mock', | 59 '--include-lib=mock', |
60 '--include-lib=scheduled_test', | 60 '--include-lib=scheduled_test', |
61 ], | 61 ], |
62 'message': 'Running apidoc: <(_action)', | 62 'message': 'Running apidoc: <(_action)', |
63 }, | 63 }, |
64 ], | 64 ], |
65 } | 65 } |
66 ], | 66 ], |
67 } | 67 } |
OLD | NEW |