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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: move web-bluetooth-test.js 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
« no previous file with comments | « content/shell/browser/layout_test/layout_test_content_browser_client.cc ('k') | device/bluetooth/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/shell/browser/layout_test/layout_test_content_browser_client.cc ('k') | device/bluetooth/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698