summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/voip/DEPS
blob: 3845dffab0d7f737bbc8816e1c8905443b8ea8ff (plain)
1
2
3
4
5
6
7
8
9
10
specific_include_rules = {
  ".*\.h": [
    "+third_party/absl/types/optional.h",
  ],

  "voip_engine_factory.h": [
    "+modules/audio_device/include/audio_device.h",
    "+modules/audio_processing/include/audio_processing.h",
  ],
}