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
|
2022-10-07 00:04:56 +00:00
|
|
|
#
|
|
|
|
# Packages can be rolled to the latest version with `tools/manage_deps.dart`.
|
|
|
|
# There is some lag time between a commit landing in github and reaching the
|
|
|
|
# google hosted clones.
|
|
|
|
#
|
|
|
|
# For example
|
|
|
|
#
|
|
|
|
# dart tools/manage_deps.dart bump third_party/pkg/dart_style
|
2017-06-20 19:35:22 +00:00
|
|
|
|
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.
|
2022-08-31 09:09:38 +00:00
|
|
|
"sdk_tag": "version:2.18.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
|
2022-05-17 13:43:59 +00:00
|
|
|
# hashes.
|
2022-11-15 10:22:02 +00:00
|
|
|
"co19_rev": "19439c0d58a0df422c4acc4ae97a3deeb98d0f67",
|
2021-09-23 15:51:06 +00:00
|
|
|
# This line prevents conflicts when both packages are rolled simultaneously.
|
2022-11-04 11:33:28 +00:00
|
|
|
"co19_2_rev": "cdab7e4e26f3dd534bcb297ff3f9e9aa5c7a04fb",
|
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
|
2022-05-02 12:48:39 +00:00
|
|
|
"benchmarks_internal_rev": "599aa474a03c37be146f82dfbad85f34f25ffa47",
|
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.
|
2021-11-02 15:00:53 +00:00
|
|
|
"download_android_deps":
|
2022-05-10 16:11:53 +00:00
|
|
|
"host_os == mac or (host_os == linux and host_cpu == x64)",
|
2020-10-28 16:25:05 +00:00
|
|
|
|
2021-04-14 11:16:16 +00:00
|
|
|
# Checkout extra javascript engines for testing or benchmarking.
|
|
|
|
# d8, the V8 shell, is always checked out.
|
|
|
|
"checkout_javascript_engines": False,
|
2022-11-11 15:11:54 +00:00
|
|
|
"d8_tag": "version:10.9.104",
|
2022-01-10 14:05:33 +00:00
|
|
|
"jsshell_tag": "version:95.0",
|
2021-04-14 11:16:16 +00:00
|
|
|
|
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:
|
2022-02-17 15:51:48 +00:00
|
|
|
# https://fuchsia.googlesource.com/integration/+/HEAD/toolchain
|
2018-11-29 15:37:40 +00:00
|
|
|
# If there are problems with the toolchain, contact fuchsia-toolchain@.
|
2022-11-07 15:13:18 +00:00
|
|
|
"clang_version": "git_revision:f85c1f3b7c0bda64aef12201e2f5bbad6028582d",
|
2022-10-12 18:58:59 +00:00
|
|
|
"gn_version": "git_revision:0bcd37bd2b83f1a9ee17088037ebdfe6eab6d31a",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
2022-10-11 18:12:39 +00:00
|
|
|
# Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/gn
|
2022-10-12 18:58:59 +00:00
|
|
|
"fuchsia_sdk_version": "git_revision:8658717573be7924d71b88c3d404ea2b4ca4984b",
|
2022-10-11 18:12:39 +00:00
|
|
|
|
2022-09-23 11:14:16 +00:00
|
|
|
# Ninja, runs the build based on files generated by GN.
|
|
|
|
"ninja_tag": "version:2@1.11.1.chromium.4",
|
|
|
|
|
2017-05-07 04:44:59 +00:00
|
|
|
# Scripts that make 'git cl format' work.
|
2022-03-08 10:23:34 +00:00
|
|
|
"clang_format_scripts_rev": "bb994c6f067340c1135eb43eed84f4b33cfa7397",
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2022-07-06 17:34:20 +00:00
|
|
|
"gperftools_revision": "bf8b714bf5075d0a6f2f28504b43095e2b1e11c5",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
# Revisions of /third_party/* dependencies.
|
2022-06-19 19:11:11 +00:00
|
|
|
# Note that putting an EOL comment after a dependency below will prevent the
|
|
|
|
# 'tools/rev_sdk_deps.dart' tool from attempting to rev to a newer revision.
|
|
|
|
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"args_rev": "da037acc018a8dd267d109eb634454490b7ff759",
|
|
|
|
"async_rev": "c59c7c51cc2a1b1fc49a2d853d413bd3a92126e9",
|
|
|
|
"bazel_worker_rev": "9f21e1de12d1f7e7450e70b314c81631526c22d0",
|
|
|
|
"benchmark_harness_rev": "ee7a253fe11922791379d3849310f0cbcb199d8a",
|
|
|
|
"boolean_selector_rev": "5082b3debf97421c071be957063763d98412b2e2",
|
2021-12-02 18:21:39 +00:00
|
|
|
"boringssl_gen_rev": "ced85ef0a00bbca77ce5a91261a5f2ae61b1e62f",
|
2022-04-18 16:34:46 +00:00
|
|
|
"boringssl_rev": "87f316d7748268eb56f2dc147bd593254ae93198",
|
2022-03-09 17:51:24 +00:00
|
|
|
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
2022-11-03 19:51:41 +00:00
|
|
|
"browser_launcher_rev": "5fa0bd6cddc33785f43c920576fc03dcee1c3caa",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"characters_rev": "4ffccb88a98c026f3351671479c85a886451dc33",
|
2022-04-18 16:34:46 +00:00
|
|
|
"chrome_rev": "19997",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"cli_util_rev": "edcf1c357dfc92f760ea0f1bbdb94f9b72d26b71",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"clock_rev": "8a8231fa7912d84c7e99236b7800cfbef5ea7ae5",
|
[deps] rev bazel_worker, collection, markdown, pub_semver, source_map_stack_trace, source_maps, see, stack_trace, test, webdev
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9710de6..75a947f):
75a947f 2022-10-18 Nate Bosch Prepare to publish (#63)
collection (https://github.com/dart-lang/collection/compare/ca45fc4..efd709f):
efd709f 2022-10-18 Kevin Moore Fix doc comment references among other new lints (#253)
markdown (https://github.com/dart-lang/markdown/compare/d72ae07..93d0eee):
93d0eee 2022-10-14 Kevin Moore Misc package cleanup, mostly lints (#468)
16781b6 2022-10-14 Kevin Moore CI: update actions, add dependabot (#469)
pub_semver (https://github.com/dart-lang/pub_semver/compare/7671359..28159b8):
28159b8 2022-10-14 Devon Carew prep for publishing (#73)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/72dbf21..8d8078f):
8d8078f 2022-10-18 Devon Carew update ci; prep for publishing (#30)
source_maps (https://github.com/dart-lang/source_maps/compare/e93565b..c7e8963):
c7e8963 2022-10-18 Devon Carew adjust the min sdk we test against (#68)
4f0b1e2 2022-10-18 Devon Carew update ci; prep for publishing (#67)
sse (https://github.com/dart-lang/sse/compare/00084c4..283568d):
283568d 2022-10-14 Devon Carew update ci; prep for publishing (#64)
stack_trace (https://github.com/dart-lang/stack_trace/compare/9697e4c..dce0013):
dce0013 2022-10-18 Kevin Moore fix changelog link
test (https://github.com/dart-lang/test/compare/58beb14..f704d5a):
f704d5af 2022-10-17 godofredoc Add scorecard badge to test repo. (#1774)
webdev (https://github.com/dart-lang/webdev/compare/69aac60..5343edb):
5343edb 2022-10-17 Elliott Brooks (she/her) Migrate more files to null-safety (#1758)
ce498c2 2022-10-14 Elliott Brooks (she/her) Migrate `configuration.dart` and `shared.dart` to null-safety (#1757)
Change-Id: I8859b1abc22f630c2136a69b0ad5a836691b9dbd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-10-19 19:36:17 +00:00
|
|
|
"collection_rev": "efd709fc1760a595f8575f4137a1847de1b49d76",
|
2022-10-13 19:08:27 +00:00
|
|
|
"convert_rev": "4feeb10d2f26d22eab461469da0739a57d001edf",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"crypto_rev": "bf0c33b42eb7e5991ee98429318884695e576c2b",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"csslib_rev": "34203c09f073ed8267f5d6e333daddb02e6ff609",
|
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
|
2021-10-04 18:33:47 +00:00
|
|
|
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
|
2022-04-18 16:34:46 +00:00
|
|
|
# matches the version here. Please follow this process to make updates:
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +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.
|
2019-04-02 11:43:18 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +00:00
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
|
2022-10-06 14:40:10 +00:00
|
|
|
"dart_style_rev": "f79a9828ad07e50d6e8352ac154cc16eb4d78d5c", # manually rev'd
|
2017-07-18 19:51:37 +00:00
|
|
|
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"dartdoc_rev": "dc502d0862fe1ba8451c9c57cd7ab70432634af3",
|
2022-11-01 16:32:17 +00:00
|
|
|
"devtools_rev": "23444af89d716818f099974df3e4fffac87fd886",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"ffi_rev": "3ede2312dd6ec37db6e7bcd6e1236647f72c7fc0",
|
2022-11-07 18:05:14 +00:00
|
|
|
"file_rev": "b768f79dcd104a5feabafab47101c4355b71cd8f",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"fixnum_rev": "bca3816daf641397f7b5ab9cf865a6d10d30c625",
|
2022-11-07 19:42:29 +00:00
|
|
|
"glob_rev": "7f97bf5be6bfe8c90a92283e4c590dba2a676083",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"html_rev": "28fb8b97acf471bedcfa4eaf38899a0f65d5e30d",
|
|
|
|
"http_multi_server_rev": "e31c6988e3869fb4019429254604066338f86095",
|
2022-10-05 19:43:35 +00:00
|
|
|
"http_parser_rev": "c73967535ce31120e218120f70ef98cc22688c82",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"http_rev": "d56141de40b69e8ae3cc22602caea6cca3fba4dc",
|
2022-04-18 16:34:46 +00:00
|
|
|
"icu_rev": "81d656878ec611cb0b42d52c82e9dae93920d9ba",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"intl_rev": "a127902594a964f2090239fb454adadf7c1a77ef",
|
2018-05-02 11:37:58 +00:00
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"json_rpc_2_rev": "16fed53fbebd38edf170f58c1da1de2a325b2b98",
|
2022-11-09 23:25:29 +00:00
|
|
|
"linter_rev": "8bce8b8b06c22716219207eb9d52beb93932ea44", # 1.30.0
|
2022-10-21 18:09:12 +00:00
|
|
|
"lints_rev": "16bdefe1df529262a6596f79e91003ddbdbd3890",
|
2022-10-05 19:43:35 +00:00
|
|
|
"logging_rev": "f322480fb9d9e83e677c08db6d09067059f7ff74",
|
2022-11-16 20:33:33 +00:00
|
|
|
"markdown_rev": "37951d151750acfae756b2e466f563c1c5119b3d",
|
2022-04-18 16:34:46 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"matcher_rev": "9051de05db4aceed4c7a59c34a6ce24b7c05b3c6",
|
2022-11-16 18:20:36 +00:00
|
|
|
"mime_rev": "c0c4c47a3d7bf696f1aa1959fb83d598baadb33c",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"mockito_rev": "347d3e4cc64752b2ff7b5d35fe5cd1b281b17413",
|
|
|
|
"package_config_rev": "abb4aec904ab8c739b6dcec516d44f56d96c8115",
|
|
|
|
"path_rev": "12ce876fdd8873128671acfec54c8ad88da361fa",
|
2018-05-02 11:37:58 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"pool_rev": "1ea5b031cfda37786d305292cb8104dffb45d9ae",
|
|
|
|
"protobuf_rev": "4af1cb3c4e116d02d3b3d005fd9d4995fbc4c564",
|
2022-11-11 09:52:22 +00:00
|
|
|
"pub_rev": "6ac42d7644dedfcc500147ab47886eecab4b1b38", # manually rev'd
|
2022-11-11 21:05:10 +00:00
|
|
|
"pub_semver_rev": "28159b8c5b96fc2709d0904389d7932880f68659", # b/258766867
|
2021-07-02 19:06:45 +00:00
|
|
|
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"shelf_rev": "1c2104737973715426035c11ba840c7f23d8f186",
|
[deps] rev bazel_worker, collection, markdown, pub_semver, source_map_stack_trace, source_maps, see, stack_trace, test, webdev
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9710de6..75a947f):
75a947f 2022-10-18 Nate Bosch Prepare to publish (#63)
collection (https://github.com/dart-lang/collection/compare/ca45fc4..efd709f):
efd709f 2022-10-18 Kevin Moore Fix doc comment references among other new lints (#253)
markdown (https://github.com/dart-lang/markdown/compare/d72ae07..93d0eee):
93d0eee 2022-10-14 Kevin Moore Misc package cleanup, mostly lints (#468)
16781b6 2022-10-14 Kevin Moore CI: update actions, add dependabot (#469)
pub_semver (https://github.com/dart-lang/pub_semver/compare/7671359..28159b8):
28159b8 2022-10-14 Devon Carew prep for publishing (#73)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/72dbf21..8d8078f):
8d8078f 2022-10-18 Devon Carew update ci; prep for publishing (#30)
source_maps (https://github.com/dart-lang/source_maps/compare/e93565b..c7e8963):
c7e8963 2022-10-18 Devon Carew adjust the min sdk we test against (#68)
4f0b1e2 2022-10-18 Devon Carew update ci; prep for publishing (#67)
sse (https://github.com/dart-lang/sse/compare/00084c4..283568d):
283568d 2022-10-14 Devon Carew update ci; prep for publishing (#64)
stack_trace (https://github.com/dart-lang/stack_trace/compare/9697e4c..dce0013):
dce0013 2022-10-18 Kevin Moore fix changelog link
test (https://github.com/dart-lang/test/compare/58beb14..f704d5a):
f704d5af 2022-10-17 godofredoc Add scorecard badge to test repo. (#1774)
webdev (https://github.com/dart-lang/webdev/compare/69aac60..5343edb):
5343edb 2022-10-17 Elliott Brooks (she/her) Migrate more files to null-safety (#1758)
ce498c2 2022-10-14 Elliott Brooks (she/her) Migrate `configuration.dart` and `shared.dart` to null-safety (#1757)
Change-Id: I8859b1abc22f630c2136a69b0ad5a836691b9dbd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-10-19 19:36:17 +00:00
|
|
|
"source_map_stack_trace_rev": "8d8078fcc81c8f7936805cd277198493e0b7fc62",
|
2022-10-20 20:24:05 +00:00
|
|
|
"source_maps_rev": "b031e2cdbef5675ab9a92025202d323a5e7cc526",
|
2022-10-26 17:37:57 +00:00
|
|
|
"source_span_rev": "d1d47e550b6f77ed9b4907339a8a5e430b9ca314",
|
[deps] rev bazel_worker, collection, markdown, pub_semver, source_map_stack_trace, source_maps, see, stack_trace, test, webdev
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9710de6..75a947f):
75a947f 2022-10-18 Nate Bosch Prepare to publish (#63)
collection (https://github.com/dart-lang/collection/compare/ca45fc4..efd709f):
efd709f 2022-10-18 Kevin Moore Fix doc comment references among other new lints (#253)
markdown (https://github.com/dart-lang/markdown/compare/d72ae07..93d0eee):
93d0eee 2022-10-14 Kevin Moore Misc package cleanup, mostly lints (#468)
16781b6 2022-10-14 Kevin Moore CI: update actions, add dependabot (#469)
pub_semver (https://github.com/dart-lang/pub_semver/compare/7671359..28159b8):
28159b8 2022-10-14 Devon Carew prep for publishing (#73)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/72dbf21..8d8078f):
8d8078f 2022-10-18 Devon Carew update ci; prep for publishing (#30)
source_maps (https://github.com/dart-lang/source_maps/compare/e93565b..c7e8963):
c7e8963 2022-10-18 Devon Carew adjust the min sdk we test against (#68)
4f0b1e2 2022-10-18 Devon Carew update ci; prep for publishing (#67)
sse (https://github.com/dart-lang/sse/compare/00084c4..283568d):
283568d 2022-10-14 Devon Carew update ci; prep for publishing (#64)
stack_trace (https://github.com/dart-lang/stack_trace/compare/9697e4c..dce0013):
dce0013 2022-10-18 Kevin Moore fix changelog link
test (https://github.com/dart-lang/test/compare/58beb14..f704d5a):
f704d5af 2022-10-17 godofredoc Add scorecard badge to test repo. (#1774)
webdev (https://github.com/dart-lang/webdev/compare/69aac60..5343edb):
5343edb 2022-10-17 Elliott Brooks (she/her) Migrate more files to null-safety (#1758)
ce498c2 2022-10-14 Elliott Brooks (she/her) Migrate `configuration.dart` and `shared.dart` to null-safety (#1757)
Change-Id: I8859b1abc22f630c2136a69b0ad5a836691b9dbd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-10-19 19:36:17 +00:00
|
|
|
"sse_rev": "283568dd4865cc51e25370ed107fcbdb68759c22",
|
|
|
|
"stack_trace_rev": "dce00134f6558086e8963e37d0b1ba0830862c01",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"stream_channel_rev": "914304769d036867b993bd7f9c111145f1ca4ab0",
|
2022-11-03 19:51:41 +00:00
|
|
|
"string_scanner_rev": "4a5cbc5c1127151ea507cc9da797b829857607e8",
|
2022-09-20 23:25:55 +00:00
|
|
|
"sync_http_rev": "f5c1f18f579752112870fa2f1860470d28c6f605",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"term_glyph_rev": "822cd5b3418615c6db715a796c2c9ba9acb63b0d",
|
2022-11-07 18:05:14 +00:00
|
|
|
"test_descriptor_rev": "13dbc20e9d5c354b670353220c3ab95642ae228c",
|
2022-11-03 19:51:41 +00:00
|
|
|
"test_process_rev": "1774aa7a94ebbc60924a7f7174adb02e84458c25",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"test_reflective_loader_rev": "52b6753852661787208e003f9716b079026c7ac7",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"test_rev": "7756833000d671d4540b37ef04acd4b9e716026f",
|
|
|
|
"typed_data_rev": "1e838b8ec85699b5b99e793d004ae315e72fcbc0",
|
2022-10-21 18:09:12 +00:00
|
|
|
"usage_rev": "fee1d9d9c295362f6edebfeebb9f8187711c55ab",
|
2022-09-20 21:00:15 +00:00
|
|
|
"vector_math_rev": "1eee95b15e5d35cf519514cc253037b19705fb7a",
|
2022-10-05 19:43:35 +00:00
|
|
|
"watcher_rev": "32591071a83f632478e702f67e29de6e54428ce9",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"web_socket_channel_rev": "1b0561cfec8ff7e9465896eb340ea3c382b59393",
|
2021-09-08 22:18:37 +00:00
|
|
|
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"webdev_rev": "3ec168f6815af9d5f11278111d147bc82c0755c3",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"webdriver_rev": "336dd3d1208d0b390ac437a785a78760ca7cac7d",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"webkit_inspection_protocol_rev": "ddb624cd85954dd384056cc253a8fc2b9da5364d",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"yaml_edit_rev": "299f74594ff9fda412c1da5c0b5d5231d0c6fc42",
|
[deps] rev cli_util, csslib, dartdoc, http, intl, matcher, mockito, package_config, path, shelf, term_glyph, test_reflective_loader, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/b0adbba..edcf1c3):
edcf1c3 2022-11-15 Devon Carew blast_repo fixes (#71)
csslib (https://github.com/dart-lang/csslib/compare/ba2eb2d..34203c0):
34203c0 2022-11-15 Kevin Moore blast_repo fixes (#154)
dartdoc (https://github.com/dart-lang/dartdoc/compare/08e3098..dc502d0):
dc502d08 2022-11-15 Sam Rawlins Move much PackageWarning logic _out_ of PackageGraph, into the enum. (#3251)
ad651b15 2022-11-15 Sam Rawlins Move the e2e source-link test to a unit test (#3254)
d14c680c 2022-11-11 Sam Rawlins Make many Strings in DocumentationComment non-nullable (#3243)
92afb9bb 2022-11-10 dependabot[bot] Bump github/codeql-action from 2.1.29 to 2.1.31 (#3246)
http (https://github.com/dart-lang/http/compare/6339026..d56141d):
d56141d 2022-11-11 Brian Quinlan Upgrade to ffigen ^7.2 and remove unnecessary casts (#820)
d95a544 2022-11-10 Brian Quinlan Add a more complete implementation for `URLSessionTask`. (#818)
intl (https://github.com/dart-lang/intl/compare/442193c..a127902):
a127902 2022-11-16 Kevin Moore blast_repo fixes (#510)
matcher (https://github.com/dart-lang/matcher/compare/6a9b83b..9051de0):
9051de0 2022-11-15 Kevin Moore blast_repo fixes (#197)
mockito (https://github.com/dart-lang/mockito/compare/748e88e..347d3e4):
347d3e4 2022-11-14 Kevin Moore blast_repo fixes (#587)
package_config (https://github.com/dart-lang/package_config/compare/cff98c9..abb4aec):
abb4aec 2022-11-15 Kevin Moore blast_repo fixes (#127)
path (https://github.com/dart-lang/path/compare/58ba22c..12ce876):
12ce876 2022-11-14 hellohuanlin Support more arguments in path.join API (#130)
shelf (https://github.com/dart-lang/shelf/compare/5fd2593..1c21047):
1c21047 2022-11-11 Devon Carew update the no-response.yml configuration (#308)
term_glyph (https://github.com/dart-lang/term_glyph/compare/ec7cf7b..822cd5b):
822cd5b 2022-11-15 Kevin Moore blast_repo fixes (#29)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/ef934b7..52b6753):
52b6753 2022-11-15 Kevin Moore blast_repo fixes (#42)
webdev (https://github.com/dart-lang/webdev/compare/22f6271..3ec168f):
3ec168f 2022-11-15 Anna Gringauze Add --enable-experience flag and pass it to the expression compiler service (#1794)
72272dd 2022-11-10 Elliott Brooks (she/her) Include a settings page for configuring the Dart Debug Extension (#1776)
73839e7 2022-11-10 Elliott Brooks (she/her) Log entire exception message instead of first line (#1782)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b825c8f..ddb624c):
ddb624c 2022-11-14 Kevin Moore blast_repo fixes (#95)
yaml (https://github.com/dart-lang/yaml/compare/fda5b15..f699275):
f699275 2022-11-15 Devon Carew Merge pull request #131 from dart-lang/blast_repo-2022_11_15T20_23_04
8f6a5f7 2022-11-15 Kevin Moore blast_repo fixes
Change-Id: I5d55d733b7f9256edf4f44229cc810e827c23f7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270240
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-16 20:33:03 +00:00
|
|
|
"yaml_rev": "f6992752da8883a4bd9b036063371dca552848cc",
|
2022-06-21 17:02:04 +00:00
|
|
|
"zlib_rev": "27c2f474b71d0d20764f86f60ef8b00da1a16cda",
|
2022-04-18 16:34:46 +00:00
|
|
|
|
|
|
|
# Windows deps
|
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,
|
2022-05-03 15:39:59 +00:00
|
|
|
"chrome_tag": "101.0.4951.41",
|
2020-06-24 14:02:40 +00:00
|
|
|
"download_firefox": False,
|
2022-04-20 13:18:19 +00:00
|
|
|
"firefox_tag": "98.0.2",
|
2022-09-20 09:41:12 +00:00
|
|
|
|
|
|
|
# Emscripten is used in dart2wasm tests.
|
|
|
|
"download_emscripten": False,
|
2022-10-13 08:01:58 +00:00
|
|
|
"emsdk_rev": "e41b8c68a248da5f18ebd03bd0420953945d52ff",
|
2022-09-20 09:41:12 +00:00
|
|
|
"emsdk_ver": "3.1.3",
|
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-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",
|
2022-01-10 14:05:33 +00:00
|
|
|
"version": Var("d8_tag"),
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-10-10 12:36:55 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2021-04-22 08:37:56 +00:00
|
|
|
Var("dart_root") + "/third_party/firefox_jsshell": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/jsshell/${{platform}}",
|
|
|
|
"version": Var("jsshell_tag"),
|
|
|
|
}],
|
|
|
|
"condition": "checkout_javascript_engines",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2021-02-26 19:56:00 +00:00
|
|
|
Var("dart_root") + "/third_party/devtools": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/flutter/devtools",
|
2021-05-04 11:39:21 +00:00
|
|
|
"version": "git_revision:" + Var("devtools_rev"),
|
2021-02-26 19:56:00 +00:00
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-11-26 17:10:18 +00:00
|
|
|
Var("dart_root") + "/tests/co19/src": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19",
|
2019-11-26 17:10:18 +00:00
|
|
|
"version": "git_revision:" + Var("co19_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/tests/co19_2/src": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19/legacy",
|
2019-01-24 07:34:58 +00:00
|
|
|
"version": "git_revision:" + Var("co19_2_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-01-27 20:06:58 +00:00
|
|
|
Var("dart_root") + "/third_party/markupsafe":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
|
|
|
|
"@" + Var("markupsafe_rev"),
|
2019-05-29 08:39:44 +00:00
|
|
|
Var("dart_root") + "/third_party/babel": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/babel",
|
|
|
|
"version": "version:7.4.5",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/zlib":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("zlib_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2016-09-20 15:46:44 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "boringssl_gen.git" + "@" + Var("boringssl_gen_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl/src":
|
|
|
|
"https://boringssl.googlesource.com/boringssl.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("boringssl_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2019-01-22 16:58:58 +00:00
|
|
|
Var("dart_root") + "/third_party/gsutil": {
|
|
|
|
"packages": [{
|
2021-04-15 10:10:20 +00:00
|
|
|
"package": "infra/3pp/tools/gsutil",
|
2021-12-15 08:39:15 +00:00
|
|
|
"version": "version:2@5.5",
|
2019-01-22 16:58:58 +00:00
|
|
|
}],
|
|
|
|
"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
|
|
|
|
2022-09-20 09:41:12 +00:00
|
|
|
Var("dart_root") + "/third_party/emsdk":
|
|
|
|
Var("dart_git") + "external/github.com/emscripten-core/emsdk.git" +
|
|
|
|
"@" + Var("emsdk_rev"),
|
|
|
|
|
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"),
|
|
|
|
|
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"),
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/browser_launcher":
|
|
|
|
Var("dart_git") + "browser_launcher.git" + "@" + Var("browser_launcher_rev"),
|
2021-08-05 05:41:08 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/characters":
|
|
|
|
Var("dart_git") + "characters.git" + "@" + Var("characters_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"),
|
2022-06-13 17:04:36 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dart_style":
|
2021-04-06 14:32:37 +00:00
|
|
|
Var("dart_git") + "dart_style.git" + "@" + Var("dart_style_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":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "external/github.com/google/file.dart"
|
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("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"),
|
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"),
|
2021-12-21 19:08:24 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "intl.git" + "@" + Var("intl_rev"),
|
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":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "linter.git" + "@" + Var("linter_rev"),
|
2021-05-17 19:53:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/lints":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "lints.git" + "@" + Var("lints_rev"),
|
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"),
|
2022-06-13 17:04:36 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/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"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "pool.git" + "@" + Var("pool_rev"),
|
2016-04-06 20:49:32 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/protobuf":
|
2019-10-24 06:48:23 +00:00
|
|
|
Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2020-11-20 18:00:37 +00:00
|
|
|
Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_rev"),
|
2015-06-09 06:12:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
|
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"),
|
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":
|
2021-08-24 03:09:42 +00:00
|
|
|
Var("dart_git") + "sse.git" + "@" + Var("sse_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stack_trace":
|
2021-08-24 03:09:42 +00:00
|
|
|
Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_rev"),
|
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" +
|
2021-08-24 03:09:42 +00:00
|
|
|
"@" + Var("stream_channel_rev"),
|
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":
|
2021-08-24 21:37:25 +00:00
|
|
|
Var("dart_git") + "test_descriptor.git" + "@" + Var("test_descriptor_rev"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_process":
|
2021-08-24 21:37:25 +00:00
|
|
|
Var("dart_git") + "test_process.git" + "@" + Var("test_process_rev"),
|
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":
|
2021-07-23 21:19:50 +00:00
|
|
|
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_rev"),
|
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"),
|
2021-05-20 17:44:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webdev":
|
|
|
|
Var("dart_git") + "webdev.git" + "@" + Var("webdev_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"),
|
2021-09-24 08:36:24 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml_edit":
|
|
|
|
Var("dart_git") + "yaml_edit.git" + "@" + Var("yaml_edit_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
|
|
|
|
2021-06-23 08:50:47 +00:00
|
|
|
Var("dart_root") + "/buildtools/linux-x64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/linux-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-23 08:50:47 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == x64 and host_os == linux",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/mac-x64/clang": {
|
2018-11-29 15:37:40 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
2021-06-23 08:50:47 +00:00
|
|
|
"package": "fuchsia/third_party/clang/mac-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2018-11-29 15:37:40 +00:00
|
|
|
},
|
|
|
|
],
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
"condition": "host_os == mac", # On ARM64 Macs too because Goma doesn't support the host-arm64 toolchain.
|
2021-06-23 08:50:47 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/win-x64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/windows-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-23 08:50:47 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == x64 and host_os == win",
|
2021-06-07 14:04:32 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/linux-arm64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/linux-arm64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-07 14:04:32 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_os == 'linux' and host_cpu == 'arm64'",
|
2018-11-29 15:37:40 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
Var("dart_root") + "/buildtools/mac-arm64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/mac-arm64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_os == 'mac' and host_cpu == 'arm64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-11-29 15:37:40 +00:00
|
|
|
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/webdriver/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/third_party/chromedriver/${{platform}}",
|
2021-06-21 06:30:27 +00:00
|
|
|
"version": "version:" + Var("chrome_tag"),
|
2020-07-15 21:30:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == 'x64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
Var("dart_root") + "/buildtools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "gn/gn/${{platform}}",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("gn_version"),
|
2018-11-29 15:37:40 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-19 14:59:57 +00:00
|
|
|
|
2022-09-23 11:14:16 +00:00
|
|
|
Var("dart_root") + "/buildtools/ninja": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "infra/3pp/tools/ninja/${{platform}}",
|
|
|
|
"version": Var("ninja_tag"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2020-10-28 16:25:05 +00:00
|
|
|
Var("dart_root") + "/third_party/android_tools/ndk": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/ndk/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:r21.0.6113669"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/build-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/build-tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:30.0.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platform-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/platform-tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"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": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:26.1.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2021-10-13 21:14:56 +00:00
|
|
|
Var("dart_root") + "/third_party/fuchsia/sdk/mac": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/sdk/gn/mac-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("fuchsia_sdk_version"),
|
2021-10-13 21:14:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": '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",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("fuchsia_sdk_version"),
|
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
|
|
|
},
|
2021-11-04 15:16:24 +00:00
|
|
|
Var("dart_root") + "/benchmarks/NativeCall/native/out/": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/nativecall",
|
|
|
|
"version": "w1JKzCIHSfDNIjqnioMUPq0moCXKwX67aUfhyrvw4E0C",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2020-06-24 14:02:40 +00:00
|
|
|
Var("dart_root") + "/third_party/browsers/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/chrome/${{platform}}",
|
|
|
|
"version": "version:" + Var("chrome_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_chrome",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/third_party/browsers/firefox": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/firefox/${{platform}}",
|
|
|
|
"version": "version:" + Var("firefox_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_firefox",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-24 13:30:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
Var("dart_root") + "/third_party/cygwin":
|
|
|
|
Var("chromium_git") + "/chromium/deps/cygwin.git" + "@" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
2018-10-24 13:30:16 +00:00
|
|
|
Var("dart_root") + "/third_party/crashpad/crashpad":
|
|
|
|
Var("chromium_git") + "/crashpad/crashpad.git" + "@" +
|
|
|
|
Var("crashpad_rev"),
|
|
|
|
Var("dart_root") + "/third_party/mini_chromium/mini_chromium":
|
|
|
|
Var("chromium_git") + "/chromium/mini_chromium" + "@" +
|
|
|
|
Var("minichromium_rev"),
|
|
|
|
Var("dart_root") + "/third_party/googletest":
|
|
|
|
Var("fuchsia_git") + "/third_party/googletest" + "@" +
|
|
|
|
Var("googletest_rev"),
|
|
|
|
}
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hooks = [
|
2022-03-08 15:59:53 +00:00
|
|
|
{
|
|
|
|
# Generate the .dart_tool/package_confg.json file.
|
|
|
|
'name': 'Generate .dart_tool/package_confg.json',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/tools/generate_package_config.py'],
|
|
|
|
},
|
2022-05-05 10:36:05 +00:00
|
|
|
{
|
|
|
|
# Generate the sdk/version file.
|
|
|
|
'name': 'Generate sdk/version',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/tools/generate_sdk_version_file.py'],
|
|
|
|
},
|
2016-11-07 21:09:45 +00:00
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_arm',
|
2016-11-07 21:09:45 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=arm'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_arm64',
|
2016-11-07 21:09:45 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=arm64'],
|
2017-12-02 06:19:33 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_x86',
|
2017-12-02 06:19:33 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=x86'],
|
2017-12-02 06:19:33 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_x64',
|
2017-12-02 06:19:33 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=x64'],
|
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': '.',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', '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': '.',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/vs_toolchain.py', 'update'],
|
|
|
|
'condition': 'checkout_win'
|
|
|
|
},
|
2022-09-20 09:41:12 +00:00
|
|
|
# Install and activate the empscripten SDK.
|
|
|
|
{
|
|
|
|
'name': 'install_emscripten',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/third_party/emsdk/emsdk.py', 'install',
|
|
|
|
Var('emsdk_ver')],
|
|
|
|
'condition': 'download_emscripten'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'activate_emscripten',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/third_party/emsdk/emsdk.py', 'activate',
|
|
|
|
Var('emsdk_ver')],
|
|
|
|
'condition': 'download_emscripten'
|
|
|
|
},
|
2021-04-28 01:42:32 +00:00
|
|
|
]
|