gecko-dev/third_party/libwebrtc/build_overrides
Michael Froman d3293fd8b0 Bug 1766646 - Vendor libwebrtc from c39080c883
Upstream commit: https://webrtc.googlesource.com/src/+/c39080c883cb43d1755cd8d12c71fd68da02b4c8
    Roll chromium + fix: blacklist -> ignorelist for sanitizers suppressions

    Roll chromium_revision 19159a8788..a0132a2044 (886529:887053)

    Change log: 19159a8788..a0132a2044
    Full diff: 19159a8788..a0132a2044

    Changed dependencies
    * src/base: eb591f0d4b..43f91dbc50
    * src/build: 4f39b7cf99..2f6e88e05d
    * src/buildtools/third_party/libunwind/trunk: 7846d25635..c8d0fb870a
    * src/ios: 6d4134ba11..61b28637d9
    * src/testing: 04abc75222..55ab025d49
    * src/third_party: 6dc8812614..3544467673
    * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/74a278f9bb..e83a92e7b8
    * src/third_party/depot_tools: 6d45691f60..6fc394f93d
    * src/third_party/googletest/src: 23ef29555e..a3460d1aee
    * src/third_party/perfetto: 78af063a63..be406c7d16
    * src/tools: 255ad6c868..451fade863
    DEPS diff: 19159a8788..a0132a2044/DEPS

    No update to Clang.

    Bug: webrtc:12817, webrtc:11680
    Change-Id: Icf3b9678dbd529bb6878bcb12bdb4c1c3e7f2c24
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220364
    Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
    Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    Cr-Commit-Position: refs/heads/master@{#34145}
2022-08-30 10:24:29 -04:00
..
OWNERS
README.md
build.gni Bug 1766646 - Vendor libwebrtc from c39080c883 2022-08-30 10:24:29 -04:00
gtest.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).