mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
add max_xcode_version build var
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2264867
This commit is contained in:
5
DEPS
5
DEPS
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user