specific_include_rules = {
  ".*\.cc": [
    # Prefs are used to create an independent file with a persisted key:value
    # store for networking-related data (Like which servers support QUIC),
    # rather than to store user preferences.
    "+components/prefs",
    "+content/network",
    "+services/proxy_resolver/public/interfaces",
  ],
}
