🌐 AI搜索 & 代理 主页
blob: 60bf931b472953a3940618d39e5eed9412065c04 [file] [log] [blame]
Mike Fairhurstb4dbe8e2017-03-29 19:10:501# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
Rico Windf34fae82015-05-16 13:17:102# for details. All rights reserved. Use of this source code is governed by a
3# BSD-style license that can be found in the LICENSE file.
4
Zachary Anderson8bf8623e2017-06-20 19:35:225# IMPORTANT:
6# Before adding or updating dependencies, please review the documentation here:
7# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
8
Zachary Anderson1660f692018-01-05 18:48:589allowed_hosts = [
10 'boringssl.googlesource.com',
Alexander Thomas66c91092018-06-28 16:08:1411 'chrome-infra-packages.appspot.com',
Zachary Anderson1660f692018-01-05 18:48:5812 'chromium.googlesource.com',
13 'dart.googlesource.com',
Jonas Termansen6f66f822020-06-02 12:53:2414 'dart-internal.googlesource.com',
Zachary Anderson1660f692018-01-05 18:48:5815 'fuchsia.googlesource.com',
16]
17
Rico Windf34fae82015-05-16 13:17:1018vars = {
19 # The dart_root is the root of our sdk checkout. This is normally
20 # simply sdk, but if using special gclient specs it can be different.
21 "dart_root": "sdk",
22
Rico Wind3e38d5a2015-05-28 12:24:2223 # We use mirrors of all github repos to guarantee reproducibility and
24 # consistency between what users see and what the bots see.
25 # We need the mirrors to not have 100+ bots pulling github constantly.
William Hessecac8aa02018-01-02 16:01:2826 # We mirror our github repos on Dart's git servers.
Rico Wind3e38d5a2015-05-28 12:24:2227 # DO NOT use this var if you don't see a mirror here:
William Hessecac8aa02018-01-02 16:01:2828 # https://dart.googlesource.com/
Jonas Termansen6f66f822020-06-02 12:53:2429 "dart_git": "https://dart.googlesource.com/",
30 "dart_internal_git": "https://dart-internal.googlesource.com",
William Hessecac8aa02018-01-02 16:01:2831 # If the repo you want to use is at github.com/dart-lang, but not at
32 # dart.googlesource.com, please file an issue
33 # on github and add the label 'area-infrastructure'.
34 # When the repo is mirrored, you can add it to this DEPS file.
Rico Windae937462015-05-26 08:44:5735
John McCutchan9f785352016-06-22 17:32:5136 # Chromium git
37 "chromium_git": "https://chromium.googlesource.com",
Zach Anderson726732d2017-05-07 04:44:5938 "fuchsia_git": "https://fuchsia.googlesource.com",
John McCutchan9f785352016-06-22 17:32:5139
Alexander Thomasb3400022020-04-28 14:20:4840 # Checked-in SDK version. The checked-in SDK is a Dart SDK distribution in a
41 # cipd package used to run Dart scripts in the build and test infrastructure.
Alexander Thomas32088312021-12-16 11:52:4942 "sdk_tag": "version:2.15.1",
Alexander Thomasb3400022020-04-28 14:20:4843
Alexander Thomas3524bb12019-11-26 17:10:1844 # co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
45 # hashes. It requires access to the dart-build-access group, which EngProd
46 # has.
Alexander Thomasafc70db2021-12-07 11:32:4847 "co19_rev": "a4144628905e0d3326b2549c9a1425bfca06c681",
Alexander Thomas19b7a3e2021-09-23 15:51:0648 # This line prevents conflicts when both packages are rolled simultaneously.
Alexander Thomas4f52d452021-11-23 09:51:1349 "co19_2_rev": "995745937abffe9fc3a6441f9f0db27b2d706e4c",
John McCutchan9f785352016-06-22 17:32:5150
Jonas Termansen6f66f822020-06-02 12:53:2451 # The internal benchmarks to use. See go/dart-benchmarks-internal
Jonas Termansen88c24ef2021-03-16 10:27:1852 "benchmarks_internal_rev": "076df10d9b77af337f2d8029725787155eb1cd52",
Jonas Termansen6f66f822020-06-02 12:53:2453 "checkout_benchmarks_internal": False,
54
Alexander Thomase38d42f2020-10-28 16:25:0555 # Checkout Android dependencies only on Mac and Linux.
William Hesse536ca0b2021-11-02 15:00:5356 "download_android_deps":
57 "(host_os == mac or host_os == linux) and host_cpu == x64",
Alexander Thomase38d42f2020-10-28 16:25:0558
William Hesse2eef08e2021-04-14 11:16:1659 # Checkout extra javascript engines for testing or benchmarking.
60 # d8, the V8 shell, is always checked out.
61 "checkout_javascript_engines": False,
62
Zach Anderson031e77e2018-11-29 15:37:4063 # As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
64 # should be kept up to date with the revisions pulled by the Flutter engine.
65 # The list of revisions for these tools comes from Fuchsia, here:
Roland McGrathb4ebbb72020-07-22 18:48:4666 # https://fuchsia.googlesource.com/integration/+/HEAD/prebuilts
Zach Anderson031e77e2018-11-29 15:37:4067 # If there are problems with the toolchain, contact fuchsia-toolchain@.
Ryan Macnakba0b0d82021-12-02 22:27:4768 "clang_revision": "e3a7f0e2f9ab566bd9b71fb54fe77e947b061a12",
69 "gn_revision": "b79031308cc878488202beb99883ec1f2efd9a6d",
Zach Anderson726732d2017-05-07 04:44:5970
71 # Scripts that make 'git cl format' work.
Edward Lemure2247e52018-05-02 11:37:5872 "clang_format_scripts_rev": "c09c8deeac31f05bd801995c475e7c8070f9ecda",
Rico Windf34fae82015-05-16 13:17:1073
Ryan Macnak9814efb2020-11-13 19:17:4074 "gperftools_revision": "180bfa10d7cb38e8b3784d60943d50e8fcef0dcb",
Zachary Anderson44a04f12016-09-16 15:24:5475
Rico Windf34fae82015-05-16 13:17:1076 # Revisions of /third_party/* dependencies.
Konstantin Shcheglov42b3e662021-09-09 00:38:5377 "args_rev": "3b3f55766af13d895d2020ec001a28e8dc147f91",
Jake Macdonalde0c76932021-10-08 15:01:0378 "async_rev": "80886150a5e6c58006c8ae5a6c2aa7108638e2a9",
Nate Bosch0224c652021-11-10 18:46:4379 "bazel_worker_rev": "ceeba0982d4ff40d32371c9d35f3d2dc1868de20",
Alexander Thomasc88171c2021-02-04 12:10:1780 "benchmark_harness_rev": "c546dbd9f639f75cd2f75de8df2eb9f8ea15e8e7",
William Hessef88ce7a2020-07-22 13:22:0781 "boolean_selector_rev": "665e6921ab246569420376f827bff4585dff0b14",
Ryan Macnak2368c212021-12-02 18:21:3982 "boringssl_gen_rev": "ced85ef0a00bbca77ce5a91261a5f2ae61b1e62f",
83 "boringssl_rev" : "87f316d7748268eb56f2dc147bd593254ae93198",
Srujan Gaddamfecda732020-05-27 18:31:2084 "browser-compat-data_tag": "v1.0.22",
Nicholas Shahan56687912021-07-23 19:24:2085 "browser_launcher_rev": "c6cc1025d6901926cf022e144ba109677e3548f1",
Stephen Adamsb723de12021-08-05 05:41:0886 "characters_rev": "6ec389c4dfa8fce14820dc5cbf6e693202e7e052",
Nate Bosch9ea11a92021-06-28 22:29:1287 "charcode_rev": "84ea427711e24abf3b832923959caa7dd9a8514b",
Edward Lemure2247e52018-05-02 11:37:5888 "chrome_rev" : "19997",
Sigurd Meldgaard44197eb2021-10-12 09:01:5689 "cli_util_rev" : "b0adbba89442b2ea6fef39c7a82fe79cb31e1168",
Kevin Moore6cc06b32020-10-26 18:45:1690 "clock_rev" : "a494269254ba978e7ef8f192c5f7fec3fc05b9d3",
Nate Bosch4dccb1f2021-09-15 18:09:0391 "collection_rev": "a4c941ab94044d118b2086a3f261c30377604127",
Nate Bosch1f71abd2021-07-23 19:24:3092 "convert_rev": "e063fdca4bebffecbb5e6aa5525995120982d9ce",
Nate Boschf2f21492021-07-23 06:29:3593 "crypto_rev": "b5024e4de2b1c474dd558bef593ddbf0bfade152",
Nate Bosch56a08742021-12-13 23:23:5394 "csslib_rev": "158bfa94eed08c12c07a8ee0a3fded0ebdcd1fcb",
Sigmund Chereme8b6af02017-07-18 19:51:3795
Bob Nystrom3a93cf92019-04-02 11:43:1896 # Note: Updates to dart_style have to be coordinated with the infrastructure
Robert Nystroma6fb77f2021-10-04 18:33:4797 # team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
Bob Nystrom3a93cf92019-04-02 11:43:1898 # matches the version here.
Sigmund Chereme8b6af02017-07-18 19:51:3799 #
100 # Please follow this process to make updates:
Bob Nystrom3a93cf92019-04-02 11:43:18101 #
102 # * Create a commit that updates the version here to the desired version and
103 # adds any appropriate CHANGELOG text.
104 # * Send that to eng-prod to review. They will update the checked-in SDK
105 # and land the review.
Sigmund Chereme8b6af02017-07-18 19:51:37106 #
107 # For more details, see https://github.com/dart-lang/sdk/issues/30164
Konstantin Shcheglov947aff82021-10-21 00:45:02108 "dart_style_rev": "08b0294d0a500d5c02168ef57dcb8868d0c3cb48",
Sigmund Chereme8b6af02017-07-18 19:51:37109
Konstantin Shcheglovf85eca72021-12-22 22:01:23110 "dartdoc_rev" : "11c4b3c9723bfa7155efcf0fef02329233a6381d",
Kenzie Schmoll726ce822022-01-19 18:40:47111 "devtools_rev" : "013958fbd45351e5975068756b7b9114465a7f98",
Alexander Thomas9ddfcd72021-04-22 08:37:56112 "jsshell_tag": "version:88.0",
Nate Bosch8b2cacf2021-06-18 07:24:51113 "ffi_rev": "4dd32429880a57b64edaf54c9d5af8a9fa9a4ffb",
Paul Berryf15ffaf2020-09-02 21:36:52114 "fixnum_rev": "16d3890c6dc82ca629659da1934e412292508bba",
Jake Macdonaldbf24df22020-11-30 21:58:44115 "file_rev": "0e09370f581ab6388d46fda4cdab66638c0171a1",
Konstantin Shcheglovd0725fe2021-02-09 01:17:00116 "glob_rev": "a62acf590598f458d3198d9f2930c1c9dd4b1379",
Nate Bosch6e1a0b02021-01-27 18:41:10117 "html_rev": "00cd3c22dac0e68e6ed9e7e4945101aedb1b3109",
Todd Volkertcab2ca22019-07-08 16:42:47118 "http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
Nate Bosch0d64a902021-04-30 20:23:16119 "http_multi_server_rev": "de1b312164c24a1690b46c6e97bd47eff40c4649",
Nate Bosch37c3bbd2021-07-23 21:36:39120 "http_parser_rev": "202391286ddc13c4c3c284ac5b511f04697250ed",
Kevin Moore6f4d79a2021-10-01 22:50:37121 "http_rev": "f35d1e1467092f6a5edb2abf7071c4a99e8c737a",
Alexander Aprelev8e7c8c92021-03-15 23:50:04122 "icu_rev" : "81d656878ec611cb0b42d52c82e9dae93920d9ba",
Konstantin Shcheglov73cfe522021-12-21 19:08:24123 "intl_tag": "0.17.0-nullsafety",
Edward Lemure2247e52018-05-02 11:37:58124 "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
Nate Bosch8b2e7382021-05-03 19:19:19125 "json_rpc_2_rev": "7e00f893440a72de0637970325e4ea44bd1e8c8e",
pq18afd942021-12-16 22:19:59126 "linter_tag": "1.17.1",
Devon Carewd58dc022021-05-17 19:53:22127 "lints_tag": "f9670df2a66e0ec12eb51554e70c1cbf56c8f5d0",
Nate Bosch3877b622021-07-23 20:09:00128 "logging_rev": "575781ef196e4fed4fb737e38fb4b73d62727187",
Terry Lucasc5cfdc52019-01-27 20:06:58129 "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
Sam Rawlinsf9d737b2021-11-19 19:30:47130 "markdown_rev": "7479783f0493f6717e1d7ae31cb37d39a91026b2",
Jake Macdonalde46f6da2021-08-11 23:51:07131 "matcher_rev": "6ba4a6d68bdfacff3d572c9ea98333dfc66fd6bf",
Jacob MacDonaldbe09d342020-12-08 21:14:35132 "mime_rev": "c931f4bed87221beaece356494b43731445ce7b8",
David Morgand9f58bf2020-06-01 18:45:17133 "mockito_rev": "d39ac507483b9891165e422ec98d9fb480037c8b",
Nate Bosch0e609a82021-03-04 23:29:44134 "oauth2_rev": "7cd3284049fe5badbec9f2bea2afc41d14c01057",
Nate Bosch122cd0c2021-08-09 23:31:56135 "package_config_rev": "fb736aa12316dd2d882b202a438a6946a4b4bea0",
Nate Bosch9aedcb42021-12-15 23:04:45136 "path_rev": "baedce9d2ca11ea2cdf54395a74eb038087777a4",
Nicholas Shahan38e5e9b2021-03-24 17:35:32137 "pedantic_rev": "66f2f6c27581c7936482e83be80b27be2719901c",
Michael Thomsen71e3dac2021-12-07 14:44:49138 "platform_rev": "1ffad63428bbd1b3ecaa15926bacfb724023648c",
Edward Lemure2247e52018-05-02 11:37:58139 "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
Ivan Inozemtsev9fff72e2020-11-26 14:53:55140 "pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
Ben Konyifa8ea6d2021-02-12 07:12:54141 "process_rev": "56ece43b53b64c63ae51ec184b76bd5360c28d0b",
Kevin Moore32038792021-07-28 23:09:34142 "protobuf_rev": "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31",
Jonas Finnemann Jensen780bc262021-12-01 20:15:56143 "pub_rev": "dcb6abac2d7d43258c03b348be42bf4aab9529b1",
Zach Anderson5f771ea2021-11-11 14:38:56144 "pub_semver_rev": "a43ad72fb6b7869607581b5fedcb186d1e74276a",
Zach Andersonf4074192021-07-02 19:06:45145 "root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
Liam Appelbe89dbc352020-10-16 23:16:42146 "rust_revision": "b7856f695d65a8ebc846754f97d15814bcb1c244",
Nate Boschfaee22d2021-07-20 21:58:00147 "shelf_static_rev": "202ec1a53c9a830c17cf3b718d089cf7eba568ad",
Jacob MacDonaldf7e6dd52021-02-24 16:15:14148 "shelf_packages_handler_rev": "78302e67c035047e6348e692b0c1182131f0fe35",
Ben Konyi96cf91b2021-03-19 19:49:08149 "shelf_proxy_tag": "v1.0.0",
Kevin Moore4306ea52021-07-02 22:58:55150 "shelf_rev": "46483f896cc4308ee3d8e997030ae799b72aa16a",
Ben Konyi96cf91b2021-03-19 19:49:08151 "shelf_web_socket_rev": "24fb8a04befa75a94ac63a27047b231d1a22aab4",
William Hessef88ce7a2020-07-22 13:22:07152 "source_map_stack_trace_rev": "1c3026f69d9771acf2f8c176a1ab750463309cce",
Edward Lemure2247e52018-05-02 11:37:58153 "source_maps-0.9.4_rev": "38524",
Nicholas Shahanc7e12762021-10-07 22:31:38154 "source_maps_rev": "6499ee3adac8d469e2953e2e8ba4bdb4c2fbef90",
Konstantin Shcheglovd0725fe2021-02-09 01:17:00155 "source_span_rev": "1be3c44045a06dff840d2ed3a13e6082d7a03a23",
Nate Bosch490c52f2021-09-01 17:39:06156 "sse_rev": "9084339389eb441d0c0518cddac211a097e78657",
Nate Boschedf7b052021-12-03 22:11:23157 "stack_trace_rev": "5220580872625ddee41e9ca9a5f3364789b2f0f6",
Nate Bosch8154fff2021-11-16 02:25:11158 "stream_channel_rev": "3fa3e40c75c210d617b8b943b9b8f580e9866a89",
William Hessef88ce7a2020-07-22 13:22:07159 "string_scanner_rev": "1b63e6e5db5933d7be0a45da6e1129fe00262734",
Kevin Mooree8b7fe92021-01-21 23:32:07160 "sync_http_rev": "b59c134f2e34d12acac110d4f17f83e5a7db4330",
Nate Bosch3aab52f2021-08-24 21:37:25161 "test_descriptor_rev": "ead23c1e7df079ac0f6457a35f7a71432892e527",
162 "test_process_rev": "7c73ec8a8a6e0e63d0ec27d70c21ca4323fb5e8f",
William Hessef88ce7a2020-07-22 13:22:07163 "term_glyph_rev": "6a0f9b6fb645ba75e7a00a4e20072678327a0347",
Konstantin Shcheglov42b3e662021-09-09 00:38:53164 "test_reflective_loader_rev": "fcfce37666672edac849d2af6dffc0f8df236a94",
Jacob MacDonald98e59b72021-07-14 21:45:33165 "test_rev": "099dcc4d052a30c6921489cfbefa1c8531d12975",
Nate Bosch5ffac852021-07-23 21:19:50166 "typed_data_rev": "29ce5a92b03326d0b8035916ac04f528874994bd",
Sigurd Meldgaardfa50b7e2021-10-14 14:45:32167 "usage_rev": "f0cb8f7cce8b675255c81488dbab8cf9f2f56404",
William Hessef88ce7a2020-07-22 13:22:07168 "vector_math_rev": "0c9f5d68c047813a6dcdeb88ba7a42daddf25025",
Konstantin Shcheglovd0725fe2021-02-09 01:17:00169 "watcher_rev": "3924194385fb215cef483193ed2879a618a3d69c",
Ben Konyi96cf91b2021-03-19 19:49:08170 "webdriver_rev": "ff5ccb1522edf4bed578ead4d65e0cbc1f2c4f02",
Edward Lemure2247e52018-05-02 11:37:58171 "web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
Nate Boscha3629632021-04-30 18:36:16172 "web_socket_channel_rev": "6448ce532445a8a458fa191d9346df071ae0acad",
Srujan Gaddam240374c2021-09-08 22:18:37173 "WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
Jake Macdonaldb78929f2021-08-19 21:16:06174 "webdev_rev": "832b096c0c24798d3df46faa7b7661fe930573c2",
Nicholas Shahan9cf61ba2021-07-20 19:44:01175 "webkit_inspection_protocol_rev": "dd6fb5d8b536e19cedb384d0bbf1f5631923f1e8",
Sarah Zakarias29ee3212021-09-24 13:04:24176 "yaml_edit_rev": "df1452bfe1653286277a1a8f34dddf3e4fbedd9e",
Nate Bosch2ea9ff02021-09-28 11:47:45177 "yaml_rev": "ad0779d1baa25c6b10a192d080efc45de02b6a32",
Alexander Aprelev44d977b2021-02-05 01:10:32178 "zlib_rev": "bf44340d1b6be1af8950bbdf664fec0cf5a831cc",
Vyacheslav Egorov2c83eb52018-10-24 13:30:16179 "crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
180 "minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
181 "googletest_rev": "f854f1d27488996dc8a6db3c9453f80b02585e12",
Jake Ehrlich773f8d52019-07-30 20:34:31182
Alexander Thomasd8eb8442020-06-24 14:02:40183 # Pinned browser versions used by the testing infrastructure. These are not
184 # meant to be downloaded by users for local testing.
185 "download_chrome": False,
Alexander Thomas9bcebce2021-06-21 06:30:27186 "chrome_tag": "91",
Alexander Thomasd8eb8442020-06-24 14:02:40187 "download_firefox": False,
188 "firefox_tag": "67",
Rico Windf34fae82015-05-16 13:17:10189}
190
Jake Ehrlich773f8d52019-07-30 20:34:31191gclient_gn_args_file = Var("dart_root") + '/build/config/gclient_args.gni'
192gclient_gn_args = [
Jake Ehrlich773f8d52019-07-30 20:34:31193]
194
Rico Windf34fae82015-05-16 13:17:10195deps = {
Zachary Anderson7e1b7e52016-09-23 14:47:36196 # Stuff needed for GN build.
Zachary Anderson630d24b2016-11-09 20:43:57197 Var("dart_root") + "/buildtools/clang_format/script":
198 Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" +
Edward Lemure2247e52018-05-02 11:37:58199 "@" + Var("clang_format_scripts_rev"),
John McCutchan9f785352016-06-22 17:32:51200
Jonas Termansen6f66f822020-06-02 12:53:24201 Var("dart_root") + "/benchmarks-internal": {
202 "url": Var("dart_internal_git") + "/benchmarks-internal.git" +
203 "@" + Var("benchmarks_internal_rev"),
204 "condition": "checkout_benchmarks_internal",
205 },
Alexander Thomas66c91092018-06-28 16:08:14206 Var("dart_root") + "/tools/sdks": {
Alexander Thomas957e1942019-01-24 07:34:58207 "packages": [{
208 "package": "dart/dart-sdk/${{platform}}",
Alexander Thomasb3400022020-04-28 14:20:48209 "version": Var("sdk_tag"),
Alexander Thomas957e1942019-01-24 07:34:58210 }],
Alexander Thomas66c91092018-06-28 16:08:14211 "dep_type": "cipd",
212 },
Alexander Thomas7072d3b2018-10-10 12:36:55213 Var("dart_root") + "/third_party/d8": {
Alexander Thomas957e1942019-01-24 07:34:58214 "packages": [{
215 "package": "dart/d8",
Alexander Thomas25175172021-06-27 11:00:31216 "version": "version:9.1.269",
Alexander Thomas957e1942019-01-24 07:34:58217 }],
Alexander Thomas7072d3b2018-10-10 12:36:55218 "dep_type": "cipd",
219 },
Alexander Thomas9ddfcd72021-04-22 08:37:56220 Var("dart_root") + "/third_party/firefox_jsshell": {
221 "packages": [{
222 "package": "dart/third_party/jsshell/${{platform}}",
223 "version": Var("jsshell_tag"),
224 }],
225 "condition": "checkout_javascript_engines",
226 "dep_type": "cipd",
227 },
228 # TODO(b/186078239): remove this copy to the old location
229 Var("dart_root") + "/third_party/firefox_jsshell/linux/jsshell": {
230 "packages": [{
231 "package": "dart/third_party/jsshell/linux-amd64",
232 "version": Var("jsshell_tag"),
233 }],
234 "condition": "checkout_javascript_engines",
235 "dep_type": "cipd",
236 },
Ben Konyi202db682021-02-26 19:56:00237 Var("dart_root") + "/third_party/devtools": {
238 "packages": [{
239 "package": "dart/third_party/flutter/devtools",
Daco Harkesab454842021-05-04 11:39:21240 "version": "git_revision:" + Var("devtools_rev"),
Ben Konyi202db682021-02-26 19:56:00241 }],
242 "dep_type": "cipd",
243 },
Alexander Thomas3524bb12019-11-26 17:10:18244 Var("dart_root") + "/tests/co19/src": {
Alexander Thomas957e1942019-01-24 07:34:58245 "packages": [{
246 "package": "dart/third_party/co19",
Alexander Thomas3524bb12019-11-26 17:10:18247 "version": "git_revision:" + Var("co19_rev"),
248 }],
249 "dep_type": "cipd",
250 },
251 Var("dart_root") + "/tests/co19_2/src": {
252 "packages": [{
253 "package": "dart/third_party/co19/legacy",
Alexander Thomas957e1942019-01-24 07:34:58254 "version": "git_revision:" + Var("co19_2_rev"),
255 }],
256 "dep_type": "cipd",
257 },
Terry Lucasc5cfdc52019-01-27 20:06:58258 Var("dart_root") + "/third_party/markupsafe":
259 Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
260 "@" + Var("markupsafe_rev"),
Alexander Thomas182d55d2019-05-29 08:39:44261 Var("dart_root") + "/third_party/babel": {
262 "packages": [{
263 "package": "dart/third_party/babel",
264 "version": "version:7.4.5",
265 }],
266 "dep_type": "cipd",
267 },
Rico Windf34fae82015-05-16 13:17:10268 Var("dart_root") + "/third_party/zlib":
269 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
Edward Lemure2247e52018-05-02 11:37:58270 "@" + Var("zlib_rev"),
Rico Windf34fae82015-05-16 13:17:10271
Zachary Anderson43231d92016-09-20 15:46:44272 Var("dart_root") + "/third_party/boringssl":
Edward Lemure2247e52018-05-02 11:37:58273 Var("dart_git") + "boringssl_gen.git" + "@" + Var("boringssl_gen_rev"),
William Hesse13bf8ff2015-08-26 12:42:12274 Var("dart_root") + "/third_party/boringssl/src":
275 "https://boringssl.googlesource.com/boringssl.git" +
Edward Lemure2247e52018-05-02 11:37:58276 "@" + Var("boringssl_rev"),
William Hesse13bf8ff2015-08-26 12:42:12277
Alexander Thomas770ab522019-01-22 16:58:58278 Var("dart_root") + "/third_party/gsutil": {
279 "packages": [{
Alexander Thomasb5c63ce2021-04-15 10:10:20280 "package": "infra/3pp/tools/gsutil",
Alexander Thomas169f8e92021-12-15 08:39:15281 "version": "version:2@5.5",
Alexander Thomas770ab522019-01-22 16:58:58282 }],
283 "dep_type": "cipd",
284 },
285
William Hesse13bf8ff2015-08-26 12:42:12286 Var("dart_root") + "/third_party/root_certificates":
William Hessecac8aa02018-01-02 16:01:28287 Var("dart_git") + "root_certificates.git" +
Edward Lemure2247e52018-05-02 11:37:58288 "@" + Var("root_certificates_rev"),
William Hesse13bf8ff2015-08-26 12:42:12289
Rico Windf34fae82015-05-16 13:17:10290 Var("dart_root") + "/third_party/jinja2":
291 Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
Edward Lemure2247e52018-05-02 11:37:58292 "@" + Var("jinja2_rev"),
Rico Windf34fae82015-05-16 13:17:10293
294 Var("dart_root") + "/third_party/ply":
295 Var("chromium_git") + "/chromium/src/third_party/ply.git" +
Edward Lemure2247e52018-05-02 11:37:58296 "@" + Var("ply_rev"),
Rico Windf34fae82015-05-16 13:17:10297
Stevie Strickland4028fec2019-04-29 09:11:48298 Var("dart_root") + "/third_party/icu":
299 Var("chromium_git") + "/chromium/deps/icu.git" +
300 "@" + Var("icu_rev"),
301
Rico Windf34fae82015-05-16 13:17:10302 Var("dart_root") + "/third_party/WebCore":
Edward Lemure2247e52018-05-02 11:37:58303 Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
Rico Windf34fae82015-05-16 13:17:10304
Srujan Gaddamf2bb32b2020-05-29 18:59:34305 Var("dart_root") + "/third_party/mdn/browser-compat-data/src":
Srujan Gaddamfecda732020-05-27 18:31:20306 Var('chromium_git') + '/external/github.com/mdn/browser-compat-data' +
307 "@" + Var("browser-compat-data_tag"),
308
Ben Konyib99466d2021-05-11 17:55:26309 Var("dart_root") + "/third_party/pkg/browser_launcher":
310 Var("dart_git") + "browser_launcher.git" + "@" + Var("browser_launcher_rev"),
311
Zachary Anderson44a04f12016-09-16 15:24:54312 Var("dart_root") + "/third_party/tcmalloc/gperftools":
313 Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
Edward Lemure2247e52018-05-02 11:37:58314 "@" + Var("gperftools_revision"),
Zachary Anderson44a04f12016-09-16 15:24:54315
Rico Windf34fae82015-05-16 13:17:10316 Var("dart_root") + "/third_party/pkg/args":
Robert Nystroma5d50742020-12-04 22:58:22317 Var("dart_git") + "args.git" + "@" + Var("args_rev"),
Natalie Weizenbaum49948ac2015-07-07 20:14:22318 Var("dart_root") + "/third_party/pkg/async":
Nate Boschadb08da2020-07-01 21:12:14319 Var("dart_git") + "async.git" + "@" + Var("async_rev"),
Jacob MacDonaldd2e22412016-04-14 14:46:33320 Var("dart_root") + "/third_party/pkg/bazel_worker":
Nate Boschadb08da2020-07-01 21:12:14321 Var("dart_git") + "bazel_worker.git" + "@" + Var("bazel_worker_rev"),
Jonas Termansen24d57fb2019-07-10 14:51:14322 Var("dart_root") + "/third_party/pkg/benchmark_harness":
323 Var("dart_git") + "benchmark_harness.git" + "@" +
David Morgand9f58bf2020-06-01 18:45:17324 Var("benchmark_harness_rev"),
Natalie Weizenbaumc7b7c642016-03-21 19:43:25325 Var("dart_root") + "/third_party/pkg/boolean_selector":
William Hessecac8aa02018-01-02 16:01:28326 Var("dart_git") + "boolean_selector.git" +
David Morgand9f58bf2020-06-01 18:45:17327 "@" + Var("boolean_selector_rev"),
Stephen Adamsb723de12021-08-05 05:41:08328 Var("dart_root") + "/third_party/pkg/characters":
329 Var("dart_git") + "characters.git" + "@" + Var("characters_rev"),
pq3dc3b542015-05-26 18:07:30330 Var("dart_root") + "/third_party/pkg/charcode":
David Morgand9f58bf2020-06-01 18:45:17331 Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"),
pq7e5c54a2015-05-27 19:37:39332 Var("dart_root") + "/third_party/pkg/cli_util":
Paul Berry540753d2020-10-12 16:08:32333 Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
Kevin Moore6cc06b32020-10-26 18:45:16334 Var("dart_root") + "/third_party/pkg/clock":
335 Var("dart_git") + "clock.git" + "@" + Var("clock_rev"),
Rico Windf34fae82015-05-16 13:17:10336 Var("dart_root") + "/third_party/pkg/collection":
David Morgand9f58bf2020-06-01 18:45:17337 Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
Natalie Weizenbaum5cfc7ab2015-12-09 23:53:55338 Var("dart_root") + "/third_party/pkg/convert":
David Morgand9f58bf2020-06-01 18:45:17339 Var("dart_git") + "convert.git" + "@" + Var("convert_rev"),
Rico Windf34fae82015-05-16 13:17:10340 Var("dart_root") + "/third_party/pkg/crypto":
David Morgand9f58bf2020-06-01 18:45:17341 Var("dart_git") + "crypto.git" + "@" + Var("crypto_rev"),
Rico Windf34fae82015-05-16 13:17:10342 Var("dart_root") + "/third_party/pkg/csslib":
David Morgand9f58bf2020-06-01 18:45:17343 Var("dart_git") + "csslib.git" + "@" + Var("csslib_rev"),
Rico Windf34fae82015-05-16 13:17:10344 Var("dart_root") + "/third_party/pkg_tested/dart_style":
Johnni Wintherf0cccea2021-04-06 14:32:37345 Var("dart_git") + "dart_style.git" + "@" + Var("dart_style_rev"),
Bob Nystrom59286aa2015-07-22 01:32:42346 Var("dart_root") + "/third_party/pkg/dartdoc":
Sam Rawlins61a6eb42020-07-27 21:50:46347 Var("dart_git") + "dartdoc.git" + "@" + Var("dartdoc_rev"),
Samir Jindel63d30122019-10-10 13:17:43348 Var("dart_root") + "/third_party/pkg/ffi":
David Morgand9f58bf2020-06-01 18:45:17349 Var("dart_git") + "ffi.git" + "@" + Var("ffi_rev"),
Kevin Moore9c5e6fa2016-04-21 18:07:51350 Var("dart_root") + "/third_party/pkg/fixnum":
David Morgand9f58bf2020-06-01 18:45:17351 Var("dart_git") + "fixnum.git" + "@" + Var("fixnum_rev"),
Jake Macdonaldbf24df22020-11-30 21:58:44352 Var("dart_root") + "/third_party/pkg/file":
353 Var("dart_git") + "external/github.com/google/file.dart/"
354 + "@" + Var("file_rev"),
Rico Windf34fae82015-05-16 13:17:10355 Var("dart_root") + "/third_party/pkg/glob":
David Morgand9f58bf2020-06-01 18:45:17356 Var("dart_git") + "glob.git" + "@" + Var("glob_rev"),
Rico Windf34fae82015-05-16 13:17:10357 Var("dart_root") + "/third_party/pkg/html":
David Morgand9f58bf2020-06-01 18:45:17358 Var("dart_git") + "html.git" + "@" + Var("html_rev"),
Rico Windf34fae82015-05-16 13:17:10359 Var("dart_root") + "/third_party/pkg/http":
David Morgand9f58bf2020-06-01 18:45:17360 Var("dart_git") + "http.git" + "@" + Var("http_rev"),
Zachary Andersonc2d24d52018-01-26 18:49:59361 Var("dart_root") + "/third_party/pkg_tested/http_io":
Lasse R.H. Nielsen2efe3442018-07-11 09:45:33362 Var("dart_git") + "http_io.git" + "@" + Var("http_io_rev"),
Rico Windf34fae82015-05-16 13:17:10363 Var("dart_root") + "/third_party/pkg/http_multi_server":
William Hessecac8aa02018-01-02 16:01:28364 Var("dart_git") + "http_multi_server.git" +
Zichang Guof117eb32020-02-11 20:22:09365 "@" + Var("http_multi_server_rev"),
Rico Windf34fae82015-05-16 13:17:10366 Var("dart_root") + "/third_party/pkg/http_parser":
David Morgand9f58bf2020-06-01 18:45:17367 Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_rev"),
Konstantin Shcheglov73cfe522021-12-21 19:08:24368 Var("dart_root") + "/third_party/pkg/intl":
369 Var("dart_git") + "intl.git" + "@" + Var("intl_tag"),
Rico Windf34fae82015-05-16 13:17:10370 Var("dart_root") + "/third_party/pkg/json_rpc_2":
David Morgand9f58bf2020-06-01 18:45:17371 Var("dart_git") + "json_rpc_2.git" + "@" + Var("json_rpc_2_rev"),
Rico Windf34fae82015-05-16 13:17:10372 Var("dart_root") + "/third_party/pkg/linter":
Edward Lemure2247e52018-05-02 11:37:58373 Var("dart_git") + "linter.git" + "@" + Var("linter_tag"),
Devon Carewd58dc022021-05-17 19:53:22374 Var("dart_root") + "/third_party/pkg/lints":
375 Var("dart_git") + "lints.git" + "@" + Var("lints_tag"),
Rico Windf34fae82015-05-16 13:17:10376 Var("dart_root") + "/third_party/pkg/logging":
David Morgand9f58bf2020-06-01 18:45:17377 Var("dart_git") + "logging.git" + "@" + Var("logging_rev"),
Rico Windf34fae82015-05-16 13:17:10378 Var("dart_root") + "/third_party/pkg/markdown":
David Morgand9f58bf2020-06-01 18:45:17379 Var("dart_git") + "markdown.git" + "@" + Var("markdown_rev"),
Rico Windf34fae82015-05-16 13:17:10380 Var("dart_root") + "/third_party/pkg/matcher":
David Morgand9f58bf2020-06-01 18:45:17381 Var("dart_git") + "matcher.git" + "@" + Var("matcher_rev"),
Rico Windf34fae82015-05-16 13:17:10382 Var("dart_root") + "/third_party/pkg/mime":
Sam Rawlinsd5500f12020-11-09 15:18:54383 Var("dart_git") + "mime.git" + "@" + Var("mime_rev"),
Konstantin Shcheglovfcc205e2017-07-19 17:09:33384 Var("dart_root") + "/third_party/pkg/mockito":
David Morgand9f58bf2020-06-01 18:45:17385 Var("dart_git") + "mockito.git" + "@" + Var("mockito_rev"),
Rico Windf34fae82015-05-16 13:17:10386 Var("dart_root") + "/third_party/pkg/oauth2":
Nate Bosch2e3d1c22021-02-23 05:21:39387 Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_rev"),
William Hessee2928702015-08-18 13:04:41388 Var("dart_root") + "/third_party/pkg_tested/package_config":
William Hessecac8aa02018-01-02 16:01:28389 Var("dart_git") + "package_config.git" +
David Morgand9f58bf2020-06-01 18:45:17390 "@" + Var("package_config_rev"),
Rico Windf34fae82015-05-16 13:17:10391 Var("dart_root") + "/third_party/pkg/path":
David Morgand9f58bf2020-06-01 18:45:17392 Var("dart_git") + "path.git" + "@" + Var("path_rev"),
Nate Bosch561dc792019-04-11 19:07:58393 Var("dart_root") + "/third_party/pkg/pedantic":
William Hessef88ce7a2020-07-22 13:22:07394 Var("dart_git") + "pedantic.git" + "@" + Var("pedantic_rev"),
Ben Konyifa8ea6d2021-02-12 07:12:54395 Var("dart_root") + "/third_party/pkg/platform":
396 Var("dart_git") + "platform.dart.git" + "@" + Var("platform_rev"),
Rico Windf34fae82015-05-16 13:17:10397 Var("dart_root") + "/third_party/pkg/pool":
David Morgand9f58bf2020-06-01 18:45:17398 Var("dart_git") + "pool.git" + "@" + Var("pool_rev"),
Jacob MacDonald92419d02016-04-06 20:49:32399 Var("dart_root") + "/third_party/pkg/protobuf":
Sigurd Meldgaard539c10b2019-10-24 06:48:23400 Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_rev"),
Ben Konyifa8ea6d2021-02-12 07:12:54401 Var("dart_root") + "/third_party/pkg/process":
402 Var("dart_git") + "process.dart.git" + "@" + Var("process_rev"),
Rico Windf34fae82015-05-16 13:17:10403 Var("dart_root") + "/third_party/pkg/pub_semver":
Kevin Moorec6e52ea2020-11-20 18:00:37404 Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_rev"),
Rico Windf3c63392015-06-09 06:12:51405 Var("dart_root") + "/third_party/pkg/pub":
Edward Lemure2247e52018-05-02 11:37:58406 Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
Rico Windf34fae82015-05-16 13:17:10407 Var("dart_root") + "/third_party/pkg/shelf":
Nate Bosch78250732020-08-12 20:31:58408 Var("dart_git") + "shelf.git" + "@" + Var("shelf_rev"),
William Hesse7bceafd2016-09-01 08:12:23409 Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
William Hessecac8aa02018-01-02 16:01:28410 Var("dart_git") + "shelf_packages_handler.git"
Jacob MacDonaldf7e6dd52021-02-24 16:15:14411 + "@" + Var("shelf_packages_handler_rev"),
Ben Konyia74e8772020-03-19 23:36:45412 Var("dart_root") + "/third_party/pkg/shelf_proxy":
413 Var("dart_git") + "shelf_proxy.git" + "@" + Var("shelf_proxy_tag"),
John Messerlyde4a1442015-06-18 22:38:47414 Var("dart_root") + "/third_party/pkg/shelf_static":
Edward Lemure2247e52018-05-02 11:37:58415 Var("dart_git") + "shelf_static.git" + "@" + Var("shelf_static_rev"),
Rico Windf34fae82015-05-16 13:17:10416 Var("dart_root") + "/third_party/pkg/shelf_web_socket":
William Hessecac8aa02018-01-02 16:01:28417 Var("dart_git") + "shelf_web_socket.git" +
Ivan Inozemtsevcb5edfd2020-11-23 17:01:45418 "@" + Var("shelf_web_socket_rev"),
Rico Windf34fae82015-05-16 13:17:10419 Var("dart_root") + "/third_party/pkg/source_maps":
David Morgand9f58bf2020-06-01 18:45:17420 Var("dart_git") + "source_maps.git" + "@" + Var("source_maps_rev"),
Rico Windf34fae82015-05-16 13:17:10421 Var("dart_root") + "/third_party/pkg/source_span":
William Hessef88ce7a2020-07-22 13:22:07422 Var("dart_git") + "source_span.git" + "@" + Var("source_span_rev"),
Natalie Weizenbaum49948ac2015-07-07 20:14:22423 Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
William Hessecac8aa02018-01-02 16:01:28424 Var("dart_git") + "source_map_stack_trace.git" +
William Hessef88ce7a2020-07-22 13:22:07425 "@" + Var("source_map_stack_trace_rev"),
Ben Konyie7b3196982020-07-15 21:30:09426 Var("dart_root") + "/third_party/pkg/sse":
Nate Bosch89ba2032021-08-24 03:09:42427 Var("dart_git") + "sse.git" + "@" + Var("sse_rev"),
Rico Windf34fae82015-05-16 13:17:10428 Var("dart_root") + "/third_party/pkg/stack_trace":
Nate Bosch89ba2032021-08-24 03:09:42429 Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_rev"),
Natalie Weizenbaumc7b7c642016-03-21 19:43:25430 Var("dart_root") + "/third_party/pkg/stream_channel":
William Hessecac8aa02018-01-02 16:01:28431 Var("dart_git") + "stream_channel.git" +
Nate Bosch89ba2032021-08-24 03:09:42432 "@" + Var("stream_channel_rev"),
Rico Windf34fae82015-05-16 13:17:10433 Var("dart_root") + "/third_party/pkg/string_scanner":
William Hessecac8aa02018-01-02 16:01:28434 Var("dart_git") + "string_scanner.git" +
David Morgand9f58bf2020-06-01 18:45:17435 "@" + Var("string_scanner_rev"),
Ben Konyie7b3196982020-07-15 21:30:09436 Var("dart_root") + "/third_party/pkg/sync_http":
437 Var("dart_git") + "sync_http.git" + "@" + Var("sync_http_rev"),
William Hesse67b116b2017-08-22 16:32:40438 Var("dart_root") + "/third_party/pkg/term_glyph":
David Morgand9f58bf2020-06-01 18:45:17439 Var("dart_git") + "term_glyph.git" + "@" + Var("term_glyph_rev"),
Rico Windf34fae82015-05-16 13:17:10440 Var("dart_root") + "/third_party/pkg/test":
David Morgand9f58bf2020-06-01 18:45:17441 Var("dart_git") + "test.git" + "@" + Var("test_rev"),
Bob Nystrom7434bf62018-01-05 21:32:31442 Var("dart_root") + "/third_party/pkg/test_descriptor":
Nate Bosch3aab52f2021-08-24 21:37:25443 Var("dart_git") + "test_descriptor.git" + "@" + Var("test_descriptor_rev"),
Bob Nystrom7434bf62018-01-05 21:32:31444 Var("dart_root") + "/third_party/pkg/test_process":
Nate Bosch3aab52f2021-08-24 21:37:25445 Var("dart_git") + "test_process.git" + "@" + Var("test_process_rev"),
Rico Windf34fae82015-05-16 13:17:10446 Var("dart_root") + "/third_party/pkg/test_reflective_loader":
William Hessecac8aa02018-01-02 16:01:28447 Var("dart_git") + "test_reflective_loader.git" +
Sam Rawlinse89179d2020-12-14 15:38:20448 "@" + Var("test_reflective_loader_rev"),
Natalie Weizenbaumc7b7c642016-03-21 19:43:25449 Var("dart_root") + "/third_party/pkg/typed_data":
Nate Bosch5ffac852021-07-23 21:19:50450 Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_rev"),
Rico Windf34fae82015-05-16 13:17:10451 Var("dart_root") + "/third_party/pkg/usage":
Sam Rawlins3ccd5d82020-12-28 16:47:44452 Var("dart_git") + "usage.git" + "@" + Var("usage_rev"),
Jonas Termansen18081c72020-07-09 17:02:02453 Var("dart_root") + "/third_party/pkg/vector_math":
454 Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
455 "@" + Var("vector_math_rev"),
Rico Windf34fae82015-05-16 13:17:10456 Var("dart_root") + "/third_party/pkg/watcher":
Leaf Petersenbcad45f2018-07-16 17:18:30457 Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
Sigmund Cherema1737842018-04-03 20:13:19458 Var("dart_root") + "/third_party/pkg/web_components":
459 Var("dart_git") + "web-components.git" +
Edward Lemure2247e52018-05-02 11:37:58460 "@" + Var("web_components_rev"),
Jacob MacDonald0cbadee2021-05-20 17:44:35461 Var("dart_root") + "/third_party/pkg/webdev":
462 Var("dart_git") + "webdev.git" + "@" + Var("webdev_rev"),
Ben Konyie7b3196982020-07-15 21:30:09463 Var("dart_root") + "/third_party/pkg/webdriver":
464 Var("dart_git") + "external/github.com/google/webdriver.dart.git" +
465 "@" + Var("webdriver_rev"),
Mark Zhoue692b262021-03-18 00:30:37466 Var("dart_root") + "/third_party/pkg/webkit_inspection_protocol":
467 Var("dart_git") + "external/github.com/google/webkit_inspection_protocol.dart.git" +
468 "@" + Var("webkit_inspection_protocol_rev"),
Ben Konyie7b3196982020-07-15 21:30:09469
Natalie Weizenbaumc7b7c642016-03-21 19:43:25470 Var("dart_root") + "/third_party/pkg/web_socket_channel":
William Hessecac8aa02018-01-02 16:01:28471 Var("dart_git") + "web_socket_channel.git" +
David Morgand9f58bf2020-06-01 18:45:17472 "@" + Var("web_socket_channel_rev"),
Sarah Zakariasf7fd4eb2021-09-24 08:36:24473 Var("dart_root") + "/third_party/pkg/yaml_edit":
474 Var("dart_git") + "yaml_edit.git" + "@" + Var("yaml_edit_rev"),
Rico Windf34fae82015-05-16 13:17:10475 Var("dart_root") + "/third_party/pkg/yaml":
David Morgand9f58bf2020-06-01 18:45:17476 Var("dart_git") + "yaml.git" + "@" + Var("yaml_rev"),
Zach Anderson031e77e2018-11-29 15:37:40477
Tess Strickland3c7075b2021-06-23 08:50:47478 Var("dart_root") + "/buildtools/linux-x64/clang": {
Zach Anderson031e77e2018-11-29 15:37:40479 "packages": [
480 {
Tess Strickland3c7075b2021-06-23 08:50:47481 "package": "fuchsia/third_party/clang/linux-amd64",
482 "version": "git_revision:" + Var("clang_revision"),
483 },
484 ],
485 "condition": "host_cpu == x64 and host_os == linux",
486 "dep_type": "cipd",
487 },
488 Var("dart_root") + "/buildtools/mac-x64/clang": {
489 "packages": [
490 {
491 "package": "fuchsia/third_party/clang/mac-amd64",
Zach Anderson031e77e2018-11-29 15:37:40492 "version": "git_revision:" + Var("clang_revision"),
493 },
494 ],
Alexander Thomas45e11712021-06-07 14:04:32495 # TODO(https://fxbug.dev/73385): Use arm64 toolchain on arm64 when it exists.
Tess Strickland3c7075b2021-06-23 08:50:47496 "condition": "host_cpu == x64 and host_os == mac or host_cpu == arm64 and host_os == mac",
497 "dep_type": "cipd",
498 },
499 Var("dart_root") + "/buildtools/win-x64/clang": {
500 "packages": [
501 {
502 "package": "fuchsia/third_party/clang/windows-amd64",
503 "version": "git_revision:" + Var("clang_revision"),
504 },
505 ],
506 "condition": "host_cpu == x64 and host_os == win",
Alexander Thomas45e11712021-06-07 14:04:32507 "dep_type": "cipd",
508 },
509 Var("dart_root") + "/buildtools/linux-arm64/clang": {
510 "packages": [
511 {
512 "package": "fuchsia/third_party/clang/linux-arm64",
513 "version": "git_revision:" + Var("clang_revision"),
514 },
515 ],
516 "condition": "host_os == 'linux' and host_cpu == 'arm64'",
Zach Anderson031e77e2018-11-29 15:37:40517 "dep_type": "cipd",
518 },
519
Ben Konyie7b3196982020-07-15 21:30:09520 Var("dart_root") + "/third_party/webdriver/chrome": {
521 "packages": [
522 {
523 "package": "dart/third_party/chromedriver/${{platform}}",
Alexander Thomas9bcebce2021-06-21 06:30:27524 "version": "version:" + Var("chrome_tag"),
Ben Konyie7b3196982020-07-15 21:30:09525 }
526 ],
527 "condition": "host_cpu == 'x64'",
528 "dep_type": "cipd",
529 },
530
Zach Anderson031e77e2018-11-29 15:37:40531 Var("dart_root") + "/buildtools": {
532 "packages": [
533 {
534 "package": "gn/gn/${{platform}}",
535 "version": "git_revision:" + Var("gn_revision"),
536 },
537 ],
538 "dep_type": "cipd",
539 },
Daco Harkesfbf13f52019-07-19 14:59:57540
Alexander Thomase38d42f2020-10-28 16:25:05541 Var("dart_root") + "/third_party/android_tools/ndk": {
542 "packages": [
543 {
544 "package": "flutter/android/ndk/${{platform}}",
545 "version": "version:r21.0.6113669"
546 }
547 ],
548 "condition": "download_android_deps",
549 "dep_type": "cipd",
550 },
551
552 Var("dart_root") + "/third_party/android_tools/sdk/build-tools": {
553 "packages": [
554 {
555 "package": "flutter/android/sdk/build-tools/${{platform}}",
556 "version": "version:30.0.1"
557 }
558 ],
559 "condition": "download_android_deps",
560 "dep_type": "cipd",
561 },
562
563 Var("dart_root") + "/third_party/android_tools/sdk/platform-tools": {
564 "packages": [
565 {
566 "package": "flutter/android/sdk/platform-tools/${{platform}}",
567 "version": "version:29.0.2"
568 }
569 ],
570 "condition": "download_android_deps",
571 "dep_type": "cipd",
572 },
573
574 Var("dart_root") + "/third_party/android_tools/sdk/platforms": {
575 "packages": [
576 {
577 "package": "flutter/android/sdk/platforms",
578 "version": "version:30r3"
579 }
580 ],
581 "condition": "download_android_deps",
582 "dep_type": "cipd",
583 },
584
585 Var("dart_root") + "/third_party/android_tools/sdk/tools": {
586 "packages": [
587 {
588 "package": "flutter/android/sdk/tools/${{platform}}",
589 "version": "version:26.1.1"
590 }
591 ],
592 "condition": "download_android_deps",
593 "dep_type": "cipd",
594 },
595
Liam Appelbe0fee2962019-08-20 16:56:10596 Var("dart_root") + "/buildtools/" + Var("host_os") + "-" + Var("host_cpu") + "/rust": {
597 "packages": [
598 {
599 "package": "fuchsia/rust/${{platform}}",
600 "version": "git_revision:" + Var("rust_revision"),
601 },
602 ],
603 "condition": "(host_os == 'linux' or host_os == 'mac') and host_cpu == 'x64'",
604 "dep_type": "cipd",
605 },
606
Ryan Macnak81c87d22021-10-13 16:47:26607 # Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/gn
Ryan Macnakb4b7b8f2021-10-13 21:14:56608 Var("dart_root") + "/third_party/fuchsia/sdk/mac": {
609 "packages": [
610 {
611 "package": "fuchsia/sdk/gn/mac-amd64",
612 "version": "git_revision:190502a955c482431c2edd0525e128423728b662"
613 }
614 ],
615 "condition": 'host_os == "mac" and host_cpu == "x64"',
616 "dep_type": "cipd",
617 },
Liam Appelbe764e7282020-06-18 00:24:31618 Var("dart_root") + "/third_party/fuchsia/sdk/linux": {
619 "packages": [
620 {
621 "package": "fuchsia/sdk/gn/linux-amd64",
Ryan Macnak81c87d22021-10-13 16:47:26622 "version": "git_revision:190502a955c482431c2edd0525e128423728b662"
Liam Appelbe764e7282020-06-18 00:24:31623 }
624 ],
625 "condition": 'host_os == "linux" and host_cpu == "x64"',
626 "dep_type": "cipd",
627 },
628
Dmitry Stefantsovab9cd542019-08-29 08:52:43629 Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
630 "packages": [
631 {
632 "package": "dart/cfe/benchmark_data",
Dmitry Stefantsov535ee872020-02-07 15:00:24633 "version": "sha1sum:5b6e6dfa33b85c733cab4e042bf46378984d1544",
Dmitry Stefantsovab9cd542019-08-29 08:52:43634 }
635 ],
636 "dep_type": "cipd",
637 },
638
Daco Harkesfbf13f52019-07-19 14:59:57639 # TODO(37531): Remove these cipd packages and build with sdk instead when
640 # benchmark runner gets support for that.
Jonas Termansen7aa86562020-05-20 16:08:50641 Var("dart_root") + "/benchmarks/FfiBoringssl/native/out/": {
Daco Harkesfbf13f52019-07-19 14:59:57642 "packages": [
643 {
644 "package": "dart/benchmarks/ffiboringssl",
645 "version": "commit:a86c69888b9a416f5249aacb4690a765be064969",
646 },
647 ],
648 "dep_type": "cipd",
649 },
Jonas Termansen0f505e02020-06-04 11:00:20650 Var("dart_root") + "/benchmarks/FfiCall/native/out/": {
Daco Harkesfbf13f52019-07-19 14:59:57651 "packages": [
652 {
653 "package": "dart/benchmarks/fficall",
Daco Harkesd8704632020-06-15 13:27:16654 "version": "ebF5aRXKDananlaN4Y8b0bbCNHT1MnkGbWqfpCpiND4C",
Daco Harkesfbf13f52019-07-19 14:59:57655 },
656 ],
Nicholas Shahan38e5e9b2021-03-24 17:35:32657 "dep_type": "cipd",
Daco Harkesfbf13f52019-07-19 14:59:57658 },
Clement Skau36652d32021-11-04 15:16:24659 Var("dart_root") + "/benchmarks/NativeCall/native/out/": {
660 "packages": [
661 {
662 "package": "dart/benchmarks/nativecall",
663 "version": "w1JKzCIHSfDNIjqnioMUPq0moCXKwX67aUfhyrvw4E0C",
664 },
665 ],
666 "dep_type": "cipd",
667 },
Alexander Thomasd8eb8442020-06-24 14:02:40668 Var("dart_root") + "/third_party/browsers/chrome": {
669 "packages": [
670 {
671 "package": "dart/browsers/chrome/${{platform}}",
672 "version": "version:" + Var("chrome_tag"),
673 },
674 ],
675 "condition": "download_chrome",
676 "dep_type": "cipd",
677 },
678 Var("dart_root") + "/third_party/browsers/firefox": {
679 "packages": [
680 {
681 "package": "dart/browsers/firefox/${{platform}}",
682 "version": "version:" + Var("firefox_tag"),
683 },
684 ],
685 "condition": "download_firefox",
686 "dep_type": "cipd",
687 },
Vyacheslav Egorov2c83eb52018-10-24 13:30:16688}
689
690deps_os = {
691 "win": {
692 Var("dart_root") + "/third_party/cygwin":
693 Var("chromium_git") + "/chromium/deps/cygwin.git" + "@" +
Edward Lemure2247e52018-05-02 11:37:58694 "c89e446b273697fadf3a10ff1007a97c0b7de6df",
Vyacheslav Egorov2c83eb52018-10-24 13:30:16695 Var("dart_root") + "/third_party/crashpad/crashpad":
696 Var("chromium_git") + "/crashpad/crashpad.git" + "@" +
697 Var("crashpad_rev"),
698 Var("dart_root") + "/third_party/mini_chromium/mini_chromium":
699 Var("chromium_git") + "/chromium/mini_chromium" + "@" +
700 Var("minichromium_rev"),
701 Var("dart_root") + "/third_party/googletest":
702 Var("fuchsia_git") + "/third_party/googletest" + "@" +
703 Var("googletest_rev"),
704 }
Rico Windf34fae82015-05-16 13:17:10705}
706
Rico Windf34fae82015-05-16 13:17:10707hooks = [
708 {
Martin Kustermannd7e2f9b2020-06-04 18:32:29709 # Pull Debian sysroot for i386 Linux
Zachary Anderson7b868802016-11-07 21:09:45710 'name': 'sysroot_i386',
711 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20712 'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
Zachary Andersond9eb6292017-12-02 06:19:33713 '--arch', 'i386'],
Zachary Anderson7b868802016-11-07 21:09:45714 },
715 {
Martin Kustermannd7e2f9b2020-06-04 18:32:29716 # Pull Debian sysroot for amd64 Linux
Zachary Anderson7b868802016-11-07 21:09:45717 'name': 'sysroot_amd64',
718 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20719 'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
Zachary Andersond9eb6292017-12-02 06:19:33720 '--arch', 'amd64'],
721 },
722 {
Martin Kustermannd7e2f9b2020-06-04 18:32:29723 # Pull Debian sysroot for arm Linux
Zachary Andersond9eb6292017-12-02 06:19:33724 'name': 'sysroot_amd64',
725 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20726 'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
Zachary Andersond9eb6292017-12-02 06:19:33727 '--arch', 'arm'],
728 },
729 {
730 # Pull Debian jessie sysroot for arm64 Linux
731 'name': 'sysroot_amd64',
732 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20733 'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
Zachary Andersond9eb6292017-12-02 06:19:33734 '--arch', 'arm64'],
Zachary Anderson7b868802016-11-07 21:09:45735 },
736 {
Zach Anderson726732d2017-05-07 04:44:59737 'name': 'buildtools',
738 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20739 'action': ['python3', 'sdk/tools/buildtools/update.py'],
Zachary Anderson7e1b7e52016-09-23 14:47:36740 },
741 {
William Hessec1db1642017-07-27 11:54:34742 # Update the Windows toolchain if necessary.
743 'name': 'win_toolchain',
744 'pattern': '.',
Alexander Thomasb5c63ce2021-04-15 10:10:20745 'action': ['python3', 'sdk/build/vs_toolchain.py', 'update'],
746 'condition': 'checkout_win'
747 },
Nate Bosch1dedeff2021-04-28 01:42:32748]