| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 1e89086e05f7b86bbdbd59619e4920cb221a1b1e..ffe85319bd62be8c24be781c16ed34b37af05f82 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -41,6 +41,19 @@ source_set("mojo") {
|
| ]
|
| }
|
|
|
| +source_set("fake_bluetooth") {
|
| + sources = [
|
| + "test/fake_bluetooth.cc",
|
| + "test/fake_bluetooth.h",
|
| + ]
|
| +
|
| + deps = [
|
| + ":bluetooth",
|
| + "//device/bluetooth/public/interfaces:fake_bluetooth_interfaces",
|
| + "//mojo/public/cpp/bindings",
|
| + ]
|
| +}
|
| +
|
| component("bluetooth") {
|
| sources = [
|
| "android/bluetooth_jni_registrar.cc",
|
|
|