| 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 "dart_branch": "/branches/bleeding_edge", | 9 "dart_branch": "/branches/bleeding_edge", |
| 10 | 10 |
| 11 "gyp_rev": "@1752", | 11 "gyp_rev": "@1752", |
| 12 "co19_rev": "@786", | 12 "co19_rev": "@801", |
| 13 "chromium_git": "https://chromium.googlesource.com", | 13 "chromium_git": "https://chromium.googlesource.com", |
| 14 | 14 |
| 15 # Revisions of /third_party/* dependencies. | 15 # Revisions of /third_party/* dependencies. |
| 16 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27", | 16 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27", |
| 17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
| 18 "fake_async_rev": "@38614", | 18 "fake_async_rev": "@38614", |
| 19 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 19 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 20 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 20 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 21 "http_multi_server_rev" : "@84f368d86fd9619def668e49824fe3e71a1e010f", | 21 "http_multi_server_rev" : "@84f368d86fd9619def668e49824fe3e71a1e010f", |
| 22 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 22 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", | 147 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", |
| 148 }, | 148 }, |
| 149 } | 149 } |
| 150 | 150 |
| 151 hooks = [ | 151 hooks = [ |
| 152 { | 152 { |
| 153 "pattern": ".", | 153 "pattern": ".", |
| 154 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], | 154 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], |
| 155 }, | 155 }, |
| 156 ] | 156 ] |
| OLD | NEW |