| 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 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 "gyp_rev": "@1752", | 34 "gyp_rev": "@1752", |
| 35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c", | 35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c", |
| 36 "chromium_url": "http://src.chromium.org/svn", | 36 "chromium_url": "http://src.chromium.org/svn", |
| 37 "chromium_git": "https://chromium.googlesource.com", | 37 "chromium_git": "https://chromium.googlesource.com", |
| 38 | 38 |
| 39 # Revisions of /third_party/* dependencies. | 39 # Revisions of /third_party/* dependencies. |
| 40 "7zip_rev" : "@19997", | 40 "7zip_rev" : "@19997", |
| 41 "analyzer_cli_rev" : "@8bf3516dd645ca289d7ebc641f7c228d5b3d37c4", | 41 "analyzer_cli_rev" : "@8bf3516dd645ca289d7ebc641f7c228d5b3d37c4", |
| 42 "args_tag": "@0.13.0", | 42 "args_tag": "@0.13.0", |
| 43 "async_tag": "@1.2.0", |
| 43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 44 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
| 44 "charcode_tag": "@1.1.0", | 45 "charcode_tag": "@1.1.0", |
| 45 "chrome_rev" : "@19997", | 46 "chrome_rev" : "@19997", |
| 46 "clang_rev" : "@28450", | 47 "clang_rev" : "@28450", |
| 47 "cli_util_tag" : "@0.0.1+2", | 48 "cli_util_tag" : "@0.0.1+2", |
| 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 49 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
| 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 50 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| 50 "csslib_tag" : "@0.12.0", | 51 "csslib_tag" : "@0.12.0", |
| 51 "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25", | 52 "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25", |
| 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 53 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 53 "dart_style_tag": "@0.1.8", | 54 "dart_style_tag": "@0.1.8+1", |
| 54 "dev_compiler_rev": "@0.1.1", | 55 "dev_compiler_rev": "@0.1.1", |
| 55 "fake_async_rev" : "@38614", | 56 "fake_async_rev" : "@38614", |
| 56 "firefox_jsshell_rev" : "@45554", | 57 "firefox_jsshell_rev" : "@45554", |
| 57 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 58 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 58 "gsutil_rev" : "@33376", | 59 "gsutil_rev" : "@33376", |
| 59 "html_tag" : "@0.12.1+1", | 60 "html_tag" : "@0.12.1+1", |
| 60 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 61 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 61 "http_multi_server_tag" : "@1.3.2", | 62 "http_multi_server_tag" : "@1.3.2", |
| 62 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 63 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
| 63 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 64 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 75 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 76 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
| 76 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 77 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
| 77 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 78 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
| 78 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
| 79 "observatory_pub_packages_rev": "@45565", | 80 "observatory_pub_packages_rev": "@45565", |
| 80 "package_config_tag": "@0.1.1", | 81 "package_config_tag": "@0.1.1", |
| 81 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", | 82 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", |
| 82 "petitparser_rev" : "@37878", | 83 "petitparser_rev" : "@37878", |
| 83 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 84 "plugin_tag": "@0.1.0", | 85 "plugin_tag": "@0.1.0", |
| 85 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 86 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", |
| 86 "pub_rev": "@0c02113cc761ec5f142a8c41ff277505fafa5e10", | 87 "pub_rev": "@2aa0728635cb39267afadd6b431543a08fdca278", |
| 87 "pub_cache_tag": "@v0.0.1+2", | 88 "pub_cache_tag": "@v0.0.1+2", |
| 88 "pub_semver_tag": "@1.2.1", | 89 "pub_semver_tag": "@1.2.1", |
| 89 "quiver_tag": "@0.21.4", | 90 "quiver_tag": "@0.21.4", |
| 90 "scheduled_test_tag": "@0.11.8+1", | 91 "scheduled_test_tag": "@0.12.1+2", |
| 91 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 92 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
| 92 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 93 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
| 93 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", | 94 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", |
| 94 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", | 95 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
| 95 "shelf_static_rev": "@v0.2.1", | 96 "shelf_static_rev": "@v0.2.1", |
| 96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 97 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
| 98 "source_map_stack_trace_tag": "@1.0.4", |
| 97 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", | 99 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
| 98 "stack_trace_tag": "@1.2.1", | 100 "stack_trace_tag": "@1.3.4", |
| 99 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 101 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
| 100 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 102 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
| 101 "test_tag": "@0.12.1", | 103 "test_tag": "@0.12.3+4", |
| 102 "test_reflective_loader_tag": "@0.0.3", | 104 "test_reflective_loader_tag": "@0.0.3", |
| 103 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", | 105 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", |
| 104 "unittest_tag": "@0.11.6", | 106 "unittest_tag": "@0.11.6", |
| 105 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", | 107 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", |
| 106 "watcher_tag": "@0.9.6", | 108 "watcher_tag": "@0.9.6", |
| 107 "when_tag": "@0.2.0+2", | 109 "when_tag": "@0.2.0+2", |
| 108 "which_tag": "@0.1.3+1", | 110 "which_tag": "@0.1.3+1", |
| 109 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", | 111 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", |
| 110 "WebCore_rev" : "@44061", | 112 "WebCore_rev" : "@44061", |
| 111 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", | 113 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 Var("observatory_pub_packages_rev"), | 175 Var("observatory_pub_packages_rev"), |
| 174 | 176 |
| 175 Var("dart_root") + "/third_party/dart-services": | 177 Var("dart_root") + "/third_party/dart-services": |
| 176 (Var("github_mirror") % "dart-services") + | 178 (Var("github_mirror") % "dart-services") + |
| 177 Var("dart_services_rev"), | 179 Var("dart_services_rev"), |
| 178 | 180 |
| 179 Var("dart_root") + "/third_party/pkg/analyzer_cli": | 181 Var("dart_root") + "/third_party/pkg/analyzer_cli": |
| 180 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), | 182 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), |
| 181 Var("dart_root") + "/third_party/pkg/args": | 183 Var("dart_root") + "/third_party/pkg/args": |
| 182 (Var("github_mirror") % "args") + Var("args_tag"), | 184 (Var("github_mirror") % "args") + Var("args_tag"), |
| 185 Var("dart_root") + "/third_party/pkg/async": |
| 186 "https://github.com/dart-lang/async.git" + Var("async_tag"), |
| 183 Var("dart_root") + "/third_party/pkg/barback": | 187 Var("dart_root") + "/third_party/pkg/barback": |
| 184 (Var("github_mirror") % "barback") + Var("barback_rev"), | 188 (Var("github_mirror") % "barback") + Var("barback_rev"), |
| 185 Var("dart_root") + "/third_party/pkg/charcode": | 189 Var("dart_root") + "/third_party/pkg/charcode": |
| 186 (Var("github_mirror") % "charcode") + Var("charcode_tag"), | 190 (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
| 187 Var("dart_root") + "/third_party/pkg/cli_util": | 191 Var("dart_root") + "/third_party/pkg/cli_util": |
| 188 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 192 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| 189 Var("dart_root") + "/third_party/pkg/collection": | 193 Var("dart_root") + "/third_party/pkg/collection": |
| 190 (Var("github_mirror") % "collection") + Var("collection_rev"), | 194 (Var("github_mirror") % "collection") + Var("collection_rev"), |
| 191 Var("dart_root") + "/third_party/pkg/crypto": | 195 Var("dart_root") + "/third_party/pkg/crypto": |
| 192 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 196 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 Var("shelf_static_rev"), | 270 Var("shelf_static_rev"), |
| 267 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
| 268 (Var("github_mirror") % "shelf_web_socket") + | 272 (Var("github_mirror") % "shelf_web_socket") + |
| 269 Var("shelf_web_socket_rev"), | 273 Var("shelf_web_socket_rev"), |
| 270 Var("dart_root") + "/third_party/pkg/smoke": | 274 Var("dart_root") + "/third_party/pkg/smoke": |
| 271 (Var("github_mirror") % "smoke") + Var("smoke_rev"), | 275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
| 272 Var("dart_root") + "/third_party/pkg/source_maps": | 276 Var("dart_root") + "/third_party/pkg/source_maps": |
| 273 (Var("github_mirror") % "source_maps") + Var("source_maps_rev"), | 277 (Var("github_mirror") % "source_maps") + Var("source_maps_rev"), |
| 274 Var("dart_root") + "/third_party/pkg/source_span": | 278 Var("dart_root") + "/third_party/pkg/source_span": |
| 275 (Var("github_mirror") % "source_span") + Var("source_span_rev"), | 279 (Var("github_mirror") % "source_span") + Var("source_span_rev"), |
| 280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": |
| 281 "https://github.com/dart-lang/source_map_stack_trace.git" + |
| 282 Var("source_map_stack_trace_tag"), |
| 276 Var("dart_root") + "/third_party/pkg/stack_trace": | 283 Var("dart_root") + "/third_party/pkg/stack_trace": |
| 277 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), | 284 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
| 278 Var("dart_root") + "/third_party/pkg/string_scanner": | 285 Var("dart_root") + "/third_party/pkg/string_scanner": |
| 279 (Var("github_mirror") % "string_scanner") + | 286 (Var("github_mirror") % "string_scanner") + |
| 280 Var("string_scanner_rev"), | 287 Var("string_scanner_rev"), |
| 281 Var("dart_root") + "/third_party/sunflower": | 288 Var("dart_root") + "/third_party/sunflower": |
| 282 (Var("github_mirror") % "sample-sunflower") + | 289 (Var("github_mirror") % "sample-sunflower") + |
| 283 Var("sunflower_rev"), | 290 Var("sunflower_rev"), |
| 284 Var("dart_root") + "/third_party/pkg/test": | 291 Var("dart_root") + "/third_party/pkg/test": |
| 285 (Var("github_mirror") % "test") + Var("test_tag"), | 292 (Var("github_mirror") % "test") + Var("test_tag"), |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 '--no_resume', | 374 '--no_resume', |
| 368 '--bucket', | 375 '--bucket', |
| 369 'dart-dependencies', | 376 'dart-dependencies', |
| 370 '-d', | 377 '-d', |
| 371 '-r', | 378 '-r', |
| 372 Var('dart_root') + '/third_party/d8', | 379 Var('dart_root') + '/third_party/d8', |
| 373 ], | 380 ], |
| 374 }, | 381 }, |
| 375 | 382 |
| 376 ] | 383 ] |
| OLD | NEW |