Fix gclient sync problem when dawn is built with chromium
Change-Id: I6c2276ccf1a5addfd61009b8a7a68f5938c9126f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119560 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
23f0932918
commit
708a0777e1
4
DEPS
4
DEPS
|
@ -242,7 +242,7 @@ hooks = [
|
|||
# Case-insensitivity for the Win SDK. Must run before win_toolchain below.
|
||||
'name': 'ciopfs_linux',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_win and host_os == "linux"',
|
||||
'condition': 'dawn_standalone and checkout_win and host_os == "linux"',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--no_auth',
|
||||
|
@ -288,7 +288,7 @@ hooks = [
|
|||
{
|
||||
'name': 'rc_linux',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_win and host_os == "linux"',
|
||||
'condition': 'dawn_standalone and checkout_win and host_os == "linux"',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--no_auth',
|
||||
|
|
Loading…
Reference in New Issue