summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/content/browser/DEPS
blob: 4e97f5365f330fcc5b64e4ed8f860bed78844184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+content/public/browser",
  "+crypto/random.h",
  "+device/geolocation/public",
  "+gpu/config/gpu_info.h",
  "+services/device/public",
  "+services/service_manager/public/mojom",
  "+third_party/blink/public/platform/web_rect.h",
]

specific_include_rules = {
  '.*_[a-z]*test\.cc': [
    "+content/public/test",
  ],
}