зеркало из https://github.com/mozilla/gecko-dev.git
494c72cb5a
Upstream commit: https://webrtc.googlesource.com/src/+/36f668c8bb821dc622ceef89f905f2a3290879d5 Use default values provided by PartitionAlloc instead of hard-coded ones 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} |
||
---|---|---|
.. | ||
OWNERS | ||
README.md | ||
build.gni | ||
gtest.gni | ||
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).