mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-18 16:17:50 +01:00

This is one last CL that includes the rest of VoIP API implementation. Bug: webrtc:11251 Change-Id: I3f1b0bf2fd48be864ffc73482105f9514f75f9e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173860 Commit-Queue: Tim Na <natim@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31168}
10 lines
236 B
Python
10 lines
236 B
Python
specific_include_rules = {
|
|
".*\.h": [
|
|
"+third_party/absl/types/optional.h",
|
|
],
|
|
|
|
"voip_engine_factory.h": [
|
|
"+modules/audio_device/include/audio_device.h",
|
|
"+modules/audio_processing/include/audio_processing.h",
|
|
],
|
|
}
|