Remove mention of absl_deps - it is history already. Rewrite motiviation of banning absl::Span to be up to date with c++20 state. Remove motivation of banning absl::Mutex as it likely no longer accurate, and that ban might be re-evaluated. Ensure allow list matches what is in root DEPS No-Try: True Bug: b/363943024, webrtc:342905193 Change-Id: I890a87511bafac7c51355d8f49e0237352eee7b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361302 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42914}
7 lines
175 B
Python
7 lines
175 B
Python
specific_include_rules = {
|
|
"voip_engine_factory.h": [
|
|
"+modules/audio_device/include/audio_device.h",
|
|
"+modules/audio_processing/include/audio_processing.h",
|
|
],
|
|
}
|