summaryrefslogtreecommitdiffstats
path: root/components/crash/content/app/DEPS
blob: 01c710b5f4295fed5574116bebaf36f89e512a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+sandbox",

  "+content/public/common/content_descriptors.h",
  "+content/public/common/result_codes.h",

  # TODO(fdoray): Remove this once the PreRead field trial has expired.
  # crbug.com/577698
  "+components/startup_metric_utils/common/pre_read_field_trial_utils_win.h",

  "+third_party/crashpad",
  "+third_party/kasko",
  "+third_party/lss/linux_syscall_support.h",
]