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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
97 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", | 97 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
98 "stack_trace_tag": "@1.2.1", | 98 "stack_trace_tag": "@1.2.1", |
99 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 99 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
100 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 100 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
101 "test_tag": "@0.12.1", | 101 "test_tag": "@0.12.1", |
102 "test_reflective_loader_tag": "@0.0.3", | 102 "test_reflective_loader_tag": "@0.0.3", |
103 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", | 103 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", |
104 "unittest_tag": "@0.11.6", | 104 "unittest_tag": "@0.11.6", |
105 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", | 105 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", |
106 "watcher_tag": "@0.9.5", | 106 "watcher_tag": "@0.9.6", |
107 "when_tag": "@0.2.0+2", | 107 "when_tag": "@0.2.0+2", |
108 "which_tag": "@0.1.3+1", | 108 "which_tag": "@0.1.3+1", |
109 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", | 109 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", |
110 "WebCore_rev" : "@44061", | 110 "WebCore_rev" : "@44061", |
111 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", | 111 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", |
112 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 112 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
113 "font_awesome_rev": "@31824", | 113 "font_awesome_rev": "@31824", |
114 "barback-0.13.0_rev": "@34853", | 114 "barback-0.13.0_rev": "@34853", |
115 "barback-0.14.0_rev": "@36398", | 115 "barback-0.14.0_rev": "@36398", |
116 "barback-0.14.1_rev": "@38525", | 116 "barback-0.14.1_rev": "@38525", |
(...skipping 250 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 |