Commit b7176976 authored by Almothana Athamneh's avatar Almothana Athamneh Committed by Commit Bot

Stop setting mac_xcode_version in V8 DEPS

Bug: chromium:1148779
Change-Id: Ied690b7b2cf6286d497179cab36dce90b6941d12
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2536645Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71195}
parent 8e2d70c8
...@@ -10,7 +10,6 @@ gclient_gn_args = [ ...@@ -10,7 +10,6 @@ gclient_gn_args = [
# Remove when migration is complete. # Remove when migration is complete.
'checkout_fuchsia_for_arm64_host', 'checkout_fuchsia_for_arm64_host',
'checkout_google_benchmark', 'checkout_google_benchmark',
'mac_xcode_version',
] ]
vars = { vars = {
...@@ -47,8 +46,6 @@ vars = { ...@@ -47,8 +46,6 @@ vars = {
'checkout_google_benchmark' : False, 'checkout_google_benchmark' : False,
'mac_xcode_version': 'default',
# GN CIPD package version. # GN CIPD package version.
'gn_version': 'git_revision:53d92014bf94c3893886470a1c7c1289f8818db0', 'gn_version': 'git_revision:53d92014bf94c3893886470a1c7c1289f8818db0',
...@@ -490,8 +487,7 @@ hooks = [ ...@@ -490,8 +487,7 @@ hooks = [
'name': 'mac_toolchain', 'name': 'mac_toolchain',
'pattern': '.', 'pattern': '.',
'condition': 'checkout_mac', 'condition': 'checkout_mac',
'action': ['python', 'build/mac_toolchain.py', 'action': ['python', 'build/mac_toolchain.py'],
'--xcode-version', Var('mac_xcode_version')],
}, },
# Pull binutils for linux, enabled debug fission for faster linking / # Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise. # debugging when used with clang on Ubuntu Precise.
......
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