summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/cryptauth/DEPS')
-rw-r--r--chromium/components/cryptauth/DEPS9
1 files changed, 8 insertions, 1 deletions
diff --git a/chromium/components/cryptauth/DEPS b/chromium/components/cryptauth/DEPS
index af0b1cb4cea..0779a592fa3 100644
--- a/chromium/components/cryptauth/DEPS
+++ b/chromium/components/cryptauth/DEPS
@@ -1,9 +1,16 @@
include_rules = [
"+components/gcm_driver",
"+components/prefs",
- "+components/proximity_auth/logging",
+ "+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",
]