Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 28f9478614671f140dbc6e1112f4a1532f4461e9..195a79ea19a92a1cc59149424ab055a0e5cc31e7 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -101,10 +101,7 @@ static_library("bluetooth") { |
] |
if (is_chromeos) { |
- deps += [ |
- "//chromeos", |
- "//dbus", |
- ] |
+ public_deps = [ "//chromeos" ] |
Ilya Sherman
2014/10/13 22:00:23
//device/bluetooth still has a direct dependency o
Jun Mukai
2014/10/13 22:17:09
You're right. It was added implicitly through //c
|
} |
if (is_mac) { |