Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: device/bluetooth/BUILD.gn

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Fix windows Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698