From 2f40192d15ea5245ead0e1d2aa7543abcd995e2f Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 20 Aug 2021 10:28:04 -0700 Subject: [PATCH] Roll buildroot to 53a65e1c400c29e14e1f3e59be7a3c7327b204ee (flutter/engine#28226) This eliminates use of third_party/gyp. --- DEPS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DEPS b/DEPS index fba179a6aaf..e7ceee88b57 100644 --- a/DEPS +++ b/DEPS @@ -101,7 +101,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '1ba15ce9a85debe5f4efc21699a9f760af165a64', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '53a65e1c400c29e14e1f3e59be7a3c7327b204ee', # Fuchsia compatibility # @@ -392,9 +392,6 @@ deps = { 'src/third_party/fontconfig/src': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'c336b8471877371f0190ba06f7547c54e2b890ba', - 'src/third_party/gyp': - Var('chromium_git') + '/external/gyp.git' + '@' + 'caa60026e223fc501e8b337fd5086ece4028b1c6', - # Headers for Vulkan 1.1 'src/third_party/vulkan': Var('github_git') + '/KhronosGroup/Vulkan-Docs.git' + '@' + 'v1.1.91',