Skip to content

Commit 0bfccc9

Browse files
committed
gn: update to Git HEAD (2025-08-12)
635a71e20e99 Reland "Use JSON escaping for JSON string output" c4748415f12a Remove hardcoded -fmodules-embed-all-files flag eb4530a2cb78 Auto-format the codebase 85f62c164c82 Modernize and improve parse_tree.cc 05e031634869 Shorten targets from //path/to/foo:foo to //path/to/foo e9fc92ac17de Refactor command_format.cc 4cfb717bbd5e Update macOS version to 13 used in CQ/CI c9ed4b171ce3 Revert "Update macOS version to 13 used in CQ/CI" acfe5fde8c54 Allow newline in string literal 3a4f5cea73ec infra: Add shadow buckets to trigger led job e66ef96202cd Update Xcode and macOS version in bots e85058293535 infra: Correctly use macOS 13 instead of 11 d1ee470c6956 Use std::ranges::all_of in parse_tree_unittest 10b4eeb420ac Revert "Allow newline in string literal" e58da9d205c9 [Apple] Remove deprecated aliases for `post_processing_$var` 93cc2d3fa6bd [Apple] Fix `gn gen` when using swift and no_stamp_files 97be95a7273c Update link to buganizer in README.md 19281424d4ee [Apple] Allow passing a manifest to the post-processing script cc7c61e105fb infra: Update comment for macOS version used in CQ/CI 4ce861fc06ec Deduplicate item in 'deps', 'sources' and related lists c15bfa41e526 build: Propagate module dependencies through group targets ee5b7e32b961 Handle empty outputs in WriteInputDepsStampOrPhonyAndGetDep Signed-off-by: Tianling Shen <[email protected]> (cherry picked from commit a22edf4)
1 parent f70b891 commit 0bfccc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

devel/gn/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PKG_RELEASE:=1
99

1010
PKG_SOURCE_PROTO:=git
1111
PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git
12-
PKG_SOURCE_DATE:=2025-06-19
13-
PKG_SOURCE_VERSION:=97b68a0bb62b7528bc3491c7949d6804223c2b82
14-
PKG_MIRROR_HASH:=04200ddf8b86120048fe0cc5eb2c060555d902735b6ca673d851ca7deba4c801
12+
PKG_SOURCE_DATE:=2025-08-12
13+
PKG_SOURCE_VERSION:=ee5b7e32b961a9da1933e9f46a018ba6cac8ef60
14+
PKG_MIRROR_HASH:=7743a3f58b8474b6dd8bf68779bb8ef7c9ba692d4aff1d7a48943b0a537831f8
1515

1616
PKG_LICENSE:=BSD 3-Clause
1717
PKG_LICENSE_FILES:=LICENSE

devel/gn/src/out/last_commit_position.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#ifndef OUT_LAST_COMMIT_POSITION_H_
44
#define OUT_LAST_COMMIT_POSITION_H_
55

6-
#define LAST_COMMIT_POSITION_NUM 2256
7-
#define LAST_COMMIT_POSITION "2256 (97b68a0bb62b)"
6+
#define LAST_COMMIT_POSITION_NUM 2278
7+
#define LAST_COMMIT_POSITION "2278 (ee5b7e32b961)"
88

99
#endif // OUT_LAST_COMMIT_POSITION_H_

0 commit comments

Comments
 (0)