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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", |
63 "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e", | 63 "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e", |
64 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", | 64 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", |
65 "petitparser_rev" : "@37878", | 65 "petitparser_rev" : "@37878", |
66 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 66 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
67 "plugin_tag": "@0.1.0", | 67 "plugin_tag": "@0.1.0", |
68 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 68 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", |
69 "pub_semver_tag": "@1.2.0", | 69 "pub_semver_tag": "@1.2.1", |
70 "scheduled_test_tag": "@0.11.8+1", | 70 "scheduled_test_tag": "@0.11.8+1", |
71 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 71 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
72 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 72 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
73 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", | 73 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", |
74 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", | 74 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
75 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 75 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
76 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", | 76 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
77 "stack_trace_tag": "@1.2.1", | 77 "stack_trace_tag": "@1.2.1", |
78 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 78 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
79 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 79 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 '--no_auth', | 304 '--no_auth', |
305 '--no_resume', | 305 '--no_resume', |
306 '--bucket', | 306 '--bucket', |
307 'dart-dependencies', | 307 'dart-dependencies', |
308 '-d', | 308 '-d', |
309 '-r', | 309 '-r', |
310 Var('dart_root') + '/tools/testing/bin', | 310 Var('dart_root') + '/tools/testing/bin', |
311 ], | 311 ], |
312 }, | 312 }, |
313 ] | 313 ] |
OLD | NEW |