Commit 18257422 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Commit Bot

Roll GN from 3028c6a4..e327ffdc

Generated by //tools/gn/roll_gn.py

https://gn.googlesource.com/gn/+log/3028c6a4..e327ffdc

    e327ffdc [ios] Add example of building swift on iOS
    89e6425b Add support for building .swift files
    070420db clang: Add support for C++ modulemap files
    86666321 Add structure to return classified deps
    bca06318 [rust project] update path to std lib crates
    c5f5cb21 [rust project] Add debug printing to test failures
    ab16bbdf [rust project] Extract compiler target
    783cc138 [rust-project] Add "core" and "alloc" as explicit deps for crates
    9059b0bb Fix displaying "frameworks" and "framework_dirs" for configs
    83e48273 Allow WriteCompilerBuildLine to take multiple source files
    56e8159f Fix escaping in compile_commands.json

Change-Id: I237c64a97b3751db47a161905add1da4bb6c62a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343082
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#795954}
parent 8ea67049
...@@ -368,7 +368,7 @@ vars = { ...@@ -368,7 +368,7 @@ vars = {
# revisions. # revisions.
# GN CIPD package version. # GN CIPD package version.
'gn_version': 'git_revision:3028c6a426a4aaf6da91c4ebafe716ae370225fe', 'gn_version': 'git_revision:e327ffdc503815916db2543ec000226a8df45163',
# Also, if you change these, update buildtools/DEPS too. Also update the # Also, if you change these, update buildtools/DEPS too. Also update the
# libc++ svn_revision in //buildtools/deps_revisions.gni. # libc++ svn_revision in //buildtools/deps_revisions.gni.
......
...@@ -14,7 +14,7 @@ vars = { ...@@ -14,7 +14,7 @@ vars = {
# #
# GN CIPD package version. # GN CIPD package version.
'gn_version': 'git_revision:3028c6a426a4aaf6da91c4ebafe716ae370225fe', 'gn_version': 'git_revision:e327ffdc503815916db2543ec000226a8df45163',
# When changing these, also update the svn revisions in deps_revisions.gni # When changing these, also update the svn revisions in deps_revisions.gni
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917', 'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment