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

Unified Diff: device/bluetooth/BUILD.gn

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/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('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 65347485a5f6e65319a8df8bf86f0e579a4cf5c6..78a80c7e73c5ab617349270e01496cfa7803d6aa 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -93,6 +93,8 @@ component("bluetooth") {
"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.h",
+ "bluetooth_low_energy_peripheral_delegate.mm",
"bluetooth_low_energy_win.cc",
"bluetooth_low_energy_win.h",
"bluetooth_remote_gatt_characteristic.cc",
@@ -111,6 +113,8 @@ component("bluetooth") {
"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.h",
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698