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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 76 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
77 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 77 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
78 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 78 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
79 "observatory_pub_packages_rev": "@45565", | 79 "observatory_pub_packages_rev": "@45565", |
80 "package_config_tag": "@0.1.1", | 80 "package_config_tag": "@0.1.1", |
81 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", | 81 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", |
82 "petitparser_rev" : "@37878", | 82 "petitparser_rev" : "@37878", |
83 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 83 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
84 "plugin_tag": "@0.1.0", | 84 "plugin_tag": "@0.1.0", |
85 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 85 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", |
86 "pub_rev": "@0c02113cc761ec5f142a8c41ff277505fafa5e10", | 86 "pub_rev": "@8884f572979f35a7918549caa5f258b89715aff1", |
87 "pub_cache_tag": "@v0.0.1+2", | 87 "pub_cache_tag": "@v0.0.1+2", |
88 "pub_semver_tag": "@1.2.1", | 88 "pub_semver_tag": "@1.2.1", |
89 "quiver_tag": "@0.21.4", | 89 "quiver_tag": "@0.21.4", |
90 "scheduled_test_tag": "@0.11.8+1", | 90 "scheduled_test_tag": "@0.11.8+1", |
91 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 91 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
92 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 92 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
93 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", | 93 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", |
94 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", | 94 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
95 "shelf_static_rev": "@v0.2.1", | 95 "shelf_static_rev": "@v0.2.1", |
96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 '--no_resume', | 367 '--no_resume', |
368 '--bucket', | 368 '--bucket', |
369 'dart-dependencies', | 369 'dart-dependencies', |
370 '-d', | 370 '-d', |
371 '-r', | 371 '-r', |
372 Var('dart_root') + '/third_party/d8', | 372 Var('dart_root') + '/third_party/d8', |
373 ], | 373 ], |
374 }, | 374 }, |
375 | 375 |
376 ] | 376 ] |
OLD | NEW |