From 82109575a27ba47066c0969a57eaf1800c0702c7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Aug 2026 05:21:07 +0000 Subject: [PATCH] gn: upgrade to latest revision 152bfad2 Implement a Result type. 6b0190f7 Fix formatter on main branch 73243639 Fix path to build/gen.py. d1996a79 Add pre-upload checks into ninja targets 64cfb834 Add --exclude-type command-line argument 925dd782 Add CQ to starlark branch a01a5a9b Refactor main.star to support multiple branches. f9cea148 Implement rule implementation execution. 3a817c2e Create a simple session type and create a test for it. 37ab73c2 Fix lifetime of starlark struct keys passed to C++. 4ac29005 Rename .bzl to .scl in accordance with design doc guidance. --- meta/recipes-devtools/gn/gn_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb index eddbbcdf7f..7fcbacb462 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -8,7 +8,7 @@ UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \ " -SRCREV = "17b0057970fa2b07a20cbb4289ab78cf93565f35" +SRCREV = "152bfad24cc836064b449a756ca8482a76cecdf9" PV = "0+git" BB_GIT_SHALLOW = "" -- 2.47.1