Stop setting mac_xcode_version in DEPS
Bug: chromium:1147839 Change-Id: I86eb440df2b2297e1be38d916d3c1f0fd364ca6c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/32981 Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
af9a618b47
commit
698385d4e2
8
DEPS
8
DEPS
|
@ -1,9 +1,6 @@
|
|||
use_relative_paths = True
|
||||
|
||||
gclient_gn_args_file = 'build/config/gclient_args.gni'
|
||||
gclient_gn_args = [
|
||||
'mac_xcode_version',
|
||||
]
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
|
@ -12,11 +9,6 @@ vars = {
|
|||
'swiftshader_git': 'https://swiftshader.googlesource.com',
|
||||
|
||||
'dawn_standalone': True,
|
||||
|
||||
# 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',
|
||||
}
|
||||
|
||||
deps = {
|
||||
|
|
Loading…
Reference in New Issue