webrtc/build_overrides
Philipp Hancke 06a49f02bd build: add options to configure libsrtp for boringssl or other libraries
Depends on
  https://webrtc-review.googlesource.com/c/src/+/359928

BUG=webrtc:42234521,webrtc:42224104

Change-Id: I0d6335aa5fb3f090c781bed234ed34d6c98ec299
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359928
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#42857}
2024-08-27 07:17:52 +00:00
..
build.gni build: add options to configure libsrtp for boringssl or other libraries 2024-08-27 07:17:52 +00:00
gtest.gni Adding in objc vars for WebRTC GN config. 2016-05-03 15:20:03 +00:00
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
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).