Chromium Code Reviews

Unified Diff: device/bluetooth/BUILD.gn

Issue 2241263005: Revert of Implement BluetoothGattNotifySession::Stop on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 6486bfc52d568134903073359618b0cf264fe27f..96c7589846a75d354f46acfea486225c1f42e1de 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -72,6 +72,12 @@
"bluetooth_gatt_descriptor.h",
"bluetooth_gatt_notify_session.cc",
"bluetooth_gatt_notify_session.h",
+ "bluetooth_gatt_notify_session_android.cc",
+ "bluetooth_gatt_notify_session_android.h",
+ "bluetooth_gatt_notify_session_mac.h",
+ "bluetooth_gatt_notify_session_mac.mm",
+ "bluetooth_gatt_notify_session_win.cc",
+ "bluetooth_gatt_notify_session_win.h",
"bluetooth_gatt_service.cc",
"bluetooth_gatt_service.h",
"bluetooth_init_win.cc",
@@ -196,6 +202,8 @@
"bluez/bluetooth_gatt_connection_bluez.h",
"bluez/bluetooth_gatt_descriptor_bluez.cc",
"bluez/bluetooth_gatt_descriptor_bluez.h",
+ "bluez/bluetooth_gatt_notify_session_bluez.cc",
+ "bluez/bluetooth_gatt_notify_session_bluez.h",
"bluez/bluetooth_gatt_service_bluez.cc",
"bluez/bluetooth_gatt_service_bluez.h",
"bluez/bluetooth_local_gatt_characteristic_bluez.cc",
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine