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.
|
2021-03-09 12:39:00 +00:00
|
|
|
"sdk_tag": "version:2.12.0",
|
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 fddb1dce948cec277bf3dc23b45ee95e761b89fe
2021-03-23 irina.arkhipets@gmail.com Fixes Issues #1021, #1030: tests corrected according to the roll results, missing Issue tags added.
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-debug-x64-try,vm-kernel-nnbd-linux-release-simarm64-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-debug-x64-try,vm-kernel-precomp-nnbd-linux-release-simarm64-try,vm-kernel-precomp-nnbd-linux-release-x64-try
Change-Id: I2d447eb68e2bf3d0a3c8fb071ecf469a800ea6ad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192680
Reviewed-by: William Hesse <whesse@google.com>
2021-03-23 08:58:14 +00:00
|
|
|
"co19_rev": "fddb1dce948cec277bf3dc23b45ee95e761b89fe",
|
[co19] Roll co19_2 to 6b71fed8c0f6cf396c085ba2d405d5a9af1daf45
2021-03-24 sgrekhov@unipro.ru extension-methods experimental flag removed from co19_2 tests
2021-03-24 sgrekhov@unipro.ru 1028. Tests that use nonfunction-type-aliases removed from co19_2 repository
2021-03-23 sgrekhov@unipro.ru 1021. Remove expecting errors on web configurations for some negative numbers
2021-03-23 sgrekhov@unipro.ru 1028. Remove triple shift operator from co19_2 repository
2021-03-23 sgrekhov@unipro.ru 1028. Remove triple shift tests from co19_2 repository
2021-03-22 irina.arkhipets@gmail.com Fixes 1015: removed test because triple-shift feature is not supported in this branch.
2021-03-18 sgrekhov@unipro.ru Fixes 1014. Expect compile error on dart2js as [web]
2021-03-17 sgrekhov@unipro.ru Fixes 1014. Expect compile error on dart2js for big numbers
2021-03-17 sgrekhov@unipro.ru Fixes 1017. Use => for setter returning value tests
2021-03-16 sgrekhov@unipro.ru Fixes 1013. Fix cast failures in Type_Cast/syntax_t01 test
2021-03-16 sgrekhov@unipro.ru Fixes 1012. Fix Additive_Expressions/syntax_t01 test
2021-03-16 sgrekhov@unipro.ru Fixes 1010. Description updated for method_definition tests
2021-03-16 sgrekhov@unipro.ru Fixes 1011. Expect an error if non-function type is called as a function
2021-03-16 sgrekhov@unipro.ru Fixes 1009. Missed experimental flag added
2021-03-16 sgrekhov@unipro.ru Fixes 1008. Calling constructor without new keyword is not an error
2021-03-16 sgrekhov@unipro.ru Fixes 1007. Missed experimental flag added
2021-03-16 sgrekhov@unipro.ru Fixes 1006. Import library first before export it
Cq-Include-Trybots: dart/try:analyzer-linux-release,analyzer-mac-release,analyzer-win-release,dart2js-strong-hostasserts-linux-ia32-d8,dart2js-strong-linux-x64-chrome,dart2js-strong-linux-x64-firefox,dart2js-strong-mac-x64-chrome,dart2js-strong-mac-x64-safari,dart2js-strong-win-x64-chrome,dart2js-strong-win-x64-edge,dart2js-strong-win-x64-firefox,dart2js-strong-win-x64-ie11,ddc-linux-release-chrome,ddc-win-release-chrome,ddk-linux-release-firefox,front-end-linux-release-x64,front-end-mac-release-x64,front-end-win-release-x64,vm-kernel-linux-debug-ia32,vm-kernel-linux-debug-x64,vm-kernel-linux-debug-x64c,vm-kernel-linux-product-x64,vm-kernel-linux-product-x64c,vm-kernel-linux-release-x64,vm-kernel-linux-release-x64c,vm-kernel-mac-debug-x64,vm-kernel-mac-debug-x64c,vm-kernel-mac-product-x64,vm-kernel-mac-product-x64c,vm-kernel-mac-release-x64,vm-kernel-mac-release-x64c,vm-kernel-precomp-linux-release-x64,vm-kernel-win-release-x64,vm-kernel-win-release-x64c
Change-Id: I7dda06f20991d47c5a6e83321c0a18005e645a72
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192745
Reviewed-by: William Hesse <whesse@google.com>
2021-03-24 08:52:17 +00:00
|
|
|
"co19_2_rev": "6b71fed8c0f6cf396c085ba2d405d5a9af1daf45",
|
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
|
2021-03-16 10:27:18 +00:00
|
|
|
"benchmarks_internal_rev": "076df10d9b77af337f2d8029725787155eb1cd52",
|
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@.
|
Revert "[build] Update clang and gn dependency so they match Fuchsia. Update zlib dependency too."
This reverts commit 0069bdb721cbbc63dc4886363a9708c2a473d590 as it broke mac buildbots.
For example, https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-kernel-mac-release-x64/12746
```
[186/1896] LINK ./process_test
FAILED: process_test exe.stripped/process_test
/opt/s/w/ir/cache/goma/client/gomacc ../../buildtools/mac-x64/clang/bin/clang++ -isysroot sdk/xcode_links/MacOSX10.14.sdk -mmacosx-version-min=10.8 -fno-exceptions -arch x86_64 -stdlib=libc++ -nostdlib++ ../../buildtools/mac-x64/clang/bin/../lib/libc++.a -Wl,-dead_strip -Wl,-search_paths_first -L. -undefined dynamic_lookup -Wl,-rpath,@loader_path/. -Wl,-rpath,@loader_path/../../.. -Wl,-pie -Xlinker -rpath -Xlinker @executable_path/Frameworks -o ./process_test -Wl,-filelist,./process_test.rsp && strip -x -o ./exe.stripped/process_test ./process_test
ld: unknown option: -platform_version
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
```
Change-Id: Idec3568ef2e855ed84a92d23dc8d85f5e790b9d1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/182963
Reviewed-by: Alexander Aprelev <aam@google.com>
2021-02-04 22:33:29 +00:00
|
|
|
"clang_revision": "7e9747b50bcb1be28d4a3236571e8050835497a6",
|
|
|
|
"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.
|
2021-03-24 15:53:12 +00:00
|
|
|
"args_rev": "d8fea36c10ef96797be02e3d132d572445cd86f4",
|
2021-02-09 01:17:00 +00:00
|
|
|
"async_rev": "376d418b1b535030fbe3369938d2ffdbb0340a77",
|
2021-03-24 08:36:33 +00:00
|
|
|
"bazel_worker_rev": "0885637b037979afbf5bcd05fd748b309fd669c0",
|
2021-02-04 12:10:17 +00:00
|
|
|
"benchmark_harness_rev": "c546dbd9f639f75cd2f75de8df2eb9f8ea15e8e7",
|
2020-07-22 13:22:07 +00:00
|
|
|
"boolean_selector_rev": "665e6921ab246569420376f827bff4585dff0b14",
|
2021-02-18 23:57:20 +00:00
|
|
|
"boringssl_gen_rev": "7322fc15cc065d8d2957fccce6b62a509dc4d641",
|
|
|
|
"boringssl_rev" : "1607f54fed72c6589d560254626909a64124f091",
|
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",
|
2021-02-09 01:17:00 +00:00
|
|
|
"cli_util_rev" : "fd1b716e8a350a454e01ae56df540293d31ff6c8",
|
2020-10-26 18:45:16 +00:00
|
|
|
"clock_rev" : "a494269254ba978e7ef8f192c5f7fec3fc05b9d3",
|
2021-02-09 01:17:00 +00:00
|
|
|
"collection_rev": "9967dcd3d7645db6de48d5abfab3018bb0c84236",
|
|
|
|
"convert_rev": "a60156c6efd653657c8926b5788219ed609917d7",
|
|
|
|
"crypto_rev": "1c8ccc07b83b100216dc6dede767371043385648",
|
2021-01-06 12:14:30 +00:00
|
|
|
"csslib_rev": "e411d862fd8cc50415c1badf2632e017373b3f47",
|
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
|
2021-03-17 02:09:11 +00:00
|
|
|
"dart_style_tag": "2cf810073e0cc7e7ea05d3de51830e6fa6d62924",
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2020-07-15 21:30:09 +00:00
|
|
|
"chromedriver_tag": "83.0.4103.39",
|
2021-03-22 23:17:55 +00:00
|
|
|
"browser_launcher_rev": "12ab9f351a44ac803de9bc17bb2180bb312a9dd7",
|
2021-04-05 17:17:46 +00:00
|
|
|
"dartdoc_rev" : "505f163f7cb48e917503e4a23fbff1227e08b263",
|
2021-02-17 08:18:20 +00:00
|
|
|
"ffi_rev": "f3346299c55669cc0db48afae85b8110088bf8da",
|
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",
|
2021-02-09 01:17:00 +00:00
|
|
|
"glob_rev": "a62acf590598f458d3198d9f2930c1c9dd4b1379",
|
2021-01-27 18:41:10 +00:00
|
|
|
"html_rev": "00cd3c22dac0e68e6ed9e7e4945101aedb1b3109",
|
2019-07-08 16:42:47 +00:00
|
|
|
"http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
|
2021-02-25 22:07:19 +00:00
|
|
|
"http_multi_server_rev" : "6bf4b6e5d4d890e6d54559b858ff229d79711171",
|
2020-10-20 13:41:33 +00:00
|
|
|
"http_parser_rev": "5dd4d16693242049dfb43b5efa429fedbf932e98",
|
2021-03-09 23:00:12 +00:00
|
|
|
"http_retry_rev": "845771af7bb5ab38ab740ce4a31f3b0c7680302b",
|
2021-03-19 18:43:48 +00:00
|
|
|
"http_rev": "615380db687d0649057ed8dba9d933d7d5f5051b",
|
2018-05-19 01:46:09 +00:00
|
|
|
"http_throttle_tag" : "1.0.2",
|
2021-03-15 23:50:04 +00:00
|
|
|
"icu_rev" : "81d656878ec611cb0b42d52c82e9dae93920d9ba",
|
2018-05-02 11:37:58 +00:00
|
|
|
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
2021-01-20 21:37:11 +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",
|
2021-03-23 15:01:16 +00:00
|
|
|
"linter_tag": "1.2.1",
|
2020-11-10 18:46:34 +00:00
|
|
|
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
|
2019-01-27 20:06:58 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
2021-02-09 18:42:42 +00:00
|
|
|
"markdown_rev": "9c4beaac96d8f008078e00b027915f81b665d2de",
|
2021-02-12 18:59:51 +00:00
|
|
|
"matcher_rev": "1f7b6f0cb15eb6659a1de0513571575a5c8a51d0",
|
2020-12-08 21:14:35 +00:00
|
|
|
"mime_rev": "c931f4bed87221beaece356494b43731445ce7b8",
|
2020-06-01 18:45:17 +00:00
|
|
|
"mockito_rev": "d39ac507483b9891165e422ec98d9fb480037c8b",
|
2021-03-04 23:29:44 +00:00
|
|
|
"oauth2_rev": "7cd3284049fe5badbec9f2bea2afc41d14c01057",
|
2021-03-24 03:03:35 +00:00
|
|
|
"package_config_rev": "a84c0d45401f215fbe9384df923a38f4022a3c45",
|
2021-02-09 01:17:00 +00:00
|
|
|
"path_rev": "407ab76187fade41c31e39c745b39661b710106c",
|
2021-03-24 17:35:32 +00:00
|
|
|
"pedantic_rev": "66f2f6c27581c7936482e83be80b27be2719901c",
|
2021-02-12 07:12:54 +00:00
|
|
|
"platform_rev": "c20e6fa315e9f8820e51c0ae721f63aff33b8e17",
|
2018-05-02 11:37:58 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2020-11-26 14:53:55 +00:00
|
|
|
"pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
|
2021-02-12 07:12:54 +00:00
|
|
|
"process_rev": "56ece43b53b64c63ae51ec184b76bd5360c28d0b",
|
2020-11-19 10:15:23 +00:00
|
|
|
"protobuf_rev": "0d03fd588df69e9863e2a2efc0059dee8f18d5b2",
|
2021-03-24 09:03:36 +00:00
|
|
|
"pub_rev": "0e657414a472e74ca5dd76ae0db50cc060251dec",
|
2021-02-09 01:17:00 +00:00
|
|
|
"pub_semver_rev": "f50d80ef10c4b2fa5f4c8878036a4d9342c0cc82",
|
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",
|
2021-03-19 19:49:08 +00:00
|
|
|
"shelf_static_rev": "fa30419055279a00c9e428439b1abe362d18f25d",
|
2021-02-24 16:15:14 +00:00
|
|
|
"shelf_packages_handler_rev": "78302e67c035047e6348e692b0c1182131f0fe35",
|
2021-03-19 19:49:08 +00:00
|
|
|
"shelf_proxy_tag": "v1.0.0",
|
|
|
|
"shelf_rev": "00e50adfb776602c25942a99d89f8704cc20db9c",
|
|
|
|
"shelf_web_socket_rev": "24fb8a04befa75a94ac63a27047b231d1a22aab4",
|
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",
|
2021-02-09 01:17:00 +00:00
|
|
|
"source_span_rev": "1be3c44045a06dff840d2ed3a13e6082d7a03a23",
|
2021-02-26 20:21:33 +00:00
|
|
|
"sse_tag": "5da8fedcdc56f306933d202e2d204753eecefd36",
|
2020-11-09 11:49:04 +00:00
|
|
|
"stack_trace_tag": "6788afc61875079b71b3d1c3e65aeaa6a25cbc2f",
|
2020-10-21 19:24:48 +00:00
|
|
|
"stream_channel_tag": "d7251e61253ec389ee6e045ee1042311bced8f1d",
|
2020-07-22 13:22:07 +00:00
|
|
|
"string_scanner_rev": "1b63e6e5db5933d7be0a45da6e1129fe00262734",
|
2021-01-21 23:32:07 +00:00
|
|
|
"sync_http_rev": "b59c134f2e34d12acac110d4f17f83e5a7db4330",
|
2021-03-16 15:22:21 +00:00
|
|
|
"test_descriptor_tag": "2.0.0",
|
|
|
|
"test_process_tag": "2.0.0",
|
2020-07-22 13:22:07 +00:00
|
|
|
"term_glyph_rev": "6a0f9b6fb645ba75e7a00a4e20072678327a0347",
|
2021-02-09 19:26:58 +00:00
|
|
|
"test_reflective_loader_rev": "54e930a11c372683792e22bddad79197728c91ce",
|
2021-03-12 18:14:37 +00:00
|
|
|
"test_rev": "e673623f45d75ccec750d35271b0b4d1423e9fac",
|
2020-07-22 13:22:07 +00:00
|
|
|
"typed_data_tag": "f94fc57b8e8c0e4fe4ff6cfd8290b94af52d3719",
|
2021-03-23 16:06:26 +00:00
|
|
|
"usage_rev": "5b7317ba89166f3cf1af98cb280a4cc8e78f25f9",
|
2020-07-22 13:22:07 +00:00
|
|
|
"vector_math_rev": "0c9f5d68c047813a6dcdeb88ba7a42daddf25025",
|
2021-02-09 01:17:00 +00:00
|
|
|
"watcher_rev": "3924194385fb215cef483193ed2879a618a3d69c",
|
2021-03-19 19:49:08 +00:00
|
|
|
"webdriver_rev": "ff5ccb1522edf4bed578ead4d65e0cbc1f2c4f02",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
2021-03-19 19:49:08 +00:00
|
|
|
"web_socket_channel_rev": "d3e100de8feb0283a04732366bb591ebd2282d7d",
|
2018-05-02 11:37:58 +00:00
|
|
|
"WebCore_rev": "fb11e887f77919450e497344da570d780e078bc8",
|
2021-03-18 00:30:37 +00:00
|
|
|
"webkit_inspection_protocol_rev": "6b15729292d030f2e5c5861022da4c5a4c11961c",
|
2021-02-25 19:02:26 +00:00
|
|
|
"yaml_rev": "b4c4411631bda556ce9a45af1ab0eecaf9f3ac53",
|
2021-02-05 01:10:32 +00:00
|
|
|
"zlib_rev": "bf44340d1b6be1af8950bbdf664fec0cf5a831cc",
|
2018-10-24 13:30:16 +00:00
|
|
|
"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",
|
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 = [
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
},
|
2021-02-26 19:56:00 +00:00
|
|
|
Var("dart_root") + "/third_party/devtools": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/flutter/devtools",
|
|
|
|
"version": "revision:6729ec62c3548839018c32fa711756202431ccf7",
|
|
|
|
}],
|
|
|
|
"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"),
|
2021-03-18 00:30:37 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/browser_launcher":
|
|
|
|
Var("dart_git") + "browser_launcher.git" +
|
|
|
|
"@" + Var("browser_launcher_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" +
|
2021-03-09 23:00:12 +00:00
|
|
|
"@" + Var("http_retry_rev"),
|
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"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/oauth2":
|
2021-02-23 05:21:39 +00:00
|
|
|
Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_rev"),
|
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"),
|
2021-02-12 07:12:54 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/platform":
|
|
|
|
Var("dart_git") + "platform.dart.git" + "@" + Var("platform_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"),
|
2021-02-12 07:12:54 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/process":
|
|
|
|
Var("dart_git") + "process.dart.git" + "@" + Var("process_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"
|
2021-02-24 16:15:14 +00:00
|
|
|
+ "@" + Var("shelf_packages_handler_rev"),
|
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"),
|
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" +
|
2020-12-14 15:38:20 +00:00
|
|
|
"@" + Var("test_reflective_loader_rev"),
|
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":
|
2020-12-28 16:47:44 +00:00
|
|
|
Var("dart_git") + "usage.git" + "@" + Var("usage_rev"),
|
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"),
|
2021-03-18 00:30:37 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webkit_inspection_protocol":
|
|
|
|
Var("dart_git") + "external/github.com/google/webkit_inspection_protocol.dart.git" +
|
|
|
|
"@" + Var("webkit_inspection_protocol_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
|
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",
|
2020-12-10 12:15:17 +00:00
|
|
|
"version": "git_revision:e0a61431eb6e28d31d293cbb0c12f6b3a089bba4"
|
2020-06-18 00:24:31 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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
|
|
|
},
|
|
|
|
],
|
2021-03-24 17:35:32 +00:00
|
|
|
"dep_type": "cipd",
|
2019-07-19 14:59:57 +00:00
|
|
|
},
|
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
|
|
|
}
|
|
|
|
|
|
|
|
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",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|