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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", | 97 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
98 "root_certificates_rev": "@0068d8911140e591ebb750af296e81940a9906f5", | 98 "root_certificates_rev": "@0068d8911140e591ebb750af296e81940a9906f5", |
99 "scheduled_test_tag": "@0.12.9", | 99 "scheduled_test_tag": "@0.12.9", |
100 "shelf_static_tag": "@0.2.4", | 100 "shelf_static_tag": "@0.2.4", |
101 "shelf_packages_handler_tag": "@1.0.0", | 101 "shelf_packages_handler_tag": "@1.0.0", |
102 "shelf_tag": "@0.6.7+2", | 102 "shelf_tag": "@0.6.7+2", |
103 "shelf_web_socket_tag": "@0.2.1", | 103 "shelf_web_socket_tag": "@0.2.1", |
104 "smoke_tag" : "@v0.3.6+2", | 104 "smoke_tag" : "@v0.3.6+2", |
105 "source_map_stack_trace_tag": "@1.1.4", | 105 "source_map_stack_trace_tag": "@1.1.4", |
106 "source_maps-0.9.4_rev": "@38524", | 106 "source_maps-0.9.4_rev": "@38524", |
107 "source_maps_tag": "@0.10.2", | 107 "source_maps_tag": "@0.10.3", |
108 "source_span_tag": "@1.3.1", | 108 "source_span_tag": "@1.3.1", |
109 "stack_trace_tag": "@1.7.1", | 109 "stack_trace_tag": "@1.7.2", |
110 "stream_channel_tag": "@1.6.1", | 110 "stream_channel_tag": "@1.6.1", |
111 "string_scanner_tag": "@1.0.1", | 111 "string_scanner_tag": "@1.0.1", |
112 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 112 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
113 "test_reflective_loader_tag": "@0.1.0", | 113 "test_reflective_loader_tag": "@0.1.0", |
114 "test_tag": "@0.12.18+1", | 114 "test_tag": "@0.12.18+1", |
115 "typed_data_tag": "@1.1.3", | 115 "typed_data_tag": "@1.1.3", |
116 "usage_tag": "@v3.0.0+1", | 116 "usage_tag": "@v3.0.0+1", |
117 "utf_tag": "@0.9.0+3", | 117 "utf_tag": "@0.9.0+3", |
118 "watcher_tag": "@0.9.7+3", | 118 "watcher_tag": "@0.9.7+3", |
119 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", | 119 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 # Update the Windows toolchain if necessary. | 595 # Update the Windows toolchain if necessary. |
596 'name': 'win_toolchain', | 596 'name': 'win_toolchain', |
597 'pattern': '.', | 597 'pattern': '.', |
598 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 598 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
599 }, | 599 }, |
600 { | 600 { |
601 "pattern": ".", | 601 "pattern": ".", |
602 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 602 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
603 }, | 603 }, |
604 ] | 604 ] |
OLD | NEW |