webrtc/build_overrides
Bjorn Terelius a0672c5f32 Roll chromium_revision
(from b9338390dfcef481083d44d44c243c0c73196342
to 247e4de55550191706972861e586831a0d94d524)

Manually remove third_party/accessibility_test_framework from DEPS

Bug: b/329245293
Change-Id: Ie977314daf636f5208948ae74b7958ef3e296ffb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342762
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41902}
2024-03-15 07:58:00 +00:00
..
build.gni Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) 2023-08-10 07:50:10 +00:00
gtest.gni Adding in objc vars for WebRTC GN config. 2016-05-03 15:20:03 +00:00
OWNERS Add more owners to build_overrides. 2023-10-05 09:32:59 +00:00
partition_alloc.gni Roll chromium_revision 2024-03-15 07:58:00 +00:00
README.md Roll chromium_revision c089d37..159828f (353662:353696) 2015-10-14 06:14:10 +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).