Index: third_party/WebKit/public/BUILD.gn |
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn |
index ffee521f9301e84f73a7b057935ba8647a3412fc..08aa5a97eb3bf5882c2c49a2ccb5498c6db9efae 100644 |
--- a/third_party/WebKit/public/BUILD.gn |
+++ b/third_party/WebKit/public/BUILD.gn |
@@ -186,6 +186,7 @@ mojom("mojo_bindings") { |
] |
public_deps = [ |
":android_mojo_bindings", |
+ "//content/common/bluetooth:content_mojom_bluetooth_device_id", |
Jeffrey Yasskin
2016/06/03 17:22:05
This seems like a wrong-direction dependency. Chec
ortuno
2016/06/06 22:23:00
It does seem weird to depend on content/ from blin
Jeffrey Yasskin
2016/06/06 23:44:02
I guess content/common doesn't depend on WebKit, s
|
"//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid", |
] |
} |