summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/test/pclf/DEPS
blob: 60cc0aeeb315ce32146b3c96e1e1d7cab1075f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
specific_include_rules = {
  ".*": [
    "+modules/audio_processing/include/audio_processing.h",
    "+rtc_base/checks.h",
    "+rtc_base/network.h",
    "+rtc_base/rtc_certificate_generator.h",
    "+rtc_base/ssl_certificate.h",
    "+rtc_base/thread.h",
  ],
  "media_quality_test_params\.h": [
    "+p2p/base/port_allocator.h",
  ],
}