enable_safe_libcxx will be overridable by projects that embed Chrome's //build using the build_overrides mechanism. All downstream projects will need to define this new variable so Chrome can stop conditionally defining enable_safe_libcxx upstream. Bug: chromium:1385662 Change-Id: I62e8cf7988b76eed48c95c4993f4aea73a164bc7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293981 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39974}
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).