webrtc/build_overrides
Peter Kasting 1e6d77c29a Always check out google_benchmark, part 3.
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}
2023-03-14 12:14:51 +00:00
..
build.gni Always check out google_benchmark, part 3. 2023-03-14 12:14:51 +00:00
gtest.gni Adding in objc vars for WebRTC GN config. 2016-05-03 15:20:03 +00:00
OWNERS Purge phoglund from most OWNERS files. 2020-03-09 14:08:30 +00:00
partition_alloc.gni Use default values provided by PartitionAlloc instead of hard-coded ones 2022-12-07 09:11:35 +00:00
README.md Roll chromium_revision c089d37..159828f (353662:353696) 2015-10-14 06:14:10 +00:00

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).