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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Move to public deps Created 3 years, 9 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 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",
« no previous file with comments | « content/shell/browser/layout_test/layout_test_content_browser_client.cc ('k') | device/bluetooth/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698