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

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

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 '--mode=static', 86 '--mode=static',
87 '--exclude-lib=analyzer_experimental', 87 '--exclude-lib=analyzer_experimental',
88 '--exclude-lib=barback', 88 '--exclude-lib=barback',
89 '--exclude-lib=browser', 89 '--exclude-lib=browser',
90 '--exclude-lib=dartdoc', 90 '--exclude-lib=dartdoc',
91 '--exclude-lib=docgen', 91 '--exclude-lib=docgen',
92 '--exclude-lib=expect', 92 '--exclude-lib=expect',
93 '--exclude-lib=http', 93 '--exclude-lib=http',
94 '--exclude-lib=http_server', 94 '--exclude-lib=http_server',
95 '--exclude-lib=oauth2', 95 '--exclude-lib=oauth2',
96 '--exclude-lib=pathos', 96 '--exclude-lib=path',
97 '--exclude-lib=scheduled_test', 97 '--exclude-lib=scheduled_test',
98 '--exclude-lib=stack_trace', 98 '--exclude-lib=stack_trace',
99 '--exclude-lib=webdriver', 99 '--exclude-lib=webdriver',
100 '--exclude-lib=yaml', 100 '--exclude-lib=yaml',
101 '--include-lib=matcher', 101 '--include-lib=matcher',
102 '--extra-lib=pkg/unittest/lib/mock.dart', 102 '--extra-lib=pkg/unittest/lib/mock.dart',
103 ], 103 ],
104 'message': 'Running apidoc: <(_action)', 104 'message': 'Running apidoc: <(_action)',
105 }, 105 },
106 ], 106 ],
107 } 107 }
108 ], 108 ],
109 } 109 }
OLDNEW
« sdk/lib/_internal/dartdoc/lib/universe_serializer.dart ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698