| 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 # We use mirrors of all github repos to guarantee reproducibility and | 10 # We use mirrors of all github repos to guarantee reproducibility and |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 60 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| 61 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", | 61 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
| 62 "oauth2_tag": "@1.0.0", | 62 "oauth2_tag": "@1.0.0", |
| 63 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 63 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
| 64 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", | 64 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", |
| 65 "package_config_rev": "@0.1.3", | 65 "package_config_rev": "@0.1.3", |
| 66 "path_tag": "@1.3.6", | 66 "path_tag": "@1.3.6", |
| 67 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 67 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 68 "plugin_tag": "@0.1.0", | 68 "plugin_tag": "@0.1.0", |
| 69 "pool_tag": "@1.2.1", | 69 "pool_tag": "@1.2.1", |
| 70 "pub_rev": "@a1dd3484795b2bc221aaa8d007f3162251b3c08e", | 70 "pub_rev": "@57a17f2567d1ff3325960d0960f939fa243b5fd7", |
| 71 "pub_cache_tag": "@v0.1.0", | 71 "pub_cache_tag": "@v0.1.0", |
| 72 "pub_semver_tag": "@1.2.1", | 72 "pub_semver_tag": "@1.2.1", |
| 73 "quiver_tag": "@0.21.4", | 73 "quiver_tag": "@0.21.4", |
| 74 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", | 74 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", |
| 75 "scheduled_test_tag": "@0.12.4+2", | 75 "scheduled_test_tag": "@0.12.4+2", |
| 76 "shelf_tag": "@0.6.4+3", | 76 "shelf_tag": "@0.6.4+3", |
| 77 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 77 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
| 78 "source_maps_tag": "@0.10.1", | 78 "source_maps_tag": "@0.10.1", |
| 79 "shelf_static_tag": "@0.2.3+1", | 79 "shelf_static_tag": "@0.2.3+1", |
| 80 "shelf_web_socket_tag": "@0.0.1+4", | 80 "shelf_web_socket_tag": "@0.0.1+4", |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "--no_resume", | 421 "--no_resume", |
| 422 "--bucket", | 422 "--bucket", |
| 423 "dart-dependencies", | 423 "dart-dependencies", |
| 424 "--platform=linux*", | 424 "--platform=linux*", |
| 425 "--extract", | 425 "--extract", |
| 426 "-s", | 426 "-s", |
| 427 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 427 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
| 428 ], | 428 ], |
| 429 }, | 429 }, |
| 430 ] | 430 ] |
| OLD | NEW |