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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Remove binding variable in Device.Create Created 4 years, 1 month 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
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 890d444456d1b08bf124b9da9a1e01ded1760d54..35f3f9a0dcbf0c2fcb2fbfa745e733113d66d601 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -22,6 +22,7 @@ config("bluetooth_config") {
source_set("mojo") {
sources = [
+ "//device/bluetooth/public/interfaces/connect_result_type_converter.h",
"adapter.cc",
"adapter.h",
"adapter_factory.cc",
@@ -33,6 +34,7 @@ source_set("mojo") {
public_deps = [
":bluetooth",
"//device/bluetooth/public/interfaces:experimental_interfaces",
+ "//mojo/public/cpp/bindings",
]
}
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698