mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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",
|
|
]
|
|
}
|