add max_xcode_version build var

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2264867
This commit is contained in:
Andy Locascio
2020-06-25 17:04:55 -07:00
parent ca49ae5a9c
commit 2c3b94f497

5
DEPS
View File

@@ -8,7 +8,8 @@ gclient_gn_args = [
'checkout_pgo_profiles',
'checkout_oculus_sdk',
'checkout_openxr',
'checkout_google_benchmark'
'checkout_google_benchmark',
'mac_xcode_version',
]
vars = {
@@ -51,6 +52,8 @@ vars = {
# Python "requests" module is used for releases only.
'checkout_requests': False,
'mac_xcode_version': 'default',
# To allow running hooks without parsing the DEPS tree
'process_deps': True,