summaryrefslogtreecommitdiff
path: root/chromium/components/payments/core/DEPS
blob: 8325aae13371ee69e440e8b6dc64aa415f0e6f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
  "-components/payments/content",
  "-content",
  "+components/autofill/core",
  "+components/keyed_service/core",
  "+components/metrics",
  "+components/prefs",
  "+components/pref_registry",
  "+components/strings",
  "+services/metrics/public",
  "+third_party/libaddressinput",
  "+third_party/libphonenumber",
  "+ui/base",
]

specific_include_rules = {
  "journey_logger_unittest\.cc": [
    "+components/ukm",
  ],
}