Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1160)

Side by Side Diff: utils/apidoc/apidoc.gyp

Issue 13818019: Exclude the expect library from apidoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', 81 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
82 '--package-root=<(PRODUCT_DIR)/packages/', 82 '--package-root=<(PRODUCT_DIR)/packages/',
83 'apidoc.dart', 83 'apidoc.dart',
84 '--out=<(PRODUCT_DIR)/api_docs', 84 '--out=<(PRODUCT_DIR)/api_docs',
85 '--version=<!@(["python", "../../tools/print_version.py"])', 85 '--version=<!@(["python", "../../tools/print_version.py"])',
86 '--package-root=<(PRODUCT_DIR)/packages', 86 '--package-root=<(PRODUCT_DIR)/packages',
87 '--mode=static', 87 '--mode=static',
88 '--exclude-lib=analyzer_experimental', 88 '--exclude-lib=analyzer_experimental',
89 '--exclude-lib=browser', 89 '--exclude-lib=browser',
90 '--exclude-lib=dartdoc', 90 '--exclude-lib=dartdoc',
91 '--exclude-lib=expect',
91 '--exclude-lib=http', 92 '--exclude-lib=http',
92 '--exclude-lib=oauth2', 93 '--exclude-lib=oauth2',
93 '--exclude-lib=pathos', 94 '--exclude-lib=pathos',
94 '--exclude-lib=scheduled_test', 95 '--exclude-lib=scheduled_test',
95 '--exclude-lib=stack_trace', 96 '--exclude-lib=stack_trace',
96 '--exclude-lib=webdriver', 97 '--exclude-lib=webdriver',
97 '--exclude-lib=yaml', 98 '--exclude-lib=yaml',
98 '--include-lib=matcher', 99 '--include-lib=matcher',
99 '--include-lib=mock', 100 '--include-lib=mock',
100 ], 101 ],
101 'message': 'Running apidoc: <(_action)', 102 'message': 'Running apidoc: <(_action)',
102 }, 103 },
103 ], 104 ],
104 } 105 }
105 ], 106 ],
106 } 107 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698