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

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

Issue 12209073: Add a scheduled test library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make everything play nicely with the outside world. Created 7 years, 10 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '--pkg=<(PRODUCT_DIR)/packages/', 49 '--pkg=<(PRODUCT_DIR)/packages/',
50 '--mode=static', 50 '--mode=static',
51 '--exclude-lib=dartdoc', 51 '--exclude-lib=dartdoc',
52 '--exclude-lib=http', 52 '--exclude-lib=http',
53 '--exclude-lib=oauth2', 53 '--exclude-lib=oauth2',
54 '--exclude-lib=path', 54 '--exclude-lib=path',
55 '--exclude-lib=webdriver', 55 '--exclude-lib=webdriver',
56 '--exclude-lib=yaml', 56 '--exclude-lib=yaml',
57 '--include-lib=matcher', 57 '--include-lib=matcher',
58 '--include-lib=mock', 58 '--include-lib=mock',
59 '--include-lib=scheduled_test',
59 ], 60 ],
60 'message': 'Running apidoc: <(_action)', 61 'message': 'Running apidoc: <(_action)',
61 }, 62 },
62 ], 63 ],
63 } 64 }
64 ], 65 ],
65 } 66 }
OLDNEW
« pkg/pkg.status ('K') | « pkg/scheduled_test/test/scheduled_test_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698