[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:
Martin Kustermann 2023-10-13 10:30:10 +00:00 committed by Commit Queue
parent f87142fdc2
commit 3e73f5b488

2
DEPS
View file

@ -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",