mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
[infra] Roll chrome to one version before chrome introduces breaking change to wasm binary encoding
This is the same version as flutter infra currently uses. The next version will go to chrome 119 which includes the breaking change to wasm binary encodings. Change-Id: I1c87dcd4ce0ba33015a8dcb783d1a7e5f9186049 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/330400 Reviewed-by: Ömer Ağacan <omersa@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
parent
f87142fdc2
commit
3e73f5b488
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -205,7 +205,7 @@ vars = {
|
|||
# Pinned browser versions used by the testing infrastructure. These are not
|
||||
# meant to be downloaded by users for local testing.
|
||||
"download_chrome": False,
|
||||
"chrome_tag": "115.0.5790.170+1",
|
||||
"chrome_tag": "118.0.5993.70",
|
||||
"download_firefox": False,
|
||||
"firefox_tag": "112.0.2",
|
||||
|
||||
|
|
Loading…
Reference in a new issue