Chromium Code Reviews| Index: device/bluetooth/BUILD.gn |
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
| index 1e89086e05f7b86bbdbd59619e4920cb221a1b1e..e49f0b78c50157516f6b1bb9b0b305a9caeacbe4 100644 |
| --- a/device/bluetooth/BUILD.gn |
| +++ b/device/bluetooth/BUILD.gn |
| @@ -41,6 +41,19 @@ source_set("mojo") { |
| ] |
| } |
| +source_set("mojo_test") { |
|
scheib
2017/04/08 00:59:50
Let's call this "fake_bluetooth" or "fake_bluetoot
ortuno
2017/04/10 01:47:49
Went with fake_bluetooth
|
| + sources = [ |
| + "test/fake_bluetooth.cc", |
| + "test/fake_bluetooth.h", |
| + ] |
| + |
| + deps = [ |
| + ":bluetooth", |
| + "//device/bluetooth/public/interfaces:test_interfaces", |
| + "//mojo/public/cpp/bindings", |
| + ] |
| +} |
| + |
| component("bluetooth") { |
| sources = [ |
| "android/bluetooth_jni_registrar.cc", |