Index: device/bluetooth/public/interfaces/BUILD.gn |
diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn |
index 86146370696f33bb8c40b29fd0dac4a8363c6238..90df23d278df7c644e7a0c6ad697e7e87d2a728b 100644 |
--- a/device/bluetooth/public/interfaces/BUILD.gn |
+++ b/device/bluetooth/public/interfaces/BUILD.gn |
@@ -4,10 +4,16 @@ |
import("//mojo/public/tools/bindings/mojom.gni") |
-mojom("bluetooth_mojom_bluetooth_uuid") { |
+mojom("interfaces") { |
sources = [ |
"bluetooth_uuid.mojom", |
] |
use_new_wrapper_types = false |
} |
+ |
+mojom("experimental_interfaces") { |
scheib
2016/09/28 03:12:21
Did you have to drop the visibility because of add
ortuno
2016/09/28 09:44:55
Yeah. Having visibility would be nice. Do you get
mbrunson
2016/09/28 21:20:35
I had visibility in at one point but it probably g
scheib
2016/09/28 23:26:40
Nice to have it back, sort of, but having chrome/b
ortuno
2016/09/29 01:43:06
True, there is no mojo code in there, but
chrome/
mbrunson
2016/09/29 02:50:23
I've restricted the visibility to bluetooth_intern
|
+ sources = [ |
+ "adapter.mojom", |
+ ] |
+} |