Roll GN from 53d92014..0d67e272
Generated by //tools/gn/roll_gn.py https://gn.googlesource.com/gn/+log/53d92014..0d67e272 0d67e272 Replace relative_target_gen_dir with target_gen_dir in docs 4e260f1d Add clean_stale command 2b683eff Fix crash in invalid scope subscript access 6966efb0 Restat build.ninja after gen 2d9fd62c Clarify usage of target_name list in --export-compile-commands e55664a0 [infra] Simplify infra/recipes/gn.py 604d6e21 gn recipe: Link GN with rpmalloc to speed it up. f2ddfefd Build GN for mac-arm64 646a62e0 [rust] Fix command arguments for non-rust native dependencies. 4a164c8f Support `format --read-tree=json` f9bd6303 Display toolchain name in dependency cycle error message. bdfd6086 Put gn generator rule to console pool ad9eab2d docs: Fix some stray quote chars in help strings. 0ae75f90 [iOS/macOS] consider bundle_data as data-like dependency ff1b8b8a Fix typo "currend" to "current" fe9e5db1 Arch detection: select ppc64 arch on os400 operating system. af38b669 Always link dependencies into Rust static libraries Bug: 1103326 Change-Id: Ia541c71eb26a3cec5e98368c77451f218e5e92bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603858 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#839362}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b6376c1ed0
commit
e4080ea1c4
2
DEPS
2
DEPS
@ -364,7 +364,7 @@ vars = {
|
||||
# revisions.
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:53d92014bf94c3893886470a1c7c1289f8818db0',
|
||||
'gn_version': 'git_revision:0d67e272bdb8145f87d238bc0b2cb8bf80ccec90',
|
||||
|
||||
# Also, if you change these, update buildtools/DEPS too. Also update the
|
||||
# libc++ svn_revision in //buildtools/deps_revisions.gni.
|
||||
|
@ -14,7 +14,7 @@ vars = {
|
||||
#
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:53d92014bf94c3893886470a1c7c1289f8818db0',
|
||||
'gn_version': 'git_revision:0d67e272bdb8145f87d238bc0b2cb8bf80ccec90',
|
||||
|
||||
# By default, do not checkout the re-client binaries.
|
||||
'checkout_reclient': False,
|
||||
|
Reference in New Issue
Block a user