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

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

Issue 89433002: Create a first-cut for a README for http package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove all mentions of installing or pub Created 7 years 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/http/pubspec.yaml ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '--version=<!@(["python", "../../tools/print_version.py"])', 84 '--version=<!@(["python", "../../tools/print_version.py"])',
85 '--package-root=<(PRODUCT_DIR)/packages', 85 '--package-root=<(PRODUCT_DIR)/packages',
86 '--mode=static', 86 '--mode=static',
87 '--exclude-lib=analyzer', 87 '--exclude-lib=analyzer',
88 '--exclude-lib=async_helper', 88 '--exclude-lib=async_helper',
89 '--exclude-lib=barback', 89 '--exclude-lib=barback',
90 '--exclude-lib=browser', 90 '--exclude-lib=browser',
91 '--exclude-lib=dartdoc', 91 '--exclude-lib=dartdoc',
92 '--exclude-lib=docgen', 92 '--exclude-lib=docgen',
93 '--exclude-lib=expect', 93 '--exclude-lib=expect',
94 '--exclude-lib=http',
95 '--exclude-lib=oauth2', 94 '--exclude-lib=oauth2',
96 '--exclude-lib=scheduled_test', 95 '--exclude-lib=scheduled_test',
97 '--exclude-lib=stack_trace', 96 '--exclude-lib=stack_trace',
98 '--exclude-lib=watcher', 97 '--exclude-lib=watcher',
99 '--exclude-lib=webdriver', 98 '--exclude-lib=webdriver',
100 '--exclude-lib=yaml', 99 '--exclude-lib=yaml',
101 '--include-lib=matcher', 100 '--include-lib=matcher',
102 '--extra-lib=pkg/unittest/lib/mock.dart', 101 '--extra-lib=pkg/unittest/lib/mock.dart',
103 ], 102 ],
104 'message': 'Running apidoc: <(_action)', 103 'message': 'Running apidoc: <(_action)',
105 }, 104 },
106 ], 105 ],
107 } 106 }
108 ], 107 ],
109 } 108 }
OLDNEW
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698