| 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 # The dart_root is the root of our sdk checkout. This is normally | 6 # The dart_root is the root of our sdk checkout. This is normally |
| 7 # simply sdk, but if using special gclient specs it can be different. | 7 # simply sdk, but if using special gclient specs it can be different. |
| 8 "dart_root": "sdk", | 8 "dart_root": "sdk", |
| 9 | 9 |
| 10 # The svn location to pull out dependencies from | 10 # The svn location to pull out dependencies from |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "clang_rev" : "@28450", | 48 "clang_rev" : "@28450", |
| 49 "cli_util_tag" : "@0.0.1+2", | 49 "cli_util_tag" : "@0.0.1+2", |
| 50 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 50 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
| 51 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 51 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| 52 "csslib_tag" : "@0.12.0", | 52 "csslib_tag" : "@0.12.0", |
| 53 "dart2js_info_rev" : "@bad01369f1f605ab688d505c135db54de927318f", | 53 "dart2js_info_rev" : "@bad01369f1f605ab688d505c135db54de927318f", |
| 54 "dartdoc_rev" : "@ae12ca7aa2ea15535fac9e262cab65e3c2b66a04", | 54 "dartdoc_rev" : "@ae12ca7aa2ea15535fac9e262cab65e3c2b66a04", |
| 55 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 55 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 56 "dart_style_tag": "@0.2.0", | 56 "dart_style_tag": "@0.2.0", |
| 57 "dev_compiler_rev": "@0.1.7", | 57 "dev_compiler_rev": "@0.1.7", |
| 58 "fake_async_rev" : "@38614", | |
| 59 "firefox_jsshell_rev" : "@45554", | 58 "firefox_jsshell_rev" : "@45554", |
| 60 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 59 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 61 "gsutil_rev" : "@33376", | 60 "gsutil_rev" : "@33376", |
| 62 "html_tag" : "@0.12.1+1", | 61 "html_tag" : "@0.12.1+1", |
| 63 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 62 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 64 "http_multi_server_tag" : "@1.3.2", | 63 "http_multi_server_tag" : "@1.3.2", |
| 65 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 64 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
| 66 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 65 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
| 67 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 66 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
| 68 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", | 67 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 Var("ply_rev"), | 147 Var("ply_rev"), |
| 149 | 148 |
| 150 Var("dart_root") + "/third_party/idl_parser": | 149 Var("dart_root") + "/third_party/idl_parser": |
| 151 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + | 150 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + |
| 152 Var("idl_parser_rev"), | 151 Var("idl_parser_rev"), |
| 153 | 152 |
| 154 Var("dart_root") + "/third_party/7zip": | 153 Var("dart_root") + "/third_party/7zip": |
| 155 Var("third_party") + "/7zip" + Var("7zip_rev"), | 154 Var("third_party") + "/7zip" + Var("7zip_rev"), |
| 156 Var("dart_root") + "/third_party/chrome": | 155 Var("dart_root") + "/third_party/chrome": |
| 157 Var("third_party") + "/chrome" + Var("chrome_rev"), | 156 Var("third_party") + "/chrome" + Var("chrome_rev"), |
| 158 Var("dart_root") + "/third_party/pkg/fake_async": | |
| 159 Var("third_party") + "/fake_async" + Var("fake_async_rev"), | |
| 160 Var("dart_root") + "/third_party/firefox_jsshell": | 157 Var("dart_root") + "/third_party/firefox_jsshell": |
| 161 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), | 158 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), |
| 162 Var("dart_root") + "/third_party/font-awesome": | 159 Var("dart_root") + "/third_party/font-awesome": |
| 163 Var("third_party") + "/font-awesome" + Var("font_awesome_rev"), | 160 Var("third_party") + "/font-awesome" + Var("font_awesome_rev"), |
| 164 Var("dart_root") + "/third_party/gsutil": | 161 Var("dart_root") + "/third_party/gsutil": |
| 165 Var("third_party") + "/gsutil" + Var("gsutil_rev"), | 162 Var("third_party") + "/gsutil" + Var("gsutil_rev"), |
| 166 Var("dart_root") + "/third_party/pkg/petitparser": | 163 Var("dart_root") + "/third_party/pkg/petitparser": |
| 167 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | 164 Var("third_party") + "/petitparser" + Var("petitparser_rev"), |
| 168 Var("dart_root") + "/third_party/WebCore": | 165 Var("dart_root") + "/third_party/WebCore": |
| 169 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 166 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "--bucket", | 382 "--bucket", |
| 386 "dart-dependencies", | 383 "dart-dependencies", |
| 387 "--recursive", | 384 "--recursive", |
| 388 "--auto_platform", | 385 "--auto_platform", |
| 389 "--extract", | 386 "--extract", |
| 390 "--directory", | 387 "--directory", |
| 391 Var('dart_root') + "/tools/sdks", | 388 Var('dart_root') + "/tools/sdks", |
| 392 ], | 389 ], |
| 393 }, | 390 }, |
| 394 ] | 391 ] |
| OLD | NEW |