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

Unified Diff: device/bluetooth/BUILD.gn

Issue 791763005: Added bluetooth LE support on Mac platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('J')
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 c9c9f6c52bb9c0c030642d8e1ef8bc5ea693e50b..fef42d02eacb82bba60e2c9fc32ced249dab62fa 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -61,6 +61,10 @@ component("bluetooth") {
"bluetooth_init_win.h",
"bluetooth_l2cap_channel_mac.mm",
"bluetooth_l2cap_channel_mac.h",
+ "bluetooth_low_energy_device_mac.h",
+ "bluetooth_low_energy_device_mac.mm",
+ "bluetooth_low_energy_discovery_manager_mac.h",
+ "bluetooth_low_energy_discovery_manager_mac.mm",
"bluetooth_low_energy_win.cc",
"bluetooth_low_energy_win.h",
"bluetooth_pairing_chromeos.cc",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698