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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1690133002: Implement BluetoothRemoteGattServiceWin and related unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and split out of included GATT services Created 4 years, 10 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 0fb13c8ee43cd19be9badf12369c5434baac23d4..167fe304469b859a2902504e6d12e92616a16837 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -89,6 +89,8 @@ 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_service_android.cc",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_remote_gatt_service_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698