Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 252fad6651fbf83e2b2c973f27c0de9e4b01d15e..5d7e399719b64789fb32ccf4beb9262a4f255554 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -41,6 +41,21 @@ source_set("mojo") { |
] |
} |
+source_set("mojo_test") { |
+ sources = [ |
+ "test/fake_bluetooth.cc", |
+ "test/fake_bluetooth.h", |
+ ] |
+ |
+ deps = [ |
+ ":bluetooth", |
+ "//mojo/public/cpp/bindings", |
+ ] |
+ public_deps = [ |
+ "//device/bluetooth/public/interfaces:test_interfaces", |
+ ] |
+} |
+ |
component("bluetooth") { |
sources = [ |
"android/bluetooth_jni_registrar.cc", |