From 4eaa320d5718d6b4ba45341c2f2e5206660fdf94 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 21 Jul 2016 13:01:08 -0700 Subject: [PATCH] GN: add missing .exe BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2168763005 NOTRY=true Review-Url: https://codereview.chromium.org/2168763005 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5964f26..ee605b2 100644 --- a/DEPS +++ b/DEPS @@ -90,7 +90,7 @@ hooks = [{ '--no_auth', '--bucket', 'chromium-gn', '--platform=win32', - '-s', 'skia/buildtools/win/gn.sha1'], + '-s', 'skia/buildtools/win/gn.exe.sha1'], }] recursedeps = [ "common" ] -- 2.7.4