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

Bug: None Change-Id: I8956f6febbb1caf71e951d212d57746fe1ec5eb2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184506 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32142}
6 lines
171 B
Python
6 lines
171 B
Python
specific_include_rules = {
|
|
# Some internal headers are allowed even in API headers:
|
|
"samples_stats_counter\.h": [
|
|
"+rtc_base/numerics/running_statistics.h",
|
|
]
|
|
}
|