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

Unified Diff: device/BUILD.gn

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Add comment for SetCallbackRan function in device connection helper 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 5cb034943d01ddf62ed31cfa1e18372773aa7cfd..93cbdc3c34db76127f9d1e4566a1ca414d7fd18a 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",

Powered by Google App Engine
This is Rietveld 408576698