Skip to content

Commit

Permalink
Roll GN from 8c7f4910 to 972ed755
Browse files Browse the repository at this point in the history
https://gn.googlesource.com/gn.git/+log/8c7f4910..972ed755

972ed755 Update to more uses of C++11.
a3e0807f Make exec_process_unittest.cc work with Python 3.
e6b6049e Adds support for iOS colorsets.
2e73d712 Add command_launcher field to tools
86d2534a Add -Lnative link search paths for non-Rust deps
ce1fa07c Allow get_target_outputs() on generated_file() targets

Change-Id: I1d754f58447cd1ba689c26dd6fce911f35a99d29
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661406
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Brett Wilson <brettw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671820}
  • Loading branch information
brettw authored and Commit Bot committed Jun 24, 2019
1 parent 72c5fbb commit c3b45ed
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 @@ -292,7 +292,7 @@ vars = {
# revisions.

# GN CIPD package version.
'gn_version': 'git_revision:8c7f49102234f4f4b9349dcb258554675475e596',
'gn_version': 'git_revision:972ed755f8e6d31cae9ba15fcd08136ae1a7886f',

# 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:8c7f49102234f4f4b9349dcb258554675475e596',
'gn_version': 'git_revision:972ed755f8e6d31cae9ba15fcd08136ae1a7886f',

# When changing these, also update the svn revisions in deps_revisions.gni
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
Expand Down

0 comments on commit c3b45ed

Please sign in to comment.