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

Unified Diff: device/bluetooth/BUILD.gn

Issue 652403002: [Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 28f9478614671f140dbc6e1112f4a1532f4461e9..5e9fff30be3ca51b8ff5d320f8bd32ab842fb66b 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -101,6 +101,7 @@ static_library("bluetooth") {
]
if (is_chromeos) {
+ # TODO(isherman): Make sure this is deps, not public_deps, when committing.
deps += [
"//chromeos",
"//dbus",

Powered by Google App Engine
This is Rietveld 408576698