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

Unified Diff: device/bluetooth/public/interfaces/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 | « device/bluetooth/README.md ('k') | device/bluetooth/public/interfaces/test/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/public/interfaces/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
index 810489bc065fe1b1cf1860819e1e4ab8aace5232..5e7d9c7517ca20633ad1dc070f0032e12c7d29f0 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -10,6 +10,12 @@ mojom("interfaces") {
]
}
+mojom("fake_bluetooth_interfaces") {
+ sources = [
+ "test/fake_bluetooth.mojom",
+ ]
+}
+
mojom("experimental_interfaces") {
sources = [
"adapter.mojom",
« no previous file with comments | « device/bluetooth/README.md ('k') | device/bluetooth/public/interfaces/test/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698