mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

Bug: None Change-Id: Ib62bdc296fdff8ecb3eb5b22d5eda1ef8fc35284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/202036 Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33026}
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",
|
|
],
|
|
}
|