| 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 # Use this googlecode_url variable only if there is an internal mirror for it. | 6 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 7 # If you do not know, use the full path while defining your new deps entry. | 7 # If you do not know, use the full path while defining your new deps entry. |
| 8 "googlecode_url": "http://%s.googlecode.com/svn", | 8 "googlecode_url": "http://%s.googlecode.com/svn", |
| 9 | 9 |
| 10 "gyp_rev": "@1752", | 10 "gyp_rev": "@1752", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "gson_rev" : "@36048", | 38 "gson_rev" : "@36048", |
| 39 "gsutil_rev" : "@33376", | 39 "gsutil_rev" : "@33376", |
| 40 "guava_rev" : "@19997", | 40 "guava_rev" : "@19997", |
| 41 "hamcrest_rev" : "@19997", | 41 "hamcrest_rev" : "@19997", |
| 42 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 42 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
| 43 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 43 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| 44 "json_rev" : "@19997", | 44 "json_rev" : "@19997", |
| 45 "junit_rev" : "@19997", | 45 "junit_rev" : "@19997", |
| 46 "mockito_rev" : "@19997", | 46 "mockito_rev" : "@19997", |
| 47 "net_nss_rev": "@bf6305a7aa19bdcf8f590ceb5e16384f9af63745", | 47 "net_nss_rev": "@bf6305a7aa19bdcf8f590ceb5e16384f9af63745", |
| 48 "nss_rev": "@7b5b6ec41cf9105bd6e1c9a5157982f821282a4c", | 48 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
| 49 "petitparser_rev" : "@37878", | 49 "petitparser_rev" : "@37878", |
| 50 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 50 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 51 "snakeyaml_rev" : "@19997", | 51 "snakeyaml_rev" : "@19997", |
| 52 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", | 52 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
| 53 "websocket_rev" : "@35854", | 53 "websocket_rev" : "@35854", |
| 54 "WebCore_rev" : "@40184", | 54 "WebCore_rev" : "@40184", |
| 55 "weberknecht_rev" : "@33599", | 55 "weberknecht_rev" : "@33599", |
| 56 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 56 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
| 57 "font_awesome_rev": "@31824", | 57 "font_awesome_rev": "@31824", |
| 58 "barback-0.13.0_rev": "@34853", | 58 "barback-0.13.0_rev": "@34853", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 "pattern": ".", | 187 "pattern": ".", |
| 188 "action": ["python", "dart/editor/build/generate_sources.py"], | 188 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 189 }, | 189 }, |
| 190 { | 190 { |
| 191 "pattern": ".", | 191 "pattern": ".", |
| 192 "action": ["python", "dart/tools/gyp_dart.py"], | 192 "action": ["python", "dart/tools/gyp_dart.py"], |
| 193 }, | 193 }, |
| 194 ] | 194 ] |
| OLD | NEW |