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

Unified Diff: device/BUILD.gn

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Major reorganization of Mojo interface code and DeviceCollection Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc ('k') | device/bluetooth/adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 08c0730ad7f58ea96a348dcbad2fc132ec7ee8a3..86133a54403986dcfc2b4b93259a4573cc6e7dc1 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -37,6 +37,7 @@ test("device_unittests") {
"bluetooth/bluetooth_service_record_win_unittest.cc",
"bluetooth/bluetooth_task_manager_win_unittest.cc",
"bluetooth/bluetooth_uuid_unittest.cc",
+ "bluetooth/device_unittest.cc",
"bluetooth/string_util_icu_unittest.cc",
"bluetooth/test/bluetooth_gatt_server_test.cc",
"bluetooth/test/bluetooth_gatt_server_test.h",
@@ -74,6 +75,7 @@ test("device_unittests") {
"//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/bluetooth:mocks",
+ "//device/bluetooth:mojo",
"//device/gamepad",
"//device/gamepad:test_helpers",
"//device/generic_sensor",
« no previous file with comments | « chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc ('k') | device/bluetooth/adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698