summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-07-23 22:12:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-24 05:12:58 +0000
commita4a76120ec6069bd82417d759f2aadef51425cbd (patch)
tree75290cfd2a808ef924d4ca4662dd6b2ff578748c /components/proximity_auth
parentabad13419002bc51bedb647bb89dac3838323996 (diff)
downloadchromium_src-a4a76120ec6069bd82417d759f2aadef51425cbd.zip
chromium_src-a4a76120ec6069bd82417d759f2aadef51425cbd.tar.gz
chromium_src-a4a76120ec6069bd82417d759f2aadef51425cbd.tar.bz2
Add missing proto dependency in proximityauth.
This target uses the cryptauth/proto target but does not depend on the proto target, so the build can get old or nonexistant generated headers. TBR=tengs@chromium.org Review URL: https://codereview.chromium.org/1253873002 Cr-Commit-Position: refs/heads/master@{#340226}
Diffstat (limited to 'components/proximity_auth')
-rw-r--r--components/proximity_auth/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index f5b2c8b..a85fb9a 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -52,6 +52,7 @@ source_set("proximity_auth") {
]
deps = [
+ "cryptauth/proto",
"logging",
"//base",
"//device/bluetooth",