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

Unified Diff: device/device_tests.gyp

Issue 1920693002: Complete //device/bt implementation for hosting local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « device/bluetooth/test/bluetooth_test_bluez.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index f7c55d00a39a2f221665f1eb42feb8e0c23d53f2..0899096d98a7829e41d2abf39e7897995b42dbae 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -44,6 +44,8 @@
'bluetooth/bluetooth_device_unittest.cc',
'bluetooth/bluetooth_device_win_unittest.cc',
'bluetooth/bluetooth_discovery_filter_unittest.cc',
+ 'bluetooth/bluetooth_local_gatt_characteristic_unittest.cc',
+ 'bluetooth/bluetooth_local_gatt_descriptor_unittest.cc',
'bluetooth/bluetooth_low_energy_win_unittest.cc',
'bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc',
'bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc',
@@ -51,6 +53,8 @@
'bluetooth/bluetooth_service_record_win_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_uuid_unittest.cc',
+ 'bluetooth/test/bluetooth_gatt_server_test.cc',
+ 'bluetooth/test/bluetooth_gatt_server_test.h',
'bluetooth/test/bluetooth_test.cc',
'bluetooth/test/bluetooth_test.h',
'bluetooth/test/bluetooth_test_android.cc',
« no previous file with comments | « device/bluetooth/test/bluetooth_test_bluez.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698