2017-03-29 19:10:50 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
2015-05-16 13:17:10 +00:00
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2017-06-20 19:35:22 +00:00
|
|
|
# IMPORTANT:
|
|
|
|
# Before adding or updating dependencies, please review the documentation here:
|
|
|
|
# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
|
|
|
|
|
2018-01-05 18:48:58 +00:00
|
|
|
allowed_hosts = [
|
|
|
|
'boringssl.googlesource.com',
|
2018-06-28 16:08:14 +00:00
|
|
|
'chrome-infra-packages.appspot.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'chromium.googlesource.com',
|
|
|
|
'dart.googlesource.com',
|
2020-06-02 12:53:24 +00:00
|
|
|
'dart-internal.googlesource.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'fuchsia.googlesource.com',
|
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
vars = {
|
|
|
|
# The dart_root is the root of our sdk checkout. This is normally
|
|
|
|
# simply sdk, but if using special gclient specs it can be different.
|
|
|
|
"dart_root": "sdk",
|
|
|
|
|
2015-05-28 12:24:22 +00:00
|
|
|
# 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.
|
2018-01-02 16:01:28 +00:00
|
|
|
# We mirror our github repos on Dart's git servers.
|
2015-05-28 12:24:22 +00:00
|
|
|
# DO NOT use this var if you don't see a mirror here:
|
2018-01-02 16:01:28 +00:00
|
|
|
# https://dart.googlesource.com/
|
2020-06-02 12:53:24 +00:00
|
|
|
"dart_git": "https://dart.googlesource.com/",
|
|
|
|
"dart_internal_git": "https://dart-internal.googlesource.com",
|
2018-01-02 16:01:28 +00:00
|
|
|
# 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.
|
2015-05-26 08:44:57 +00:00
|
|
|
|
2016-06-22 17:32:51 +00:00
|
|
|
# Chromium git
|
|
|
|
"chromium_git": "https://chromium.googlesource.com",
|
2017-05-07 04:44:59 +00:00
|
|
|
"fuchsia_git": "https://fuchsia.googlesource.com",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-04-28 14:20:48 +00:00
|
|
|
# Checked-in SDK version. The checked-in SDK is a Dart SDK distribution in a
|
|
|
|
# cipd package used to run Dart scripts in the build and test infrastructure.
|
2020-11-05 07:53:22 +00:00
|
|
|
"sdk_tag": "version:2.12.0-0.0.dev",
|
2020-04-28 14:20:48 +00:00
|
|
|
|
2019-11-26 17:10:18 +00:00
|
|
|
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
|
|
|
|
# hashes. It requires access to the dart-build-access group, which EngProd
|
|
|
|
# has.
|
[co19] Roll co19 to d8e25398102add0ac1e732850928bd44c78f2447
2020-12-06 sgrekhov@unipro.ru Fixes #972. Remove nnbd-strong flag from static Subtyping tests
2020-12-04 irina.arkhipets@gmail.com Fixes #973: `SharedOptions=--enable-experiment=triple-shift` tag removed from the tests.
2020-12-04 irina.arkhipets@gmail.com Issue #972: needless `Requirements=nnbd-strong` tag removed.
2020-12-04 irina.arkhipets@gmail.com Issue #972: `Requirements=nnbd-strong` tags removed from the following LanguageFeatures/nnbd tests: tripple-shift, type-aliases, type-normalization.
2020-12-04 irina.arkhipets@gmail.com Issue #972: `Requirements=nnbd-strong` tags removed from LanguageFeatures/nnbd/ovrriding tests.
2020-12-04 irina.arkhipets@gmail.com Issue #972: `Requirements=nnbd-strong` tags remoed from LanguqgeFeatures/nnbd/Least-greatest-closure/nonfunction_typedef tests. Duplicated nonfunction)typedef tests removed.
2020-12-04 irina.arkhipets@gmail.com Issue #972: `Requirements=nnbd-strong` tags remoed from LanguqgeFeatures/nnbd/Least-greatest-closure/class, LanguqgeFeatures/nnbd/Least-greatest-closure/nonfunction_typedef tests.
2020-12-04 irina.arkhipets@gmail.com Issue #972: `Requirements=nnbd-strong` tags remoed from LanguqgeFeatures/nnbd/flow-analysis tests.
2020-12-04 irina.arkhipets@gmail.com Issue #463: Missing Requirements=nnbd-strong tags added.
2020-12-03 irina.arkhipets@gmail.com Fix for the Issue #972: `Requirements=nnbd-strong` removed from LanguageFeatures/nnbd tests (without subdirectories)
2020-12-02 sgrekhov@unipro.ru Cross Origin Error for HttpRequest tests fixed
2020-12-02 irina.arkhipets@gmail.com Typo corrected.
2020-12-01 sgrekhov@unipro.ru Test that use tripple shift operation moved to tripple-shift directory
Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-mac-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try
Change-Id: I5f19e8ddc738713b2339cae22d1d1925e35b1da2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175242
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-12-08 07:45:07 +00:00
|
|
|
"co19_rev": "d8e25398102add0ac1e732850928bd44c78f2447",
|
2020-07-27 08:08:21 +00:00
|
|
|
"co19_2_rev": "e48b3090826cf40b8037648f19d211e8eab1b4b6",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-06-02 12:53:24 +00:00
|
|
|
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
2020-10-13 11:18:27 +00:00
|
|
|
"benchmarks_internal_rev": "354c978979c57e4a76f62e22cf644ed0804f4421",
|
2020-06-02 12:53:24 +00:00
|
|
|
"checkout_benchmarks_internal": False,
|
|
|
|
|
2020-10-28 16:25:05 +00:00
|
|
|
# Checkout Android dependencies only on Mac and Linux.
|
|
|
|
"download_android_deps": 'host_os == "mac" or host_os == "linux"',
|
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
|
|
|
|
# should be kept up to date with the revisions pulled by the Flutter engine.
|
|
|
|
# The list of revisions for these tools comes from Fuchsia, here:
|
2020-07-22 18:48:46 +00:00
|
|
|
# https://fuchsia.googlesource.com/integration/+/HEAD/prebuilts
|
2018-11-29 15:37:40 +00:00
|
|
|
# If there are problems with the toolchain, contact fuchsia-toolchain@.
|
2020-03-06 18:39:23 +00:00
|
|
|
"clang_revision": "7e9747b50bcb1be28d4a3236571e8050835497a6",
|
2020-07-22 18:48:46 +00:00
|
|
|
"gn_revision": "1e3fd10c5df6b704fc764ee388149e4f32862823",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
|
|
|
# Scripts that make 'git cl format' work.
|
2018-05-02 11:37:58 +00:00
|
|
|
"clang_format_scripts_rev": "c09c8deeac31f05bd801995c475e7c8070f9ecda",
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2020-11-13 19:17:40 +00:00
|
|
|
"gperftools_revision": "180bfa10d7cb38e8b3784d60943d50e8fcef0dcb",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
# Revisions of /third_party/* dependencies.
|
2020-12-04 22:58:22 +00:00
|
|
|
"args_rev": "139140125126661fac88c9aa5882165936d01c91",
|
2020-11-03 21:01:08 +00:00
|
|
|
"async_rev": "695b3ac280f107c84adf7488743abfdfaaeea68f",
|
2020-11-19 10:15:23 +00:00
|
|
|
"bazel_worker_rev": "060c55a933d39798681a4f533b161b81dc48d77e",
|
2020-07-22 13:22:07 +00:00
|
|
|
"benchmark_harness_rev": "ec6b646f5443faa871e126ac1ba248c94ca06257",
|
|
|
|
"boolean_selector_rev": "665e6921ab246569420376f827bff4585dff0b14",
|
2020-06-15 08:36:29 +00:00
|
|
|
"boringssl_gen_rev": "429ccb1877f7987a6f3988228bc2440e61293499",
|
2019-10-23 18:08:16 +00:00
|
|
|
"boringssl_rev" : "4dfd5af70191b068aebe567b8e29ce108cee85ce",
|
2020-05-27 18:31:20 +00:00
|
|
|
"browser-compat-data_tag": "v1.0.22",
|
2020-10-24 00:25:32 +00:00
|
|
|
"charcode_rev": "bcd8a12c315b7a83390e4865ad847ecd9344cba2",
|
2018-05-02 11:37:58 +00:00
|
|
|
"chrome_rev" : "19997",
|
2020-11-09 23:03:24 +00:00
|
|
|
"cli_util_rev" : "50cc840b146615899e97b892578848401b2028d5",
|
2020-10-26 18:45:16 +00:00
|
|
|
"clock_rev" : "a494269254ba978e7ef8f192c5f7fec3fc05b9d3",
|
2020-10-28 10:59:02 +00:00
|
|
|
"collection_rev": "e4bb038ce2d8e66fb15818aa40685c68d53692ab",
|
2020-11-06 23:08:03 +00:00
|
|
|
"convert_rev": "dd3bd28f63be7cb8ab961f38bc73229e4473b555",
|
2020-12-07 21:01:38 +00:00
|
|
|
"crypto_rev": "a5ec902dda5a635a35c6b363ec64458cf84c5872",
|
2020-09-29 23:23:38 +00:00
|
|
|
"csslib_rev": "6f77b3dcee957d3e2d5083f666221a220e9ed1f1",
|
2020-12-04 22:58:22 +00:00
|
|
|
"dart2js_info_rev" : "e0acfeb5affdf94c53067e68bd836adf589628fd",
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2019-04-02 11:43:18 +00:00
|
|
|
# Note: Updates to dart_style have to be coordinated with the infrastructure
|
|
|
|
# team so that the internal formatter in `tools/sdks/dart-sdk/bin/dartfmt`
|
|
|
|
# matches the version here.
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
|
|
|
# Please follow this process to make updates:
|
2019-04-02 11:43:18 +00:00
|
|
|
#
|
|
|
|
# * Create a commit that updates the version here to the desired version and
|
|
|
|
# adds any appropriate CHANGELOG text.
|
|
|
|
# * Send that to eng-prod to review. They will update the checked-in SDK
|
|
|
|
# and land the review.
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164
|
2020-11-19 23:40:07 +00:00
|
|
|
"dart_style_tag": "1.3.10", # Please see the note above before updating.
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2020-07-15 21:30:09 +00:00
|
|
|
"chromedriver_tag": "83.0.4103.39",
|
2020-12-08 20:35:05 +00:00
|
|
|
"dartdoc_rev" : "a1d86f2c992f4660ddcc09b27733396e92765d2a",
|
2020-11-16 18:44:46 +00:00
|
|
|
"ffi_rev": "a5d4232cd38562c75a3ed847baa340e399538028",
|
2020-09-02 21:36:52 +00:00
|
|
|
"fixnum_rev": "16d3890c6dc82ca629659da1934e412292508bba",
|
Reland "Reland "update Glob in the sdk, also adds package:file to the sdk""
This reverts commit 85174e4d8cfdb75b80c95d10476ebbd2eeba2857.
Reason for revert: CL was OK, it looks like we just need a manual roll in order to add deps, only the HHH bots apply patches.
EDIT: Landing file dep ahead of time in flutter/engine to avoid manual roll + patch.
Original change's description:
> Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
>
> This reverts commit c62709e87b0ae8b289b5e72389dcfe41518681e0.
>
> Reason for revert: Still breaking flutter HHH bots
>
> Original change's description:
> > Reland "update Glob in the sdk, also adds package:file to the sdk"
> >
> > This reverts commit ce614d33c43240163762d7bd0c8e23b9d13f5065.
> >
> > Original change's description:
> > > Revert "update Glob in the sdk, also adds package:file to the sdk"
> > >
> > > This reverts commit 18b19db3006d6bf3d978cb6d13d1e0452dda6e80.
> > >
> > > Reason for revert: Breaks Flutter 3H/Golem. Tried making an appropriate patch for 3H that would pull file into its dependencies (see https://dart-review.googlesource.com/c/sdk/+/173960/), but that still failed, so reverting.
> > >
> > > Original change's description:
> > > > update Glob in the sdk, also adds package:file to the sdk
> > > >
> > > > Change-Id: Ia8628c28bfaf6343c19eecfef391339968cd57e9
> > > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172063
> > > > Commit-Queue: Jake Macdonald <jakemac@google.com>
> > > > Reviewed-by: Nate Bosch <nbosch@google.com>
> > >
> > > TBR=jakemac@google.com,nbosch@google.com
> > >
> > > Change-Id: I0616e3df7505f348edeefee40cbaf4adc59487cd
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173963
> > > Reviewed-by: Tess Strickland <sstrickl@google.com>
> > > Commit-Queue: Tess Strickland <sstrickl@google.com>
> >
> > TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
> >
> > # Not skipping CQ checks because this is a reland.
> >
> > Change-Id: Ia85fe3b81214ca4ef2bed8e08ecc1b617927a579
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173981
> > Reviewed-by: Nate Bosch <nbosch@google.com>
> > Commit-Queue: Jake Macdonald <jakemac@google.com>
>
> TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
>
> Change-Id: Iaff06dcbc3ef813ee9edb5ca8de163fdcc2041e2
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174060
> Reviewed-by: Jake Macdonald <jakemac@google.com>
> Commit-Queue: Jake Macdonald <jakemac@google.com>
TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: If2181a9d5ec6b96d6a61cd5cf8857bddd937e59f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174382
Reviewed-by: Jake Macdonald <jakemac@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-11-30 21:58:44 +00:00
|
|
|
"file_rev": "0e09370f581ab6388d46fda4cdab66638c0171a1",
|
|
|
|
"glob_rev": "7c0ef8d4fa086f6b185c4dd724b700e7d7ad8f79",
|
2020-09-25 19:17:34 +00:00
|
|
|
"html_rev": "22f17e97fedeacaa1e945cf84d8016284eed33a6",
|
2019-07-08 16:42:47 +00:00
|
|
|
"http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
|
2020-12-09 01:28:58 +00:00
|
|
|
"http_multi_server_rev" : "22c93ae1507f3d1d3e0502b5e16224869710151f",
|
2020-10-20 13:41:33 +00:00
|
|
|
"http_parser_rev": "5dd4d16693242049dfb43b5efa429fedbf932e98",
|
2018-05-02 11:37:58 +00:00
|
|
|
"http_retry_tag": "0.1.1",
|
2020-11-09 21:22:24 +00:00
|
|
|
"http_rev": "1617b728fc48f64fb0ed7dc16078c03adcc64179",
|
2018-05-19 01:46:09 +00:00
|
|
|
"http_throttle_tag" : "1.0.2",
|
2020-06-18 15:41:30 +00:00
|
|
|
"icu_rev" : "79326efe26e5440f530963704c3c0ff965b3a4ac",
|
2018-05-02 11:37:58 +00:00
|
|
|
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
2020-10-26 18:45:16 +00:00
|
|
|
"intl_tag": "0.17.0-nullsafety",
|
2018-05-02 11:37:58 +00:00
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
2020-11-09 15:15:59 +00:00
|
|
|
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
|
2020-12-01 02:10:44 +00:00
|
|
|
"linter_tag": "0.1.126",
|
2020-11-10 18:46:34 +00:00
|
|
|
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
|
2019-01-27 20:06:58 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
2020-10-17 03:08:04 +00:00
|
|
|
"markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",
|
2020-07-22 13:22:07 +00:00
|
|
|
"matcher_rev": "9cae8faa7868bf3a88a7ba45eb0bd128e66ac515",
|
2020-12-08 21:14:35 +00:00
|
|
|
"mime_rev": "c931f4bed87221beaece356494b43731445ce7b8",
|
2020-06-01 18:45:17 +00:00
|
|
|
"mockito_rev": "d39ac507483b9891165e422ec98d9fb480037c8b",
|
|
|
|
"mustache_rev": "664737ecad027e6b96d0d1e627257efa0e46fcb1",
|
2020-04-27 13:06:38 +00:00
|
|
|
"oauth2_tag": "1.6.0",
|
2020-06-01 18:45:17 +00:00
|
|
|
"package_config_rev": "9c586d04bd26fef01215fd10e7ab96a3050cfa64",
|
2020-07-22 13:22:07 +00:00
|
|
|
"path_rev": "62ecd5a78ffe5734d14ed0df76d20309084cd04a",
|
2020-11-09 15:24:04 +00:00
|
|
|
"pedantic_rev": "a884ea2db943b8756cc94385990bd750aec06928",
|
2018-05-02 11:37:58 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2020-11-26 14:53:55 +00:00
|
|
|
"pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
|
2020-11-19 10:15:23 +00:00
|
|
|
"protobuf_rev": "0d03fd588df69e9863e2a2efc0059dee8f18d5b2",
|
2020-12-08 08:41:17 +00:00
|
|
|
"pub_rev": "228e69e53862879c283c42b98086aa7536012a66",
|
2020-11-20 18:00:37 +00:00
|
|
|
"pub_semver_rev": "10569a1e867e909cf5db201f73118020453e5db8",
|
2020-10-19 09:53:06 +00:00
|
|
|
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
|
2020-08-20 16:57:19 +00:00
|
|
|
"root_certificates_rev": "7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8",
|
2020-10-16 23:16:42 +00:00
|
|
|
"rust_revision": "b7856f695d65a8ebc846754f97d15814bcb1c244",
|
2020-12-09 01:28:50 +00:00
|
|
|
"shelf_static_rev": "779a6e99b320ce9ed4ff6b88bd0cdc40ea5c62c4",
|
2020-03-04 22:23:23 +00:00
|
|
|
"shelf_packages_handler_tag": "2.0.0",
|
2020-03-19 23:36:45 +00:00
|
|
|
"shelf_proxy_tag": "0.1.0+7",
|
2020-12-07 23:32:08 +00:00
|
|
|
"shelf_rev": "5a77d25861db91db4343b19dfe213b8992e0a837",
|
2020-11-23 17:01:45 +00:00
|
|
|
"shelf_web_socket_rev": "8050a55b16faa5052a3e5d7dcdc170c59b6644f2",
|
2020-07-22 13:22:07 +00:00
|
|
|
"source_map_stack_trace_rev": "1c3026f69d9771acf2f8c176a1ab750463309cce",
|
2018-05-02 11:37:58 +00:00
|
|
|
"source_maps-0.9.4_rev": "38524",
|
2020-07-22 13:22:07 +00:00
|
|
|
"source_maps_rev": "53eb92ccfe6e64924054f83038a534b959b12b3e",
|
2020-11-04 19:24:27 +00:00
|
|
|
"source_span_rev": "49ff31eabebed0da0ae6634124f8ba5c6fbf57f1",
|
2020-11-16 23:54:50 +00:00
|
|
|
"sse_tag": "9a486d058a17e880afa9cc1c3c0dd8bad726bcbc",
|
2020-11-09 11:49:04 +00:00
|
|
|
"stack_trace_tag": "6788afc61875079b71b3d1c3e65aeaa6a25cbc2f",
|
2020-11-11 22:39:22 +00:00
|
|
|
"stagehand_tag": "v3.3.11",
|
2020-10-21 19:24:48 +00:00
|
|
|
"stream_channel_tag": "d7251e61253ec389ee6e045ee1042311bced8f1d",
|
2020-07-22 13:22:07 +00:00
|
|
|
"string_scanner_rev": "1b63e6e5db5933d7be0a45da6e1129fe00262734",
|
2020-07-15 21:30:09 +00:00
|
|
|
"sync_http_rev": "a85d7ec764ea485cbbc49f3f3e7f1b43f87a1c74",
|
2018-07-16 17:18:30 +00:00
|
|
|
"test_descriptor_tag": "1.1.1",
|
|
|
|
"test_process_tag": "1.0.3",
|
2020-07-22 13:22:07 +00:00
|
|
|
"term_glyph_rev": "6a0f9b6fb645ba75e7a00a4e20072678327a0347",
|
2019-10-02 00:02:21 +00:00
|
|
|
"test_reflective_loader_tag": "0.1.9",
|
2020-08-19 14:25:12 +00:00
|
|
|
"test_rev": "e37a93bbeae23b215972d1659ac865d71287ff6a",
|
2020-07-22 13:22:07 +00:00
|
|
|
"typed_data_tag": "f94fc57b8e8c0e4fe4ff6cfd8290b94af52d3719",
|
2020-11-11 16:13:42 +00:00
|
|
|
"usage_tag": "16fbfd90c58f16e016a295a880bc722d2547d2c9",
|
2020-07-22 13:22:07 +00:00
|
|
|
"vector_math_rev": "0c9f5d68c047813a6dcdeb88ba7a42daddf25025",
|
2020-10-21 19:24:48 +00:00
|
|
|
"watcher_rev": "64e254eba16f56d41f10d72c0b1cb24e130e1f8b",
|
2020-07-15 21:30:09 +00:00
|
|
|
"webdriver_rev": "5a8d6805d9cf8a3cbb4fcd64849b538b7491e50e",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
2020-06-01 18:45:17 +00:00
|
|
|
"web_socket_channel_rev": "490061ef0e22d3c8460ad2802f9948219365ad6b",
|
2018-05-02 11:37:58 +00:00
|
|
|
"WebCore_rev": "fb11e887f77919450e497344da570d780e078bc8",
|
2020-11-16 22:16:50 +00:00
|
|
|
"yaml_rev": "cca02c9e4f6826d62644901ed65c6d72b90a0713",
|
2018-10-24 13:30:16 +00:00
|
|
|
"zlib_rev": "c44fb7248079cc3d5563b14b3f758aee60d6b415",
|
|
|
|
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
|
|
|
|
"minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
|
|
|
|
"googletest_rev": "f854f1d27488996dc8a6db3c9453f80b02585e12",
|
2019-07-30 20:34:31 +00:00
|
|
|
|
2020-06-24 14:02:40 +00:00
|
|
|
# Pinned browser versions used by the testing infrastructure. These are not
|
|
|
|
# meant to be downloaded by users for local testing.
|
|
|
|
"download_chrome": False,
|
2020-07-15 20:08:36 +00:00
|
|
|
"chrome_tag": "84",
|
2020-06-24 14:02:40 +00:00
|
|
|
"download_firefox": False,
|
|
|
|
"firefox_tag": "67",
|
|
|
|
|
2019-07-30 20:34:31 +00:00
|
|
|
# An LLVM backend needs LLVM binaries and headers. To avoid build time
|
|
|
|
# increases we can use prebuilts. We don't want to download this on every
|
|
|
|
# CQ/CI bot nor do we want the average Dart developer to incur that cost.
|
|
|
|
# So by default we will not download prebuilts.
|
|
|
|
"checkout_llvm": False,
|
|
|
|
"llvm_revision": "fe8bd96ebd6c490ea0b5c1fb342db2d7c393a109"
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-30 20:34:31 +00:00
|
|
|
gclient_gn_args_file = Var("dart_root") + '/build/config/gclient_args.gni'
|
|
|
|
gclient_gn_args = [
|
|
|
|
'checkout_llvm'
|
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
deps = {
|
2016-09-23 14:47:36 +00:00
|
|
|
# Stuff needed for GN build.
|
2016-11-09 20:43:57 +00:00
|
|
|
Var("dart_root") + "/buildtools/clang_format/script":
|
|
|
|
Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("clang_format_scripts_rev"),
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-06-25 03:36:41 +00:00
|
|
|
Var("dart_root") + "/third_party/llvm-build/Release+Asserts": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/clang/win-amd64",
|
|
|
|
"version": "git_revision:5ec206df8534d2dd8cb9217c3180e5ddba587393"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_windows_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2020-06-02 12:53:24 +00:00
|
|
|
Var("dart_root") + "/benchmarks-internal": {
|
|
|
|
"url": Var("dart_internal_git") + "/benchmarks-internal.git" +
|
|
|
|
"@" + Var("benchmarks_internal_rev"),
|
|
|
|
"condition": "checkout_benchmarks_internal",
|
|
|
|
},
|
2018-06-28 16:08:14 +00:00
|
|
|
Var("dart_root") + "/tools/sdks": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/dart-sdk/${{platform}}",
|
2020-04-28 14:20:48 +00:00
|
|
|
"version": Var("sdk_tag"),
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-06-28 16:08:14 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-10 12:36:55 +00:00
|
|
|
Var("dart_root") + "/third_party/d8": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/d8",
|
2020-09-02 00:26:03 +00:00
|
|
|
"version": "version:8.5.210",
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-10-10 12:36:55 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-11-26 17:10:18 +00:00
|
|
|
Var("dart_root") + "/tests/co19/src": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19",
|
2019-11-26 17:10:18 +00:00
|
|
|
"version": "git_revision:" + Var("co19_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/tests/co19_2/src": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19/legacy",
|
2019-01-24 07:34:58 +00:00
|
|
|
"version": "git_revision:" + Var("co19_2_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-01-27 20:06:58 +00:00
|
|
|
Var("dart_root") + "/third_party/markupsafe":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
|
|
|
|
"@" + Var("markupsafe_rev"),
|
2019-05-29 08:39:44 +00:00
|
|
|
Var("dart_root") + "/third_party/babel": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/babel",
|
|
|
|
"version": "version:7.4.5",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/zlib":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("zlib_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2016-09-20 15:46:44 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "boringssl_gen.git" + "@" + Var("boringssl_gen_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl/src":
|
|
|
|
"https://boringssl.googlesource.com/boringssl.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("boringssl_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2019-01-22 16:58:58 +00:00
|
|
|
Var("dart_root") + "/third_party/gsutil": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "infra/gsutil",
|
|
|
|
"version": "version:4.34",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/root_certificates":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "root_certificates.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("root_certificates_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/jinja2":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("jinja2_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/ply":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("ply_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2019-04-29 09:11:48 +00:00
|
|
|
Var("dart_root") + "/third_party/icu":
|
|
|
|
Var("chromium_git") + "/chromium/deps/icu.git" +
|
|
|
|
"@" + Var("icu_rev"),
|
|
|
|
|
2016-03-06 23:10:36 +00:00
|
|
|
Var("dart_root") + "/tools/idl_parser":
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("idl_parser_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/WebCore":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2020-05-29 18:59:34 +00:00
|
|
|
Var("dart_root") + "/third_party/mdn/browser-compat-data/src":
|
2020-05-27 18:31:20 +00:00
|
|
|
Var('chromium_git') + '/external/github.com/mdn/browser-compat-data' +
|
|
|
|
"@" + Var("browser-compat-data_tag"),
|
|
|
|
|
2016-09-16 15:24:54 +00:00
|
|
|
Var("dart_root") + "/third_party/tcmalloc/gperftools":
|
|
|
|
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("gperftools_revision"),
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/args":
|
2020-12-04 22:58:22 +00:00
|
|
|
Var("dart_git") + "args.git" + "@" + Var("args_rev"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/async":
|
2020-07-01 21:12:14 +00:00
|
|
|
Var("dart_git") + "async.git" + "@" + Var("async_rev"),
|
2016-04-14 14:46:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/bazel_worker":
|
2020-07-01 21:12:14 +00:00
|
|
|
Var("dart_git") + "bazel_worker.git" + "@" + Var("bazel_worker_rev"),
|
2019-07-10 14:51:14 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/benchmark_harness":
|
|
|
|
Var("dart_git") + "benchmark_harness.git" + "@" +
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("benchmark_harness_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/boolean_selector":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "boolean_selector.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("boolean_selector_rev"),
|
2015-05-26 18:07:30 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/charcode":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"),
|
2015-05-27 19:37:39 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/cli_util":
|
2020-10-12 16:08:32 +00:00
|
|
|
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
|
2020-10-26 18:45:16 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/clock":
|
|
|
|
Var("dart_git") + "clock.git" + "@" + Var("clock_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/collection":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
|
2015-12-09 23:53:55 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/convert":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "convert.git" + "@" + Var("convert_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/crypto":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "crypto.git" + "@" + Var("crypto_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/csslib":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "csslib.git" + "@" + Var("csslib_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/dart_style":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "dart_style.git" + "@" + Var("dart_style_tag"),
|
2015-08-18 22:44:38 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dart2js_info":
|
2020-08-11 08:55:49 +00:00
|
|
|
Var("dart_git") + "dart2js_info.git" + "@" + Var("dart2js_info_rev"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dartdoc":
|
2020-07-27 21:50:46 +00:00
|
|
|
Var("dart_git") + "dartdoc.git" + "@" + Var("dartdoc_rev"),
|
2019-10-10 13:17:43 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/ffi":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "ffi.git" + "@" + Var("ffi_rev"),
|
2016-04-21 18:07:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/fixnum":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "fixnum.git" + "@" + Var("fixnum_rev"),
|
Reland "Reland "update Glob in the sdk, also adds package:file to the sdk""
This reverts commit 85174e4d8cfdb75b80c95d10476ebbd2eeba2857.
Reason for revert: CL was OK, it looks like we just need a manual roll in order to add deps, only the HHH bots apply patches.
EDIT: Landing file dep ahead of time in flutter/engine to avoid manual roll + patch.
Original change's description:
> Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
>
> This reverts commit c62709e87b0ae8b289b5e72389dcfe41518681e0.
>
> Reason for revert: Still breaking flutter HHH bots
>
> Original change's description:
> > Reland "update Glob in the sdk, also adds package:file to the sdk"
> >
> > This reverts commit ce614d33c43240163762d7bd0c8e23b9d13f5065.
> >
> > Original change's description:
> > > Revert "update Glob in the sdk, also adds package:file to the sdk"
> > >
> > > This reverts commit 18b19db3006d6bf3d978cb6d13d1e0452dda6e80.
> > >
> > > Reason for revert: Breaks Flutter 3H/Golem. Tried making an appropriate patch for 3H that would pull file into its dependencies (see https://dart-review.googlesource.com/c/sdk/+/173960/), but that still failed, so reverting.
> > >
> > > Original change's description:
> > > > update Glob in the sdk, also adds package:file to the sdk
> > > >
> > > > Change-Id: Ia8628c28bfaf6343c19eecfef391339968cd57e9
> > > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172063
> > > > Commit-Queue: Jake Macdonald <jakemac@google.com>
> > > > Reviewed-by: Nate Bosch <nbosch@google.com>
> > >
> > > TBR=jakemac@google.com,nbosch@google.com
> > >
> > > Change-Id: I0616e3df7505f348edeefee40cbaf4adc59487cd
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173963
> > > Reviewed-by: Tess Strickland <sstrickl@google.com>
> > > Commit-Queue: Tess Strickland <sstrickl@google.com>
> >
> > TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
> >
> > # Not skipping CQ checks because this is a reland.
> >
> > Change-Id: Ia85fe3b81214ca4ef2bed8e08ecc1b617927a579
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173981
> > Reviewed-by: Nate Bosch <nbosch@google.com>
> > Commit-Queue: Jake Macdonald <jakemac@google.com>
>
> TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
>
> Change-Id: Iaff06dcbc3ef813ee9edb5ca8de163fdcc2041e2
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174060
> Reviewed-by: Jake Macdonald <jakemac@google.com>
> Commit-Queue: Jake Macdonald <jakemac@google.com>
TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: If2181a9d5ec6b96d6a61cd5cf8857bddd937e59f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174382
Reviewed-by: Jake Macdonald <jakemac@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-11-30 21:58:44 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/file":
|
|
|
|
Var("dart_git") + "external/github.com/google/file.dart/"
|
|
|
|
+ "@" + Var("file_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/glob":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "glob.git" + "@" + Var("glob_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/html":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "html.git" + "@" + Var("html_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "http.git" + "@" + Var("http_rev"),
|
2018-01-26 18:49:59 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/http_io":
|
2018-07-11 09:45:33 +00:00
|
|
|
Var("dart_git") + "http_io.git" + "@" + Var("http_io_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_multi_server":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_multi_server.git" +
|
2020-02-11 20:22:09 +00:00
|
|
|
"@" + Var("http_multi_server_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_parser":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_rev"),
|
2017-12-21 04:22:52 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_retry":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_retry.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("http_retry_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_throttle":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_throttle.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("http_throttle_tag"),
|
2015-12-17 10:22:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "intl.git" + "@" + Var("intl_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/json_rpc_2":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "json_rpc_2.git" + "@" + Var("json_rpc_2_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/linter":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "linter.git" + "@" + Var("linter_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/logging":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "logging.git" + "@" + Var("logging_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/markdown":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "markdown.git" + "@" + Var("markdown_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/matcher":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "matcher.git" + "@" + Var("matcher_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mime":
|
2020-11-09 15:18:54 +00:00
|
|
|
Var("dart_git") + "mime.git" + "@" + Var("mime_rev"),
|
2017-07-19 17:09:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mockito":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "mockito.git" + "@" + Var("mockito_rev"),
|
2019-01-18 19:45:18 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mustache":
|
|
|
|
Var("dart_git")
|
|
|
|
+ "external/github.com/xxgreg/mustache"
|
2020-06-01 18:45:17 +00:00
|
|
|
+ "@" + Var("mustache_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/oauth2":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_tag"),
|
2015-08-18 13:04:41 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/package_config":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "package_config.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("package_config_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/path":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "path.git" + "@" + Var("path_rev"),
|
2019-04-11 19:07:58 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pedantic":
|
2020-07-22 13:22:07 +00:00
|
|
|
Var("dart_git") + "pedantic.git" + "@" + Var("pedantic_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "pool.git" + "@" + Var("pool_rev"),
|
2016-04-06 20:49:32 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/protobuf":
|
2019-10-24 06:48:23 +00:00
|
|
|
Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2020-11-20 18:00:37 +00:00
|
|
|
Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_rev"),
|
2015-06-09 06:12:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
|
2016-02-18 23:29:17 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/resource":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "resource.git" + "@" + Var("resource_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf":
|
2020-08-12 20:31:58 +00:00
|
|
|
Var("dart_git") + "shelf.git" + "@" + Var("shelf_rev"),
|
2016-09-01 08:12:23 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "shelf_packages_handler.git"
|
2018-05-02 11:37:58 +00:00
|
|
|
+ "@" + Var("shelf_packages_handler_tag"),
|
2020-03-19 23:36:45 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_proxy":
|
|
|
|
Var("dart_git") + "shelf_proxy.git" + "@" + Var("shelf_proxy_tag"),
|
2015-06-18 22:38:47 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_static":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "shelf_static.git" + "@" + Var("shelf_static_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_web_socket":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "shelf_web_socket.git" +
|
2020-11-23 17:01:45 +00:00
|
|
|
"@" + Var("shelf_web_socket_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_maps":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "source_maps.git" + "@" + Var("source_maps_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_span":
|
2020-07-22 13:22:07 +00:00
|
|
|
Var("dart_git") + "source_span.git" + "@" + Var("source_span_rev"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "source_map_stack_trace.git" +
|
2020-07-22 13:22:07 +00:00
|
|
|
"@" + Var("source_map_stack_trace_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/sse":
|
|
|
|
Var("dart_git") + "sse.git" + "@" + Var("sse_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stack_trace":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_tag"),
|
2020-02-02 02:23:13 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stagehand":
|
|
|
|
Var("dart_git") + "stagehand.git" + "@" + Var("stagehand_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stream_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "stream_channel.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("stream_channel_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/string_scanner":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "string_scanner.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("string_scanner_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/sync_http":
|
|
|
|
Var("dart_git") + "sync_http.git" + "@" + Var("sync_http_rev"),
|
2017-08-22 16:32:40 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/term_glyph":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "term_glyph.git" + "@" + Var("term_glyph_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "test.git" + "@" + Var("test_rev"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_descriptor":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "test_descriptor.git" + "@" + Var("test_descriptor_tag"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_process":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "test_process.git" + "@" + Var("test_process_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "test_reflective_loader.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("test_reflective_loader_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/usage":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "usage.git" + "@" + Var("usage_tag"),
|
2020-07-09 17:02:02 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/vector_math":
|
|
|
|
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
|
|
|
|
"@" + Var("vector_math_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
|
2018-04-03 20:13:19 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_components":
|
|
|
|
Var("dart_git") + "web-components.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("web_components_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webdriver":
|
|
|
|
Var("dart_git") + "external/github.com/google/webdriver.dart.git" +
|
|
|
|
"@" + Var("webdriver_rev"),
|
|
|
|
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_socket_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "web_socket_channel.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("web_socket_channel_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "yaml.git" + "@" + Var("yaml_rev"),
|
2018-11-29 15:37:40 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/buildtools/" + Var("host_os") + "-" + Var("host_cpu") + "/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2020-02-24 21:04:18 +00:00
|
|
|
"package": "fuchsia/third_party/clang/${{platform}}",
|
2018-11-29 15:37:40 +00:00
|
|
|
"version": "git_revision:" + Var("clang_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "(host_os == 'linux' or host_os == 'mac') and (host_cpu == 'x64' or host_cpu == 'arm64')",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/webdriver/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/third_party/chromedriver/${{platform}}",
|
|
|
|
"version": "version:" + Var("chromedriver_tag"),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == 'x64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
Var("dart_root") + "/buildtools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "gn/gn/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("gn_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-19 14:59:57 +00:00
|
|
|
|
2020-10-28 16:25:05 +00:00
|
|
|
Var("dart_root") + "/third_party/android_tools/ndk": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/ndk/${{platform}}",
|
|
|
|
"version": "version:r21.0.6113669"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/build-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/sdk/build-tools/${{platform}}",
|
|
|
|
"version": "version:30.0.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platform-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/sdk/platform-tools/${{platform}}",
|
|
|
|
"version": "version:29.0.2"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platforms": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/sdk/platforms",
|
|
|
|
"version": "version:30r3"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/sdk/tools/${{platform}}",
|
|
|
|
"version": "version:26.1.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-08-20 16:56:10 +00:00
|
|
|
Var("dart_root") + "/buildtools/" + Var("host_os") + "-" + Var("host_cpu") + "/rust": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/rust/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("rust_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "(host_os == 'linux' or host_os == 'mac') and host_cpu == 'x64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2020-06-18 00:24:31 +00:00
|
|
|
Var("dart_root") + "/third_party/fuchsia/sdk/linux": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/sdk/gn/linux-amd64",
|
|
|
|
"version": "git_revision:8d5242d4f6ff8b7634b492700e60b0fd09abefa3"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": 'host_os == "linux" and host_cpu == "x64"',
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-08-29 08:52:43 +00:00
|
|
|
Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/cfe/benchmark_data",
|
2020-02-07 15:00:24 +00:00
|
|
|
"version": "sha1sum:5b6e6dfa33b85c733cab4e042bf46378984d1544",
|
2019-08-29 08:52:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-07-19 14:59:57 +00:00
|
|
|
# TODO(37531): Remove these cipd packages and build with sdk instead when
|
|
|
|
# benchmark runner gets support for that.
|
2020-05-20 16:08:50 +00:00
|
|
|
Var("dart_root") + "/benchmarks/FfiBoringssl/native/out/": {
|
2019-07-19 14:59:57 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/ffiboringssl",
|
|
|
|
"version": "commit:a86c69888b9a416f5249aacb4690a765be064969",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2020-06-04 11:00:20 +00:00
|
|
|
Var("dart_root") + "/benchmarks/FfiCall/native/out/": {
|
2019-07-19 14:59:57 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/fficall",
|
2020-06-15 13:27:16 +00:00
|
|
|
"version": "ebF5aRXKDananlaN4Y8b0bbCNHT1MnkGbWqfpCpiND4C",
|
2019-07-19 14:59:57 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-30 20:34:31 +00:00
|
|
|
Var("dart_root") + "/third_party/llvm": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/lib/llvm/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("llvm_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "checkout_llvm",
|
|
|
|
"dep_type": "cipd",
|
2020-06-24 14:02:40 +00:00
|
|
|
},
|
|
|
|
Var("dart_root") + "/third_party/browsers/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/chrome/${{platform}}",
|
|
|
|
"version": "version:" + Var("chrome_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_chrome",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/third_party/browsers/firefox": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/firefox/${{platform}}",
|
|
|
|
"version": "version:" + Var("firefox_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_firefox",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-24 13:30:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
Var("dart_root") + "/third_party/cygwin":
|
|
|
|
Var("chromium_git") + "/chromium/deps/cygwin.git" + "@" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
2018-10-24 13:30:16 +00:00
|
|
|
Var("dart_root") + "/third_party/crashpad/crashpad":
|
|
|
|
Var("chromium_git") + "/crashpad/crashpad.git" + "@" +
|
|
|
|
Var("crashpad_rev"),
|
|
|
|
Var("dart_root") + "/third_party/mini_chromium/mini_chromium":
|
|
|
|
Var("chromium_git") + "/chromium/mini_chromium" + "@" +
|
|
|
|
Var("minichromium_rev"),
|
|
|
|
Var("dart_root") + "/third_party/googletest":
|
|
|
|
Var("fuchsia_git") + "/third_party/googletest" + "@" +
|
|
|
|
Var("googletest_rev"),
|
|
|
|
}
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# TODO(iposva): Move the necessary tools so that hooks can be run
|
|
|
|
# without the runtime being available.
|
|
|
|
hooks = [
|
2015-12-21 13:38:14 +00:00
|
|
|
{
|
|
|
|
"name": "firefox_jsshell",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--recursive",
|
|
|
|
"--auto_platform",
|
|
|
|
"--extract",
|
|
|
|
"--directory",
|
|
|
|
Var('dart_root') + "/third_party/firefox_jsshell",
|
|
|
|
],
|
|
|
|
},
|
2016-11-07 21:09:45 +00:00
|
|
|
{
|
2020-06-04 18:32:29 +00:00
|
|
|
# Pull Debian sysroot for i386 Linux
|
2016-11-07 21:09:45 +00:00
|
|
|
'name': 'sysroot_i386',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2017-12-02 06:19:33 +00:00
|
|
|
'--arch', 'i386'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
|
|
|
{
|
2020-06-04 18:32:29 +00:00
|
|
|
# Pull Debian sysroot for amd64 Linux
|
2016-11-07 21:09:45 +00:00
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2017-12-02 06:19:33 +00:00
|
|
|
'--arch', 'amd64'],
|
|
|
|
},
|
|
|
|
{
|
2020-06-04 18:32:29 +00:00
|
|
|
# Pull Debian sysroot for arm Linux
|
2017-12-02 06:19:33 +00:00
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
|
|
|
'--arch', 'arm'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Pull Debian jessie sysroot for arm64 Linux
|
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
|
|
|
'--arch', 'arm64'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
2017-05-07 04:44:59 +00:00
|
|
|
{
|
|
|
|
'name': 'buildtools',
|
2016-09-23 14:47:36 +00:00
|
|
|
'pattern': '.',
|
2017-05-07 04:44:59 +00:00
|
|
|
'action': ['python', 'sdk/tools/buildtools/update.py'],
|
2016-09-23 14:47:36 +00:00
|
|
|
},
|
2017-07-27 11:54:34 +00:00
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
]
|
2019-03-01 13:02:23 +00:00
|
|
|
|
|
|
|
hooks_os = {
|
|
|
|
"win": [
|
|
|
|
{
|
|
|
|
"name": "7zip",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--platform=win32",
|
|
|
|
"--extract",
|
|
|
|
"-s",
|
|
|
|
Var('dart_root') + "/third_party/7zip.tar.gz.sha1",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|