Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
OWNERS.webrtc | H A D | 25-Apr-2025 | 20 | 2 | 1 | |
README.md | H A D | 25-Apr-2025 | 312 | 8 | 5 | |
build.gni | H A D | 25-Apr-2025 | 2.9 KiB | 66 | 56 | |
gtest.gni | H A D | 25-Apr-2025 | 794 | 20 | 15 | |
partition_alloc.gni | H A D | 25-Apr-2025 | 852 | 18 | 16 |
README.md
1# Build overrides in GN 2 3This directory is used to allow us to customize variables that differ between 4WebRTC being built as standalone and as a part of Chromium. 5 6There's another build_overrides in Chromium that needs to contain the same 7set of files with the same set of variables (but with different values). 8