webrtc/build_overrides
Jeremy Leconte 82f6bca4a6 Add DIR_METADATA for tools_webrtc
* remove empty tools_webrtc/chromiumos folder
* move sanitizer suppression files under the sanitizer directory
* clean up OWNERS_INFRA file

Change-Id: Ic7c19039c17068909f7ba9465ff6d6d062e723ea
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/449880
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#46928}
2026-02-17 07:17:46 -08:00
..
build.gni Add DIR_METADATA for tools_webrtc 2026-02-17 07:17:46 -08:00
gtest.gni
OWNERS Add more owners to build_overrides. 2023-10-05 09:32:59 +00:00
partition_alloc.gni Import config.gni from partition_alloc.gni's build_override. 2024-06-04 14:24:36 +00:00
protobuf.gni Allow specifying the abseil dir for protobuf 2025-04-22 04:59:53 -07:00
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).