From 2fef40fc39b8c96d219ff68182b7e95d6f022a35 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 30 Jul 2021 15:08:20 -0700 Subject: [PATCH] Roll gyp to 4801a5331ae62da9769a327f11c4213d32fb0dad (flutter/engine#27820) This picks up several Python 3 compatibility fixes from upstream. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dca78cb133d..59281915856 100644 --- a/DEPS +++ b/DEPS @@ -392,7 +392,7 @@ deps = { Var('chromium_git') + '/external/fontconfig.git' + '@' + 'c336b8471877371f0190ba06f7547c54e2b890ba', 'src/third_party/gyp': - Var('chromium_git') + '/external/gyp.git' + '@' + '4801a5331ae62da9769a327f11c4213d32fb0dad', + Var('chromium_git') + '/external/gyp.git' + '@' + 'caa60026e223fc501e8b337fd5086ece4028b1c6', # Headers for Vulkan 1.1 'src/third_party/vulkan':