| 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 13 matching lines...) Expand all Loading... |
| 24 "chrome_rev" : "@19997", | 24 "chrome_rev" : "@19997", |
| 25 "clang_rev" : "@28450", | 25 "clang_rev" : "@28450", |
| 26 "commons-io_rev" : "@19997", | 26 "commons-io_rev" : "@19997", |
| 27 "commons-lang_rev" : "@33092", | 27 "commons-lang_rev" : "@33092", |
| 28 "async_await_rev" : "@b151ae5aeb8b825c528f46181d80430b2ee33a63", | 28 "async_await_rev" : "@b151ae5aeb8b825c528f46181d80430b2ee33a63", |
| 29 "d8_rev" : "@39739", | 29 "d8_rev" : "@39739", |
| 30 "eclipse_rev" : "@38742", | 30 "eclipse_rev" : "@38742", |
| 31 "fake_async_rev" : "@38614", | 31 "fake_async_rev" : "@38614", |
| 32 "fest_rev" : "@19997", | 32 "fest_rev" : "@19997", |
| 33 "firefox_jsshell_rev" : "@35614", | 33 "firefox_jsshell_rev" : "@35614", |
| 34 "glob_rev": "@81ca8e6f275ae01fc6cc571c3877336ca96fb3c1", |
| 34 "gson_rev" : "@36048", | 35 "gson_rev" : "@36048", |
| 35 "gsutil_rev" : "@33376", | 36 "gsutil_rev" : "@33376", |
| 36 "guava_rev" : "@19997", | 37 "guava_rev" : "@19997", |
| 37 "hamcrest_rev" : "@19997", | 38 "hamcrest_rev" : "@19997", |
| 38 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 39 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
| 39 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 40 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| 40 "json_rev" : "@19997", | 41 "json_rev" : "@19997", |
| 41 "junit_rev" : "@19997", | 42 "junit_rev" : "@19997", |
| 42 "mockito_rev" : "@19997", | 43 "mockito_rev" : "@19997", |
| 43 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 44 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), | 132 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), |
| 132 "dart/third_party/weberknecht": | 133 "dart/third_party/weberknecht": |
| 133 "/third_party/weberknecht" + Var("weberknecht_rev"), | 134 "/third_party/weberknecht" + Var("weberknecht_rev"), |
| 134 | 135 |
| 135 "dart/third_party/font-awesome": | 136 "dart/third_party/font-awesome": |
| 136 "/third_party/font-awesome" + Var("font_awesome_rev"), | 137 "/third_party/font-awesome" + Var("font_awesome_rev"), |
| 137 "dart/third_party/pkg/async_await": | 138 "dart/third_party/pkg/async_await": |
| 138 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), | 139 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), |
| 139 "dart/third_party/pkg/fake_async": | 140 "dart/third_party/pkg/fake_async": |
| 140 "/third_party/fake_async" + Var("fake_async_rev"), | 141 "/third_party/fake_async" + Var("fake_async_rev"), |
| 142 "dart/third_party/pkg/glob": |
| 143 "https://github.com/dart-lang/glob.git" + Var("glob_rev"), |
| 141 "dart/third_party/pkg/pub_semver": | 144 "dart/third_party/pkg/pub_semver": |
| 142 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_rev"), | 145 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_rev"), |
| 143 "dart/third_party/pkg/petitparser": | 146 "dart/third_party/pkg/petitparser": |
| 144 "/third_party/petitparser" + Var("petitparser_rev"), | 147 "/third_party/petitparser" + Var("petitparser_rev"), |
| 145 | 148 |
| 146 # These specific versions of barback and source_maps are used for testing and | 149 # These specific versions of barback and source_maps are used for testing and |
| 147 # should be pulled from bleeding_edge even on channels. | 150 # should be pulled from bleeding_edge even on channels. |
| 148 "dart/third_party/pkg/barback-0.13.0": | 151 "dart/third_party/pkg/barback-0.13.0": |
| 149 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), | 152 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), |
| 150 "dart/third_party/pkg/barback-0.14.0+3": | 153 "dart/third_party/pkg/barback-0.14.0+3": |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 }, | 187 }, |
| 185 { | 188 { |
| 186 "pattern": ".", | 189 "pattern": ".", |
| 187 "action": ["python", "dart/editor/build/generate_sources.py"], | 190 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 188 }, | 191 }, |
| 189 { | 192 { |
| 190 "pattern": ".", | 193 "pattern": ".", |
| 191 "action": ["python", "dart/tools/gyp_dart.py"], | 194 "action": ["python", "dart/tools/gyp_dart.py"], |
| 192 }, | 195 }, |
| 193 ] | 196 ] |
| OLD | NEW |