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

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1948763003: Adding support for service scan on OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fixing comments Created 4 years, 7 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/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 659a90b0d12479148698d43086c12ec207bb1c46..0d5eac437f4d294721c000876ba984ac00f3493d 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -95,6 +95,8 @@
'bluetooth_low_energy_device_mac.mm',
'bluetooth_low_energy_discovery_manager_mac.h',
'bluetooth_low_energy_discovery_manager_mac.mm',
+ 'bluetooth_low_energy_peripheral_delegate.mm',
+ 'bluetooth_low_energy_peripheral_delegate.h',
'bluetooth_low_energy_win.cc',
'bluetooth_low_energy_win.h',
'bluetooth_remote_gatt_characteristic.cc',
@@ -113,6 +115,8 @@
'bluetooth_remote_gatt_service.h',
'bluetooth_remote_gatt_service_android.cc',
'bluetooth_remote_gatt_service_android.h',
+ 'bluetooth_remote_gatt_service_mac.h',
+ 'bluetooth_remote_gatt_service_mac.mm',
'bluetooth_remote_gatt_service_win.cc',
'bluetooth_remote_gatt_service_win.h',
'bluetooth_rfcomm_channel_mac.mm',
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698