From 7f9f97876224708d434c646b4e863a7187412d5f Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 12 Dec 2024 14:11:45 -0800 Subject: [PATCH] Update gn to 468c6128db7fabe32a29d4753460ef53594406fc In order to, at some future date, support building Swift in the engine, we'll need an updated version of `gn`. Note that all versions of `gn` after f792b9756418af8ab8a91a4c15b582431cb86ff9 up to and including this version are affected by a crasher when building Swift `source_set` targets. The workaround to support Swift is to opt back in to stamp files until the issue is fixed. * Bug: https://crbug.com/gn/380799198 * Discussion: http://shortn/_KbylT3nDsZ Either way, prior to this patch, we were using a version of gn from 2021, so we should probably update to a more recent version of `gn` regardless. Issue: https://github.com/flutter/flutter/issues/144791 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e6659558a3890..0c6b949899abb 100644 --- a/DEPS +++ b/DEPS @@ -708,7 +708,7 @@ deps = { 'packages': [ { 'package': 'gn/gn/${{platform}}', - 'version': 'git_revision:b79031308cc878488202beb99883ec1f2efd9a6d' + 'version': 'git_revision:468c6128db7fabe32a29d4753460ef53594406fc' }, ], 'dep_type': 'cipd',