summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/BUILD.gn')
-rw-r--r--device/bluetooth/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 0e70391..5e53d8f 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -214,6 +214,10 @@ static_library("mocks") {
deps = [
":bluetooth",
+ "//net",
"//testing/gmock",
]
+ public_deps = [
+ "//base",
+ ]
}