Commit 10d32223 authored by isherman's avatar isherman Committed by Commit bot

[Easy Unlock] Add missing //net dependency.

BUG=none
TEST=none
R=tengs@chromium.org

Review URL: https://codereview.chromium.org/598833002

Cr-Commit-Position: refs/heads/master@{#296549}
parent b166746f
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../device/bluetooth/bluetooth.gyp:device_bluetooth', '../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../net/net.gyp:net',
], ],
'sources': [ 'sources': [
"proximity_auth/bluetooth_util.cc", "proximity_auth/bluetooth_util.cc",
......
...@@ -20,6 +20,7 @@ static_library("proximity_auth") { ...@@ -20,6 +20,7 @@ static_library("proximity_auth") {
deps = [ deps = [
"//base", "//base",
"//device/bluetooth", "//device/bluetooth",
"//net",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment