summaryrefslogtreecommitdiff
path: root/chromium/components/autofill_assistant/browser/DEPS
blob: 17e690dd23e7bbc32c52c0519858a38712b84aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include_rules = [
  "+chrome/android/features/autofill_assistant/test_support_jni_headers",
  "+components/autofill",
  "+components/google/core/common",
  "+components/keyed_service/core",
  "+components/password_manager/content/browser",
  "+components/password_manager/core/browser",
  "+components/password_manager/core/common",
  "+components/ukm",
  "+components/version_info",
  "+content/public/browser",
  "+content/public/test",
  "+content/shell/browser/shell.h",
  "+components/signin/public/identity_manager",
  "+components/strings/grit/components_strings.h",
  "+crypto",
  "+google_apis",
  "+net",
  "+services/metrics/public",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/network/test",
  "+third_party/blink/public/mojom/payments/payment_request.mojom.h",
  "+third_party/icu/source/common/unicode",
  "+third_party/libaddressinput/chromium/addressinput_util.h",
  "+third_party/libaddressinput/src/cpp/include/libaddressinput/address_data.h",
  "+third_party/re2",
  "+ui/base/l10n/l10n_util.h",
  "+ui/events/keycodes/dom",
]