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

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

Issue 13102003: Add a library for manipulating stack traces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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 | « pkg/stack_trace/test/trace_test.dart ('k') | 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '--out=<(PRODUCT_DIR)/api_docs', 51 '--out=<(PRODUCT_DIR)/api_docs',
52 '--version=<!@(["python", "../../tools/print_version.py"])', 52 '--version=<!@(["python", "../../tools/print_version.py"])',
53 '--pkg=<(PRODUCT_DIR)/packages', 53 '--pkg=<(PRODUCT_DIR)/packages',
54 '--mode=static', 54 '--mode=static',
55 '--exclude-lib=analyzer_experimental', 55 '--exclude-lib=analyzer_experimental',
56 '--exclude-lib=browser', 56 '--exclude-lib=browser',
57 '--exclude-lib=dartdoc', 57 '--exclude-lib=dartdoc',
58 '--exclude-lib=http', 58 '--exclude-lib=http',
59 '--exclude-lib=oauth2', 59 '--exclude-lib=oauth2',
60 '--exclude-lib=pathos', 60 '--exclude-lib=pathos',
61 '--exclude-lib=scheduled_test',
62 '--exclude-lib=stack_trace',
61 '--exclude-lib=webdriver', 63 '--exclude-lib=webdriver',
62 '--exclude-lib=yaml', 64 '--exclude-lib=yaml',
63 '--include-lib=matcher', 65 '--include-lib=matcher',
64 '--include-lib=mock', 66 '--include-lib=mock',
65 '--include-lib=scheduled_test',
66 ], 67 ],
67 'message': 'Running apidoc: <(_action)', 68 'message': 'Running apidoc: <(_action)',
68 }, 69 },
69 ], 70 ],
70 } 71 }
71 ], 72 ],
72 } 73 }
OLDNEW
« no previous file with comments | « pkg/stack_trace/test/trace_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698