From 51723bd9047286f3e6f837b57935cdaecb0cebec Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Thu, 7 Apr 2022 10:40:46 +0000 Subject: [PATCH] DEPS: add the clang-format hook on windows back. Bug: dawn:1339 Change-Id: I2129c1d06fb605d84706a59dc990b6c864b8f28d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86060 Commit-Queue: Corentin Wallez Auto-Submit: Corentin Wallez Reviewed-by: Ben Clayton Commit-Queue: Ben Clayton --- DEPS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEPS b/DEPS index 532331c665..0699a72bc9 100644 --- a/DEPS +++ b/DEPS @@ -255,6 +255,17 @@ hooks = [ ], }, # Pull clang-format binaries using checked-in hashes. + { + 'name': 'clang_format_win', + 'pattern': '.', + 'condition': 'dawn_standalone and host_os == "win"', + 'action': [ 'download_from_google_storage', + '--no_resume', + '--no_auth', + '--bucket', 'chromium-clang-format', + '-s', 'buildtools/win/clang-format.exe.sha1', + ], + }, { 'name': 'clang_format_mac_x64', 'pattern': '.',