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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", | 102 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", |
103 "scheduled_test_tag": "@0.12.11", | 103 "scheduled_test_tag": "@0.12.11", |
104 "shelf_static_tag": "@0.2.4", | 104 "shelf_static_tag": "@0.2.4", |
105 "shelf_packages_handler_tag": "@1.0.0", | 105 "shelf_packages_handler_tag": "@1.0.0", |
106 "shelf_tag": "@0.6.7+2", | 106 "shelf_tag": "@0.6.7+2", |
107 "shelf_web_socket_tag": "@0.2.1", | 107 "shelf_web_socket_tag": "@0.2.1", |
108 "smoke_tag" : "@v0.3.6+2", | 108 "smoke_tag" : "@v0.3.6+2", |
109 "source_map_stack_trace_tag": "@1.1.4", | 109 "source_map_stack_trace_tag": "@1.1.4", |
110 "source_maps-0.9.4_rev": "@38524", | 110 "source_maps-0.9.4_rev": "@38524", |
111 "source_maps_tag": "@0.10.4", | 111 "source_maps_tag": "@0.10.4", |
112 "source_span_tag": "@1.3.1", | 112 "source_span_tag": "@1.4.0", |
113 "stack_trace_tag": "@1.7.2", | 113 "stack_trace_tag": "@1.7.2", |
114 "stream_channel_tag": "@1.6.1", | 114 "stream_channel_tag": "@1.6.1", |
115 "string_scanner_tag": "@1.0.1", | 115 "string_scanner_tag": "@1.0.1", |
116 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 116 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
117 "test_reflective_loader_tag": "@0.1.0", | 117 "test_reflective_loader_tag": "@0.1.0", |
118 "test_tag": "@0.12.18+1", | 118 "test_tag": "@0.12.18+1", |
119 "typed_data_tag": "@1.1.3", | 119 "typed_data_tag": "@1.1.3", |
120 "usage_tag": "@v3.0.0+1", | 120 "usage_tag": "@v3.0.0+1", |
121 "utf_tag": "@0.9.0+3", | 121 "utf_tag": "@0.9.0+3", |
122 "watcher_tag": "@0.9.7+3", | 122 "watcher_tag": "@0.9.7+3", |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 # Update the Windows toolchain if necessary. | 492 # Update the Windows toolchain if necessary. |
493 'name': 'win_toolchain', | 493 'name': 'win_toolchain', |
494 'pattern': '.', | 494 'pattern': '.', |
495 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 495 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
496 }, | 496 }, |
497 { | 497 { |
498 "pattern": ".", | 498 "pattern": ".", |
499 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 499 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
500 }, | 500 }, |
501 ] | 501 ] |
OLD | NEW |