Michael Froman 44a89f0624 Bug 1921707 - point to new build directory location in third_party/libwebrtc r=ng,webrtc-reviewers
Ran:
ack -l "\"//build/config" third_party/libwebrtc | xargs sed -i.bak -E 's/\"\/\/build\/config/\"\/\/chromium\/build\/config/'
ack -l "\"//build/dot" third_party/libwebrtc | xargs sed -i.bak -E 's/\"\/\/build\/dot/\"\/\/chromium\/build\/dot/'
ack -l "\"//build/mac" third_party/libwebrtc | xargs sed -i.bak -E 's/\"\/\/build\/mac/\"\/\/chromium\/build\/mac/'
find third_party -name "*.bak" | xargs rm
hg revert third_party/libwebrtc/moz-patch-stack

Differential Revision: https://phabricator.services.mozilla.com/D224543
2024-10-10 13:42:43 +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).