summaryrefslogtreecommitdiff
path: root/chromium/components/payments/content/DEPS
blob: 64211f615785d3560eeece5c98d0cfbb3f5a4015 (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
31
32
33
include_rules = [
  "-components/payments/content/android",
  "+ash/public/cpp/external_arc/overlay",
  "+components/arc",
  "+components/autofill",
  "+components/keyed_service/content",
  "+components/keyed_service/core",
  "+components/page_info",
  "+components/prefs",
  "+components/strings",
  "+components/ukm/content",
  "+components/url_formatter",
  "+components/webdata/common",
  "+content/public",
  "+crypto",
  "+device/fido",
  "+mojo/public/cpp",
  "+net",
  "+services/data_decoder/public/cpp",
  "+services/metrics/public/cpp",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/network/test",
  "+sql",
  "+third_party/blink/public/common",
  "+third_party/blink/public/mojom/devtools/console_message.mojom.h",
  "+third_party/blink/public/mojom/payments",
  "+third_party/blink/public/mojom/webauthn",
  "+third_party/blink/public/platform/modules/payments",
  "+third_party/skia/include/core/SkBitmap.h",
  "+ui/base",
  "+ui/gfx",
]