• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1specific_include_rules = {
2  "resource\.h": [
3    # ref_count.h is a public_deps of rtc_base_approved. Necessary because of
4    # rtc::RefCountInterface.
5    "+rtc_base/ref_count.h",
6  ],
7}