chore: remove var declarations from DEPS that no longer have any effect (#45535)

* chore: Remove checkout_google_benchmark var that no longer has any effect

This variable stopped having any effect in 4322306

It was removed from Chromium entirely in 4339138

* chore: remove checkout_oculus_sdk and checkout_libaom from DEPS
This commit is contained in:
Will Anderson 2025-02-12 01:51:11 -08:00 committed by GitHub
parent 0d3e34d0be
commit 50d1c803dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
DEPS
View file

@ -62,10 +62,6 @@ vars = {
'checkout_nacl':
False,
'checkout_libaom':
True,
'checkout_oculus_sdk':
False,
'checkout_openxr':
False,
'build_with_chromium':
@ -74,8 +70,6 @@ vars = {
False,
'checkout_android_native_support':
False,
'checkout_google_benchmark':
False,
'checkout_clang_tidy':
True,
}