From 885c77d2c5c2783b1313529aac8d09dcd17ebae7 Mon Sep 17 00:00:00 2001 From: dpranke Date: Thu, 3 Sep 2015 16:07:16 -0700 Subject: [PATCH] Roll GYP to 2b17e0 to fix bug 527935. 2b17e0b Fix paths with different seperators being compared in the analyzer on Windows. Which fixes a regression that broke the analyzer on Windows. TBR=scottmg@chromium.org, geofflang@chromium.org, thakis@chromium.org BUG=527935 Review URL: https://codereview.chromium.org/1327963002 Cr-Commit-Position: refs/heads/master@{#347279} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d28ce6acee87..ca4015707d45 100644 --- a/DEPS +++ b/DEPS @@ -150,7 +150,7 @@ deps = { Var('chromium_git') + '/external/grit-i18n.git' + '@' + '15d48e32cc9f346245c823ce48c54209d02ea983', # from svn revision 196 'src/tools/gyp': - Var('chromium_git') + '/external/gyp.git' + '@' + '121d89dfcd4f6ebe1c89524b3f9ca11ddd437e77', + Var('chromium_git') + '/external/gyp.git' + '@' + '2b17e0b26a93e8c9758c23aec6c554da4ca8f0a9', 'src/tools/swarming_client': Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'), -- 2.11.4.GIT