summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/DEPS
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:20:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:28:57 +0000
commitd17ea114e5ef69ad5d5d7413280a13e6428098aa (patch)
tree2c01a75df69f30d27b1432467cfe7c1467a498da /chromium/components/cryptauth/DEPS
parent8c5c43c7b138c9b4b0bf56d946e61d3bbc111bec (diff)
downloadqtwebengine-chromium-d17ea114e5ef69ad5d5d7413280a13e6428098aa.tar.gz
BASELINE: Update Chromium to 67.0.3396.47
Change-Id: Idcb1341782e417561a2473eeecc82642dafda5b7 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
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",
]