diff options
author | isherman <isherman@chromium.org> | 2014-09-17 20:51:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-18 03:52:01 +0000 |
commit | 25cab40aba268b5d28b9300a36136072f77f7783 (patch) | |
tree | 1288b84bceff4d2fa5fd28a49fb34c5cd14001f7 /chrome/browser/DEPS | |
parent | fabf4a210dd8ac773887c3099bd4dd4b21050889 (diff) | |
download | chromium_src-25cab40aba268b5d28b9300a36136072f77f7783.zip chromium_src-25cab40aba268b5d28b9300a36136072f77f7783.tar.gz chromium_src-25cab40aba268b5d28b9300a36136072f77f7783.tar.bz2 |
[Easy Unlock] Move the existing Bluetooth utility code into the component.
BUG=413488
TEST=none
R=tengs@chromium.org, yoz@chromium.org, keybuk@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/563993002
Cr-Commit-Position: refs/heads/master@{#295408}
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 70d7498..daaddb42 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -52,6 +52,7 @@ include_rules = [ "+components/power", "+components/precache", "+components/pref_registry", + "+components/proximity_auth", "+components/query_parser", "+components/rappor", "+components/renderer_context_menu", |