Skip to content

Commit

Permalink
Roll GN from 53d92014..0d67e272
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
nico authored and Chromium LUCI CQ committed Dec 26, 2020
1 parent b6376c1 commit e4080ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion buildtools/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e4080ea

Please sign in to comment.