From 2d988ce0950f814c0dd3e023011ac92d28f74c22 Mon Sep 17 00:00:00 2001 From: Loko Kung Date: Thu, 25 May 2023 23:28:34 +0000 Subject: [PATCH] Fixes incorrect path for clang-format. Change-Id: I83aef1bdbff0ee8c36968295fdb8d7fa4654b3ff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134466 Kokoro: James Price Commit-Queue: James Price Reviewed-by: James Price Kokoro: Kokoro Auto-Submit: Loko Kung --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8cabac8901..119eeabeb6 100644 --- a/DEPS +++ b/DEPS @@ -44,7 +44,7 @@ deps = { 'url': '{chromium_git}/chromium/src/buildtools@2ff42d2008f09f65de12e70c6ff0ad58ddb090ad', 'condition': 'dawn_standalone', }, - 'third_party/clang_format/script': { + 'third_party/clang-format/script': { 'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7', 'condition': 'dawn_standalone', },