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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2595373003: Bluetooth: mac: Working on macOS descriptor implementation. (Closed)
Patch Set: More test 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
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",

Powered by Google App Engine
This is Rietveld 408576698