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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1606013002: BLE GATT service implementation in Chrome for Windows 8 and later (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Build.gn Created 4 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_device_win.cc » ('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 d964a6a5bbbb779f2b64c225138e4511a588a276..cf02c6bdbd1bf56b8a5cb63a6d6a08b109347469 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -69,6 +69,8 @@ component("bluetooth") {
"bluetooth_gatt_notify_session.h",
"bluetooth_gatt_notify_session_android.cc",
"bluetooth_gatt_notify_session_android.h",
+ "bluetooth_gatt_notify_session_win.cc",
+ "bluetooth_gatt_notify_session_win.h",
"bluetooth_gatt_service.cc",
"bluetooth_gatt_service.h",
"bluetooth_init_win.cc",
@@ -87,10 +89,16 @@ component("bluetooth") {
"bluetooth_low_energy_win.h",
"bluetooth_remote_gatt_characteristic_android.cc",
"bluetooth_remote_gatt_characteristic_android.h",
+ "bluetooth_remote_gatt_characteristic_win.cc",
+ "bluetooth_remote_gatt_characteristic_win.h",
"bluetooth_remote_gatt_descriptor_android.cc",
"bluetooth_remote_gatt_descriptor_android.h",
+ "bluetooth_remote_gatt_descriptor_win.cc",
+ "bluetooth_remote_gatt_descriptor_win.h",
"bluetooth_remote_gatt_service_android.cc",
"bluetooth_remote_gatt_service_android.h",
+ "bluetooth_remote_gatt_service_win.cc",
+ "bluetooth_remote_gatt_service_win.h",
"bluetooth_rfcomm_channel_mac.h",
"bluetooth_rfcomm_channel_mac.mm",
"bluetooth_service_record_win.cc",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_device_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698