mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 00:57:49 +01:00
![]() https://crrev.com/c/2738677 added a variable to base/allocator/partition_allocator/build_overrides/partition_alloc.gni and this change prevents chromium roll. Instead of adding a variable to WebRTC's partition_alloc.gni, import that file. This will avoid repeating these operations in the future. Bug: None Change-Id: I8ad2e8900d5ca7828cf415ecf7933c8eb1d5160a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286201 Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38834} |
||
---|---|---|
.. | ||
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).