Change DEPS to fetch third-party repos from dart.googlesource.com

Bug: https://github.com/dart-lang/sdk/issues/31740
Change-Id: I8a02d5d37496fc0785a66d5ba59bde4b67e1883e
Reviewed-on: https://dart-review.googlesource.com/31942
Reviewed-by: Zach Anderson <zra@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2018-01-02 17:01:28 +01:00 committed by commit-bot@chromium.org
parent c4e89ecaf4
commit cac8aa0e4d

159
DEPS
View file

@ -14,24 +14,20 @@ vars = {
# We use mirrors of all github repos to guarantee reproducibility and
# consistency between what users see and what the bots see.
# We need the mirrors to not have 100+ bots pulling github constantly.
# We mirror our github repos on chromium git servers.
# We mirror our github repos on Dart's git servers.
# DO NOT use this var if you don't see a mirror here:
# https://chromium.googlesource.com/
# named like:
# external/github.com/dart-lang/NAME
"github_mirror":
"https://chromium.googlesource.com/external/github.com/dart-lang/",
# https://dart.googlesource.com/
"dart_git":
"https://dart.googlesource.com/",
# If the repo you want to use is at github.com/dart-lang, but not at
# dart.googlesource.com, please file an issue
# on github and add the label 'area-infrastructure'.
# When the repo is mirrored, you can add it to this DEPS file.
# Chromium git
"chromium_git": "https://chromium.googlesource.com",
"fuchsia_git": "https://fuchsia.googlesource.com",
# IMPORTANT:
# This should only be used for local testing. Before adding a new package,
# request a mirror of the package you need. To request a mirror, file an issue
# on github and add the label 'area-infrastructure'.
# "github_dartlang": "https://github.com/dart-lang/%s.git",
"co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d",
# Revisions of GN related dependencies. This should match the revision
@ -149,20 +145,20 @@ deps = {
Var("clang_format_scripts_rev"),
Var("dart_root") + "/tests/co19/src":
Var("github_mirror") + "co19.git" + Var("co19_rev"),
Var("dart_git") + "co19.git" + Var("co19_rev"),
Var("dart_root") + "/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
Var("zlib_rev"),
Var("dart_root") + "/third_party/boringssl":
Var("github_mirror") + "boringssl_gen.git" + Var("boringssl_gen_rev"),
Var("dart_git") + "boringssl_gen.git" + Var("boringssl_gen_rev"),
Var("dart_root") + "/third_party/boringssl/src":
"https://boringssl.googlesource.com/boringssl.git" +
Var("boringssl_rev"),
Var("dart_root") + "/third_party/root_certificates":
Var("github_mirror") + "root_certificates.git" +
Var("dart_git") + "root_certificates.git" +
Var("root_certificates_rev"),
Var("dart_root") + "/third_party/jinja2":
@ -178,165 +174,166 @@ deps = {
Var("idl_parser_rev"),
Var("dart_root") + "/third_party/WebCore":
Var("github_mirror") + "webcore.git" + Var("WebCore_rev"),
Var("dart_git") + "webcore.git" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/tcmalloc/gperftools":
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
Var("gperftools_revision"),
Var("dart_root") + "/third_party/pkg/args":
Var("github_mirror") + "args.git" + Var("args_tag"),
Var("dart_git") + "args.git" + Var("args_tag"),
Var("dart_root") + "/third_party/pkg/async":
Var("github_mirror") + "async.git" + Var("async_tag"),
Var("dart_git") + "async.git" + Var("async_tag"),
Var("dart_root") + "/third_party/pkg/barback":
Var("github_mirror") + "barback.git" + Var("barback_tag"),
Var("dart_git") + "barback.git" + Var("barback_tag"),
Var("dart_root") + "/third_party/pkg/bazel_worker":
Var("github_mirror") + "bazel_worker.git" + Var("bazel_worker_tag"),
Var("dart_git") + "bazel_worker.git" + Var("bazel_worker_tag"),
Var("dart_root") + "/third_party/pkg/boolean_selector":
Var("github_mirror") + "boolean_selector.git" +
Var("dart_git") + "boolean_selector.git" +
Var("boolean_selector_tag"),
Var("dart_root") + "/third_party/pkg/charcode":
Var("github_mirror") + "charcode.git" + Var("charcode_tag"),
Var("dart_git") + "charcode.git" + Var("charcode_tag"),
Var("dart_root") + "/third_party/pkg/cli_util":
Var("github_mirror") + "cli_util.git" + Var("cli_util_tag"),
Var("dart_git") + "cli_util.git" + Var("cli_util_tag"),
Var("dart_root") + "/third_party/pkg/collection":
Var("github_mirror") + "collection.git" + Var("collection_tag"),
Var("dart_git") + "collection.git" + Var("collection_tag"),
Var("dart_root") + "/third_party/pkg/convert":
Var("github_mirror") + "convert.git" + Var("convert_tag"),
Var("dart_git") + "convert.git" + Var("convert_tag"),
Var("dart_root") + "/third_party/pkg/crypto":
Var("github_mirror") + "crypto.git" + Var("crypto_tag"),
Var("dart_git") + "crypto.git" + Var("crypto_tag"),
Var("dart_root") + "/third_party/pkg/csslib":
Var("github_mirror") + "csslib.git" + Var("csslib_tag"),
Var("dart_git") + "csslib.git" + Var("csslib_tag"),
Var("dart_root") + "/third_party/pkg_tested/dart_style":
Var("github_mirror") + "dart_style.git" + Var("dart_style_tag"),
Var("dart_git") + "dart_style.git" + Var("dart_style_tag"),
Var("dart_root") + "/third_party/pkg/dart2js_info":
Var("github_mirror") + "dart2js_info.git" + Var("dart2js_info_tag"),
Var("dart_git") + "dart2js_info.git" + Var("dart2js_info_tag"),
Var("dart_root") + "/third_party/pkg/dartdoc":
Var("github_mirror") + "dartdoc.git" + Var("dartdoc_tag"),
Var("dart_git") + "dartdoc.git" + Var("dartdoc_tag"),
Var("dart_root") + "/third_party/pkg/fixnum":
Var("github_mirror") + "fixnum.git" + Var("fixnum_tag"),
Var("dart_git") + "fixnum.git" + Var("fixnum_tag"),
Var("dart_root") + "/third_party/pkg/func":
Var("github_mirror") + "func.git" + Var("func_rev"),
Var("dart_git") + "func.git" + Var("func_rev"),
Var("dart_root") + "/third_party/pkg/glob":
Var("github_mirror") + "glob.git" + Var("glob_tag"),
Var("dart_git") + "glob.git" + Var("glob_tag"),
Var("dart_root") + "/third_party/pkg/html":
Var("github_mirror") + "html.git" + Var("html_tag"),
Var("dart_git") + "html.git" + Var("html_tag"),
Var("dart_root") + "/third_party/pkg/http":
Var("github_mirror") + "http.git" + Var("http_tag"),
Var("dart_git") + "http.git" + Var("http_tag"),
Var("dart_root") + "/third_party/pkg/http_multi_server":
Var("github_mirror") + "http_multi_server.git" +
Var("dart_git") + "http_multi_server.git" +
Var("http_multi_server_tag"),
Var("dart_root") + "/third_party/pkg/http_parser":
Var("github_mirror") + "http_parser.git" + Var("http_parser_tag"),
Var("dart_git") + "http_parser.git" + Var("http_parser_tag"),
Var("dart_root") + "/third_party/pkg/http_retry":
Var("github_mirror") + "http_retry.git" +
Var("dart_git") + "http_retry.git" +
Var("http_retry_tag"),
Var("dart_root") + "/third_party/pkg/http_throttle":
Var("github_mirror") + "http_throttle.git" +
Var("dart_git") + "http_throttle.git" +
Var("http_throttle_tag"),
Var("dart_root") + "/third_party/pkg/intl":
Var("github_mirror") + "intl.git" + Var("intl_tag"),
Var("dart_git") + "intl.git" + Var("intl_tag"),
Var("dart_root") + "/third_party/pkg/isolate":
Var("github_mirror") + "isolate.git" + Var("isolate_tag"),
Var("dart_git") + "isolate.git" + Var("isolate_tag"),
Var("dart_root") + "/third_party/pkg/json_rpc_2":
Var("github_mirror") + "json_rpc_2.git" + Var("json_rpc_2_tag"),
Var("dart_git") + "json_rpc_2.git" + Var("json_rpc_2_tag"),
Var("dart_root") + "/third_party/pkg/linter":
Var("github_mirror") + "linter.git" + Var("linter_tag"),
Var("dart_git") + "linter.git" + Var("linter_tag"),
Var("dart_root") + "/third_party/pkg/logging":
Var("github_mirror") + "logging.git" + Var("logging_tag"),
Var("dart_git") + "logging.git" + Var("logging_tag"),
Var("dart_root") + "/third_party/pkg/markdown":
Var("github_mirror") + "markdown.git" + Var("markdown_tag"),
Var("dart_git") + "markdown.git" + Var("markdown_tag"),
Var("dart_root") + "/third_party/pkg/matcher":
Var("github_mirror") + "matcher.git" + Var("matcher_tag"),
Var("dart_git") + "matcher.git" + Var("matcher_tag"),
Var("dart_root") + "/third_party/pkg/mime":
Var("github_mirror") + "mime.git" + Var("mime_tag"),
Var("dart_git") + "mime.git" + Var("mime_tag"),
Var("dart_root") + "/third_party/pkg/mockito":
Var("github_mirror") + "mockito.git" + Var("mockito_tag"),
Var("dart_git") + "mockito.git" + Var("mockito_tag"),
Var("dart_root") + "/third_party/pkg/mustache4dart":
Var("chromium_git")
+ "/external/github.com/valotas/mustache4dart.git"
+ Var("mustache4dart_tag"),
Var("dart_root") + "/third_party/pkg/oauth2":
Var("github_mirror") + "oauth2.git" + Var("oauth2_tag"),
Var("dart_git") + "oauth2.git" + Var("oauth2_tag"),
Var("dart_root") + "/third_party/observatory_pub_packages":
Var("github_mirror") + "observatory_pub_packages.git"
Var("dart_git") + "observatory_pub_packages.git"
+ Var("observatory_pub_packages_rev"),
Var("dart_root") + "/third_party/pkg_tested/package_config":
Var("github_mirror") + "package_config.git" +
Var("dart_git") + "package_config.git" +
Var("package_config_tag"),
Var("dart_root") + "/third_party/pkg_tested/package_resolver":
Var("github_mirror") + "package_resolver.git"
Var("dart_git") + "package_resolver.git"
+ Var("package_resolver_tag"),
Var("dart_root") + "/third_party/pkg/path":
Var("github_mirror") + "path.git" + Var("path_tag"),
Var("dart_git") + "path.git" + Var("path_tag"),
Var("dart_root") + "/third_party/pkg/plugin":
Var("github_mirror") + "plugin.git" + Var("plugin_tag"),
Var("dart_git") + "plugin.git" + Var("plugin_tag"),
Var("dart_root") + "/third_party/pkg/pool":
Var("github_mirror") + "pool.git" + Var("pool_tag"),
Var("dart_git") + "pool.git" + Var("pool_tag"),
Var("dart_root") + "/third_party/pkg/protobuf":
Var("github_mirror") + "protobuf.git" + Var("protobuf_tag"),
Var("dart_git") + "protobuf.git" + Var("protobuf_tag"),
Var("dart_root") + "/third_party/pkg/pub_semver":
Var("github_mirror") + "pub_semver.git" + Var("pub_semver_tag"),
Var("dart_git") + "pub_semver.git" + Var("pub_semver_tag"),
Var("dart_root") + "/third_party/pkg/pub":
Var("github_mirror") + "pub.git" + Var("pub_rev"),
Var("dart_git") + "pub.git" + Var("pub_rev"),
Var("dart_root") + "/third_party/pkg/quiver":
Var("chromium_git")
+ "/external/github.com/google/quiver-dart.git"
+ Var("quiver_tag"),
Var("dart_root") + "/third_party/pkg/resource":
Var("github_mirror") + "resource.git" + Var("resource_rev"),
Var("dart_git") + "resource.git" + Var("resource_rev"),
Var("dart_root") + "/third_party/pkg/scheduled_test":
Var("github_mirror") + "scheduled_test.git" + Var("scheduled_test_tag"),
Var("dart_git") + "scheduled_test.git" + Var("scheduled_test_tag"),
Var("dart_root") + "/third_party/pkg/shelf":
Var("github_mirror") + "shelf.git" + Var("shelf_tag"),
Var("dart_git") + "shelf.git" + Var("shelf_tag"),
Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
Var("github_mirror") + "shelf_packages_handler.git"
Var("dart_git") + "shelf_packages_handler.git"
+ Var("shelf_packages_handler_tag"),
Var("dart_root") + "/third_party/pkg/shelf_static":
Var("github_mirror") + "shelf_static.git" + Var("shelf_static_rev"),
Var("dart_git") + "shelf_static.git" + Var("shelf_static_rev"),
Var("dart_root") + "/third_party/pkg/shelf_web_socket":
Var("github_mirror") + "shelf_web_socket.git" +
Var("dart_git") + "shelf_web_socket.git" +
Var("shelf_web_socket_tag"),
Var("dart_root") + "/third_party/pkg/source_maps":
Var("github_mirror") + "source_maps.git" + Var("source_maps_tag"),
Var("dart_git") + "source_maps.git" + Var("source_maps_tag"),
Var("dart_root") + "/third_party/pkg/source_span":
Var("github_mirror") + "source_span.git" + Var("source_span_tag"),
Var("dart_git") + "source_span.git" + Var("source_span_tag"),
Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
Var("github_mirror") + "source_map_stack_trace.git" +
Var("dart_git") + "source_map_stack_trace.git" +
Var("source_map_stack_trace_tag"),
Var("dart_root") + "/third_party/pkg/stack_trace":
Var("github_mirror") + "stack_trace.git" + Var("stack_trace_tag"),
Var("dart_git") + "stack_trace.git" + Var("stack_trace_tag"),
Var("dart_root") + "/third_party/pkg/stream_channel":
Var("github_mirror") + "stream_channel.git" +
Var("dart_git") + "stream_channel.git" +
Var("stream_channel_tag"),
Var("dart_root") + "/third_party/pkg/string_scanner":
Var("github_mirror") + "string_scanner.git" +
Var("dart_git") + "string_scanner.git" +
Var("string_scanner_tag"),
Var("dart_root") + "/third_party/sunflower":
Var("github_mirror") + "sample-sunflower.git" +
Var("chromium_git") +
"/external/github.com/dart-lang/sample-sunflower.git" +
Var("sunflower_rev"),
Var("dart_root") + "/third_party/pkg/term_glyph":
Var("github_mirror") + "term_glyph.git" + Var("term_glyph_tag"),
Var("dart_git") + "term_glyph.git" + Var("term_glyph_tag"),
Var("dart_root") + "/third_party/pkg/test":
Var("github_mirror") + "test.git" + Var("test_tag"),
Var("dart_git") + "test.git" + Var("test_tag"),
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
Var("github_mirror") + "test_reflective_loader.git" +
Var("dart_git") + "test_reflective_loader.git" +
Var("test_reflective_loader_tag"),
Var("dart_root") + "/third_party/pkg/tuple":
Var("github_mirror") + "tuple.git" + Var("tuple_tag"),
Var("dart_git") + "tuple.git" + Var("tuple_tag"),
Var("dart_root") + "/third_party/pkg/typed_data":
Var("github_mirror") + "typed_data.git" + Var("typed_data_tag"),
Var("dart_git") + "typed_data.git" + Var("typed_data_tag"),
Var("dart_root") + "/third_party/pkg/usage":
Var("github_mirror") + "usage.git" + Var("usage_tag"),
Var("dart_git") + "usage.git" + Var("usage_tag"),
Var("dart_root") + "/third_party/pkg/utf":
Var("github_mirror") + "utf.git" + Var("utf_tag"),
Var("dart_git") + "utf.git" + Var("utf_tag"),
Var("dart_root") + "/third_party/pkg/watcher":
Var("github_mirror") + "watcher.git" + Var("watcher_tag"),
Var("dart_git") + "watcher.git" + Var("watcher_tag"),
Var("dart_root") + "/third_party/pkg/web_socket_channel":
Var("github_mirror") + "web_socket_channel.git" +
Var("dart_git") + "web_socket_channel.git" +
Var("web_socket_channel_tag"),
Var("dart_root") + "/third_party/pkg/yaml":
Var("github_mirror") + "yaml.git" + Var("yaml_tag"),
Var("dart_git") + "yaml.git" + Var("yaml_tag"),
}
deps_os = {