From b0de1cff1b6f018927c95c452f59496b0b2b6538 Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Thu, 21 Jun 2018 11:49:31 -0700 Subject: [PATCH] win: Move cipd toolchain pull to subdirectory of third_party/win In case we want more things under third_party/win, having a toolchain subdir makes more sense. Bug: crashpad:236 Change-Id: Iefb54117c286d79f96ffa7beca9e3e3aab3f208e Reviewed-on: https://chromium-review.googlesource.com/1110489 Reviewed-by: Joshua Peraza Commit-Queue: Scott Graham --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 29474219..c4886301 100644 --- a/DEPS +++ b/DEPS @@ -245,7 +245,7 @@ hooks = [ 'install', 'chrome_internal/third_party/sdk/windows', 'uploaded:2018-06-13', - '-root', 'crashpad/third_party/win', + '-root', 'crashpad/third_party/win/toolchain', '-log-level', 'info', ], },