OLD | NEW |
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 # We _don't_ inline this to allow the bots to use the mirror. | 6 # We _don't_ inline this to allow the bots to use the mirror. |
7 "sdk_tag": "@1.16.0", | 7 "sdk_tag": "@1.19.0-dev.6.0", |
8 "dart_root": "dart", | 8 "dart_root": "dart", |
9 } | 9 } |
10 | 10 |
11 deps = { | 11 deps = { |
12 "dart": | 12 "dart": |
13 "https://chromium.googlesource.com/external/github.com" + | 13 "https://chromium.googlesource.com/external/github.com" + |
14 "/dart-lang/sdk.git" + Var("sdk_tag"), | 14 "/dart-lang/sdk.git" + Var("sdk_tag"), |
15 } | 15 } |
16 | 16 |
17 hooks = [ | 17 hooks = [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 '--no_auth', | 83 '--no_auth', |
84 '--no_resume', | 84 '--no_resume', |
85 '--bucket', | 85 '--bucket', |
86 'dart-dependencies', | 86 'dart-dependencies', |
87 '-d', | 87 '-d', |
88 '-r', | 88 '-r', |
89 'dart/tools/testing/bin', | 89 'dart/tools/testing/bin', |
90 ], | 90 ], |
91 }, | 91 }, |
92 ] | 92 ] |
OLD | NEW |