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