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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2595373003: Bluetooth: mac: Working on macOS descriptor implementation. (Closed)
Patch Set: Fixes Created 3 years, 11 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_low_energy_device_mac.h » ('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 3ce0169c9a5352c8ad9a0d914774361ab5efa345..69455e261dd4f91616f4221471c3513313b58325 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -126,6 +126,8 @@ component("bluetooth") {
"bluetooth_remote_gatt_descriptor.h",
"bluetooth_remote_gatt_descriptor_android.cc",
"bluetooth_remote_gatt_descriptor_android.h",
+ "bluetooth_remote_gatt_descriptor_mac.h",
+ "bluetooth_remote_gatt_descriptor_mac.mm",
"bluetooth_remote_gatt_descriptor_win.cc",
"bluetooth_remote_gatt_descriptor_win.h",
"bluetooth_remote_gatt_service.cc",
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698