| 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 # IMPORTANT: |    5 # IMPORTANT: | 
|    6 # Before adding or updating dependencies, please review the documentation here: |    6 # Before adding or updating dependencies, please review the documentation here: | 
|    7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies |    7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies | 
|    8  |    8  | 
|    9 vars = { |    9 vars = { | 
|   10   # The dart_root is the root of our sdk checkout. This is normally |   10   # The dart_root is the root of our sdk checkout. This is normally | 
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  115   "source_maps_tag": "@0.10.4", |  115   "source_maps_tag": "@0.10.4", | 
|  116   "source_span_tag": "@1.4.0", |  116   "source_span_tag": "@1.4.0", | 
|  117   "stack_trace_tag": "@1.7.2", |  117   "stack_trace_tag": "@1.7.2", | 
|  118   "stream_channel_tag": "@1.6.1", |  118   "stream_channel_tag": "@1.6.1", | 
|  119   "string_scanner_tag": "@1.0.1", |  119   "string_scanner_tag": "@1.0.1", | 
|  120   "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |  120   "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 
|  121   "test_reflective_loader_tag": "@0.1.0", |  121   "test_reflective_loader_tag": "@0.1.0", | 
|  122   "test_tag": "@0.12.18+1", |  122   "test_tag": "@0.12.18+1", | 
|  123   "tuple_tag": "@v1.0.1", |  123   "tuple_tag": "@v1.0.1", | 
|  124   "typed_data_tag": "@1.1.3", |  124   "typed_data_tag": "@1.1.3", | 
|  125   "usage_tag": "@3.2.0+1", |  125   "usage_tag": "@3.3.0", | 
|  126   "utf_tag": "@0.9.0+3", |  126   "utf_tag": "@0.9.0+3", | 
|  127   "watcher_tag": "@0.9.7+3", |  127   "watcher_tag": "@0.9.7+3", | 
|  128   "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", |  128   "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", | 
|  129   "web_socket_channel_tag": "@1.0.4", |  129   "web_socket_channel_tag": "@1.0.4", | 
|  130   "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", |  130   "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", | 
|  131   "yaml_tag": "@2.1.12", |  131   "yaml_tag": "@2.1.12", | 
|  132   "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |  132   "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 
|  133 } |  133 } | 
|  134  |  134  | 
|  135 deps = { |  135 deps = { | 
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  490     # Update the Windows toolchain if necessary. |  490     # Update the Windows toolchain if necessary. | 
|  491     'name': 'win_toolchain', |  491     'name': 'win_toolchain', | 
|  492     'pattern': '.', |  492     'pattern': '.', | 
|  493     'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |  493     'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 
|  494   }, |  494   }, | 
|  495   { |  495   { | 
|  496     "pattern": ".", |  496     "pattern": ".", | 
|  497     "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |  497     "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 
|  498   }, |  498   }, | 
|  499 ] |  499 ] | 
| OLD | NEW |