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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1749403002: Implement BluetoothRemoteGattCharacteristicWin::StartNotifySession and related unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjust comments 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 b3394b932114968d4c4f9679eb0eacf7064abfae..4a28b6e3c50cc0bf40546bf2e0d7305a60564695 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -71,6 +71,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",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_gatt_characteristic_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698