mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 16:47:50 +01:00
![]() Add a WebRTC-specific arg that can be used to control use of targets that rely on //third_party/google_benchmarks, so the .gni in that directory can eventually be removed. Bug: chromium:1404759 Change-Id: I2a9422fae119ca13eb50028d962fc0a671b5fb33 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297460 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#39553} |
||
---|---|---|
.. | ||
build.gni | ||
gtest.gni | ||
OWNERS | ||
partition_alloc.gni | ||
README.md |
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).