OLD | NEW |
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 vars = { | 5 vars = { |
6 # The dart_root is the root of our sdk checkout. This is normally | 6 # The dart_root is the root of our sdk checkout. This is normally |
7 # simply sdk, but if using special gclient specs it can be different. | 7 # simply sdk, but if using special gclient specs it can be different. |
8 "dart_root": "sdk", | 8 "dart_root": "sdk", |
9 | 9 |
10 # The svn location to pull out dependencies from | 10 # The svn location to pull out dependencies from |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "gsutil_rev" : "@33376", | 42 "gsutil_rev" : "@33376", |
43 "html_tag" : "@0.12.1+1", | 43 "html_tag" : "@0.12.1+1", |
44 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 44 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
45 "http_multi_server_tag" : "@1.3.2", | 45 "http_multi_server_tag" : "@1.3.2", |
46 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 46 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
47 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 47 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
48 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 48 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
49 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", | 49 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", |
50 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 50 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
51 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", | 51 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", |
52 "linter_tag": "@0.0.2+2", | 52 "linter_tag": "@0.0.2+3", |
53 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", | 53 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
54 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", | 54 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", |
55 "matcher_tag": "@0.12.0", | 55 "matcher_tag": "@0.12.0", |
56 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 56 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
57 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 57 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
58 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 58 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
59 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 59 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
60 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 60 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
61 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 61 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
62 "observatory_pub_packages_rev": "@45565", | 62 "observatory_pub_packages_rev": "@45565", |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 '--no_auth', | 300 '--no_auth', |
301 '--no_resume', | 301 '--no_resume', |
302 '--bucket', | 302 '--bucket', |
303 'dart-dependencies', | 303 'dart-dependencies', |
304 '-d', | 304 '-d', |
305 '-r', | 305 '-r', |
306 Var('dart_root') + '/tools/testing/bin', | 306 Var('dart_root') + '/tools/testing/bin', |
307 ], | 307 ], |
308 }, | 308 }, |
309 ] | 309 ] |
OLD | NEW |