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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Lint Created 4 years, 7 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: 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698