Commit 76cc959a by Nico Weber Committed by Commit Bot

Stop setting mac_xcode_version in DEPS

mac_xcode_version no longer has an effect. (Looks like it never had an effect in this DEPS file, it was just no-op settable.) Bug: angleproject:5346 Change-Id: I296f24e04689cdff3ed52930f01f327f4e084518 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2543291 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 8dd6a197
...@@ -6,16 +6,8 @@ ...@@ -6,16 +6,8 @@
use_relative_paths = True use_relative_paths = True
gclient_gn_args_file = 'build/config/gclient_args.gni' gclient_gn_args_file = 'build/config/gclient_args.gni'
gclient_gn_args = [
'mac_xcode_version',
]
vars = { vars = {
# This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py instead of downloading the
# prebuilt pinned revision.
'mac_xcode_version': 'default',
'android_git': 'https://android.googlesource.com', 'android_git': 'https://android.googlesource.com',
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chrome_internal_git': 'https://chrome-internal.googlesource.com', 'chrome_internal_git': 'https://chrome-internal.googlesource.com',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment