summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/adaptation/DEPS
blob: 734e15249708d7cee29c4a6c08202e59338c7a67 (plain)
1
2
3
4
5
6
7
specific_include_rules = {
  "resource\.h": [
    # ref_count.h is a public_deps of rtc_base:refcount. Necessary because of
    # rtc::RefCountInterface.
    "+rtc_base/ref_count.h",
  ],
}