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

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

Issue 196963003: pkg/docgen: dir that look like packages, only document the contents of lib (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '--package-root=<(PRODUCT_DIR)/packages', 78 '--package-root=<(PRODUCT_DIR)/packages',
79 '../../pkg/docgen/bin/docgen.dart', 79 '../../pkg/docgen/bin/docgen.dart',
80 '--out=<(PRODUCT_DIR)/api_docs/docgen', 80 '--out=<(PRODUCT_DIR)/api_docs/docgen',
81 '--json', 81 '--json',
82 '--include-sdk', 82 '--include-sdk',
83 '--no-include-dependent-packages', 83 '--no-include-dependent-packages',
84 '--package-root=<(PRODUCT_DIR)/packages', 84 '--package-root=<(PRODUCT_DIR)/packages',
85 '--exclude-lib=async_helper', 85 '--exclude-lib=async_helper',
86 '--exclude-lib=expect', 86 '--exclude-lib=expect',
87 '--exclude-lib=docgen', 87 '--exclude-lib=docgen',
88 '--exclude-lib=canonicalization.a',
kevmoo 2014/03/17 20:28:33 One less thing to manually manage
89 '--exclude-lib=canonicalization.b',
90 '--exclude-lib=canonicalization.c',
91 '--exclude-lib=canonicalization.d',
92 '../../pkg', 88 '../../pkg',
93 ], 89 ],
94 'message': 'Running docgen: <(_action)', 90 'message': 'Running docgen: <(_action)',
95 }, 91 },
96 ], 92 ],
97 } 93 }
98 ], 94 ],
99 } 95 }
OLDNEW
« pkg/docgen/test/generate_json_test.dart ('K') | « pkg/docgen/test/generate_json_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698