[third_party] Add Speedometer v3.1
Add the latest Speedometer version for testing and tracking. Source: https://chromium.googlesource.com/external/github.com/WebKit/Speedometer/+/refs/heads/upstream/release/3.1 Bug: 397149441 Change-Id: I7005d48f01098ee2e0b9ebc347e60e1c8ea5a86c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6276393 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421356}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c2a2549ea6
commit
bf75a62a9f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -358,6 +358,9 @@
|
||||
[submodule "third_party/speedometer/main"]
|
||||
path = third_party/speedometer/main
|
||||
url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
|
||||
[submodule "third_party/speedometer/v3.1"]
|
||||
path = third_party/speedometer/v3.1
|
||||
url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
|
||||
[submodule "third_party/speedometer/v3.0"]
|
||||
path = third_party/speedometer/v3.0
|
||||
url = https://chromium.googlesource.com/external/github.com/WebKit/Speedometer
|
||||
|
23
DEPS
23
DEPS
@ -426,22 +426,26 @@ vars = {
|
||||
# and whatever else without interference from each other.
|
||||
'crabbyavif_revision': '8a929315bff56d1977b0c5a715625741f55e9d2c',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v3.0
|
||||
# the commit queue can handle CLs rolling Speedometer main
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_main_revision': 'd6b5ffea959ad31e231c203d7446bf8b39e987ce',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v3.1
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_3.1_revision': 'cc9ee085ae18f05961ff3dfa1ee1a90d67b7f8ee',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v3.0
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_3.0_revision': '8d67f28d0281ac4330f283495b7f48286654ad7d',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v2.0
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_2.0_revision': '732af0dfe867f8815e662ac637357e55f285dbbb',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v2.1
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_2.1_revision': '8bf7946e39e47c875c00767177197aea5727e84a',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v2.0
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_2.0_revision': '732af0dfe867f8815e662ac637357e55f285dbbb',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling nearby
|
||||
# and whatever else without interference from each other.
|
||||
'nearby_revision': '97690c6996f683a6f3e07d75fc4557958c55ac7b',
|
||||
@ -2236,15 +2240,18 @@ deps = {
|
||||
'src/third_party/speedometer/main':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_main_revision'),
|
||||
|
||||
'src/third_party/speedometer/v3.1':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_3.1_revision'),
|
||||
|
||||
'src/third_party/speedometer/v3.0':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_3.0_revision'),
|
||||
|
||||
'src/third_party/speedometer/v2.0':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_2.0_revision'),
|
||||
|
||||
'src/third_party/speedometer/v2.1':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_2.1_revision'),
|
||||
|
||||
'src/third_party/speedometer/v2.0':
|
||||
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_2.0_revision'),
|
||||
|
||||
'src/third_party/ukey2/src':
|
||||
Var('chromium_git') + '/external/github.com/google/ukey2.git' + '@' + Var('ukey2_revision'),
|
||||
|
||||
|
1
third_party/speedometer/v3.1
vendored
Submodule
1
third_party/speedometer/v3.1
vendored
Submodule
Submodule third_party/speedometer/v3.1 added at cc9ee085ae
Reference in New Issue
Block a user