mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 05:05:07 +00:00
Multiple fixes to get BUILD.gn builds working again
Change-Id: I00c8050d85e25c4e926c06b4df1381434de92f34 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/24460 Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
committed by
dan sinclair
parent
6453bee795
commit
7b819aa162
10
DEPS
10
DEPS
@@ -1,6 +1,16 @@
|
||||
use_relative_paths = True
|
||||
|
||||
gclient_gn_args_file = 'build/config/gclient_args.gni'
|
||||
gclient_gn_args = [
|
||||
'mac_xcode_version',
|
||||
]
|
||||
|
||||
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',
|
||||
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'github': '/external/github.com',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user