The BoringSSL changes in https://codereview.chromium.org/1917223004/ https://codereview.chromium.org/1919383002/ required moving the build_with_chromium variable to build.gni. Change log:2a03e86fcf..bc1c2103efFull diff:2a03e86fcf..bc1c2103efChanged dependencies: * src/buildtools:e84114dbe2..cdbd50759b* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01fb5dc0e..a081423809 * src/tools/gyp:6ea68631cd..4cf07e8d61DEPS diff:2a03e86fcf..bc1c2103ef/DEPS Clang version changed 266460:267383 Details:2a03e86fcf..bc1c2103ef/tools/clang/scripts/update.py TBR=pbos@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/1925843003 Cr-Commit-Position: refs/heads/master@{#12544}
Build overrides in GN
This directory is used to allow us to customize variables that differ between WebRTC being built as standalone and as a part of Chromium.
There's another build_overrides in Chromium that needs to contain the same set of files with the same set of variables (but with different values).