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

Unified Diff: device/bluetooth/public/interfaces/BUILD.gn

Issue 2722473002: DO NOT SUBMIT. Stub implementation of FakeBluetooth mojo interface (Closed)
Patch Set: Created 3 years, 10 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/public/interfaces/BUILD.gn
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
index 810489bc065fe1b1cf1860819e1e4ab8aace5232..12e2526b48a8a70b637a7398bee492e599f7c252 100644
--- a/device/bluetooth/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -14,6 +14,7 @@ mojom("experimental_interfaces") {
sources = [
"adapter.mojom",
"device.mojom",
+ "fake_bluetooth.mojom",
]
public_deps = [
@@ -21,6 +22,7 @@ mojom("experimental_interfaces") {
]
visibility = [
+ "//content/browser:*",
"//device/bluetooth:mojo",
"//chrome/browser:*",
"//chrome/browser/ui:*",
« no previous file with comments | « device/bluetooth/bluetooth_adapter_factory_wrapper.h ('k') | device/bluetooth/public/interfaces/fake_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698