summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/test/metrics/DEPS
blob: 74889c61c7255b53985c6b2bf0917bac847cfdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",
    "+system_wrappers/include/clock.h",
  ],
  "metrics_accumulator\.h": [
    "+rtc_base/synchronization/mutex.h",
    "+rtc_base/thread_annotations.h",
  ],
}