xref: /aosp_15_r20/external/cronet/components/metrics/content/DEPS (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1include_rules = [
2  "+components/crash",
3  "+content/public/browser",
4  "+content/public/common",
5  "+gpu/config",
6  "+ppapi/buildflags/buildflags.h",
7]
8
9specific_include_rules = {
10  "content_stability_metrics_provider_browsertest\.cc": [
11    "+sandbox"
12  ]
13}
14