Bug: webrtc:42226242 Change-Id: I3134d7a3885a86f0bd02ee5e12bb85b2e2d6ee8c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359180 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42760}
16 lines
416 B
Python
16 lines
416 B
Python
specific_include_rules = {
|
|
"metrics_logger_and_exporter\.h": [
|
|
"+rtc_base/synchronization/mutex.h",
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"metrics_logger\.h": [
|
|
"+rtc_base/synchronization/mutex.h",
|
|
"+rtc_base/thread_annotations.h",
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"metrics_accumulator\.h": [
|
|
"+rtc_base/synchronization/mutex.h",
|
|
"+rtc_base/thread_annotations.h",
|
|
],
|
|
}
|