summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/DEPS
blob: 0779a592fa3fb5af4a9564d8387033c88fa4a5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+components/gcm_driver",
  "+components/prefs",
  "+components/version_info/version_info.h",
  # Note: //components/cryptauth will eventually migrate to //chromeos. As of
  #       https://chromium-review.googlesource.com/c/chromium/src/+/984441,
  #       //components/cryptauth is CrOS-only.
  # TODO(khorimoto): Remove this once CryptAuth is refactored into //chromeos.
  "+chromeos",
  "+chromeos/components/proximity_auth/logging",
  "+crypto",
  "+device/bluetooth",
  "+google_apis",
  "+net",
  "+third_party/cros_system_api/dbus/service_constants.h",
]