| 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": "/trunk", | 9 "dart_branch": "/branches/1.9", |
| 10 | 10 |
| 11 "gyp_rev": "@1752", | 11 "gyp_rev": "@1752", |
| 12 "co19_rev": "@801", | 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 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 18 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
| 19 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 19 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", | 159 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", |
| 160 }, | 160 }, |
| 161 } | 161 } |
| 162 | 162 |
| 163 hooks = [ | 163 hooks = [ |
| 164 { | 164 { |
| 165 "pattern": ".", | 165 "pattern": ".", |
| 166 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], | 166 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], |
| 167 }, | 167 }, |
| 168 ] | 168 ] |
| OLD | NEW |