Index: device/bluetooth/public/interfaces/BUILD.gn |
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn |
index 5e7d9c7517ca20633ad1dc070f0032e12c7d29f0..5a28ead8f1309ba4f043ca6366cf81029f5e1d5c 100644 |
--- a/device/bluetooth/public/interfaces/BUILD.gn |
+++ b/device/bluetooth/public/interfaces/BUILD.gn |
@@ -14,6 +14,10 @@ mojom("fake_bluetooth_interfaces") { |
sources = [ |
"test/fake_bluetooth.mojom", |
] |
+ |
+ public_deps = [ |
+ ":interfaces", |
+ ] |
} |
mojom("experimental_interfaces") { |