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", |
11 "co19_rev": "@801", | 11 "co19_rev": "@801", |
12 "chromium_url": "http://src.chromium.org/svn", | 12 "chromium_url": "http://src.chromium.org/svn", |
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 "7zip_rev" : "@19997", | 16 "7zip_rev" : "@19997", |
17 "android_adb_rev" : "@36744", | 17 "android_adb_rev" : "@36744", |
18 "android_content_shell_rev" : "@37275", | 18 "android_content_shell_rev" : "@37275", |
19 "apache_ant_rev" : "@19997", | 19 "apache_ant_rev" : "@19997", |
20 "apache_compress_rev" : "@19997", | 20 "apache_compress_rev" : "@19997", |
21 "apache_http_rev" : "@37872", | 21 "apache_http_rev" : "@37872", |
22 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27", | 22 "args_tag": "@0.13.0", |
23 "args4j_rev" : "@19997", | 23 "args4j_rev" : "@19997", |
24 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 24 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
25 "bzip2_rev" : "@19997", | 25 "bzip2_rev" : "@19997", |
26 "chrome_rev" : "@19997", | 26 "chrome_rev" : "@19997", |
27 "clang_rev" : "@28450", | 27 "clang_rev" : "@28450", |
28 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 28 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
29 "commons-io_rev" : "@19997", | 29 "commons-io_rev" : "@19997", |
30 "commons-lang_rev" : "@33092", | 30 "commons-lang_rev" : "@33092", |
31 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 31 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
32 "csslib_rev" : "@994d20b90038fedd2aa7ad31f2a31456da96b225", | 32 "csslib_rev" : "@994d20b90038fedd2aa7ad31f2a31456da96b225", |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), | 169 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), |
170 "dart/third_party/weberknecht": | 170 "dart/third_party/weberknecht": |
171 "/third_party/weberknecht" + Var("weberknecht_rev"), | 171 "/third_party/weberknecht" + Var("weberknecht_rev"), |
172 "dart/third_party/observatory_pub_packages": | 172 "dart/third_party/observatory_pub_packages": |
173 "/third_party/observatory_pub_packages" + | 173 "/third_party/observatory_pub_packages" + |
174 Var("observatory_pub_packages_rev"), | 174 Var("observatory_pub_packages_rev"), |
175 | 175 |
176 "dart/third_party/font-awesome": | 176 "dart/third_party/font-awesome": |
177 "/third_party/font-awesome" + Var("font_awesome_rev"), | 177 "/third_party/font-awesome" + Var("font_awesome_rev"), |
178 "dart/third_party/pkg/args": | 178 "dart/third_party/pkg/args": |
179 "https://github.com/dart-lang/args.git" + Var("args_rev"), | 179 "https://github.com/dart-lang/args.git" + Var("args_tag"), |
180 "dart/third_party/pkg/async_await": | 180 "dart/third_party/pkg/async_await": |
181 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), | 181 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), |
182 "dart/third_party/pkg/barback": | 182 "dart/third_party/pkg/barback": |
183 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), | 183 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), |
184 "dart/third_party/pkg/collection": | 184 "dart/third_party/pkg/collection": |
185 "https://github.com/dart-lang/collection.git" + Var("collection_rev"), | 185 "https://github.com/dart-lang/collection.git" + Var("collection_rev"), |
186 "dart/third_party/pkg/crypto": | 186 "dart/third_party/pkg/crypto": |
187 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"), | 187 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"), |
188 "dart/third_party/pkg/csslib": | 188 "dart/third_party/pkg/csslib": |
189 "https://github.com/dart-lang/csslib.git" + Var("csslib_rev"), | 189 "https://github.com/dart-lang/csslib.git" + Var("csslib_rev"), |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 }, | 305 }, |
306 { | 306 { |
307 "pattern": ".", | 307 "pattern": ".", |
308 "action": ["python", "dart/editor/build/generate_sources.py"], | 308 "action": ["python", "dart/editor/build/generate_sources.py"], |
309 }, | 309 }, |
310 { | 310 { |
311 "pattern": ".", | 311 "pattern": ".", |
312 "action": ["python", "dart/tools/gyp_dart.py"], | 312 "action": ["python", "dart/tools/gyp_dart.py"], |
313 }, | 313 }, |
314 ] | 314 ] |
OLD | NEW |