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

Side by Side Diff: device/bluetooth/bluetooth.gyp

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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_gatt_notify_session.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'bluetooth_discovery_session.h', 67 'bluetooth_discovery_session.h',
68 'bluetooth_discovery_session_outcome.h', 68 'bluetooth_discovery_session_outcome.h',
69 'bluetooth_gatt_characteristic.cc', 69 'bluetooth_gatt_characteristic.cc',
70 'bluetooth_gatt_characteristic.h', 70 'bluetooth_gatt_characteristic.h',
71 'bluetooth_gatt_connection.cc', 71 'bluetooth_gatt_connection.cc',
72 'bluetooth_gatt_connection.h', 72 'bluetooth_gatt_connection.h',
73 'bluetooth_gatt_descriptor.cc', 73 'bluetooth_gatt_descriptor.cc',
74 'bluetooth_gatt_descriptor.h', 74 'bluetooth_gatt_descriptor.h',
75 'bluetooth_gatt_notify_session.cc', 75 'bluetooth_gatt_notify_session.cc',
76 'bluetooth_gatt_notify_session.h', 76 'bluetooth_gatt_notify_session.h',
77 'bluetooth_gatt_notify_session_android.cc',
78 'bluetooth_gatt_notify_session_android.h',
79 'bluetooth_gatt_notify_session_mac.h',
80 'bluetooth_gatt_notify_session_mac.mm',
81 'bluetooth_gatt_notify_session_win.cc',
82 'bluetooth_gatt_notify_session_win.h',
77 'bluetooth_gatt_service.cc', 83 'bluetooth_gatt_service.cc',
78 'bluetooth_gatt_service.h', 84 'bluetooth_gatt_service.h',
79 'bluetooth_init_win.cc', 85 'bluetooth_init_win.cc',
80 'bluetooth_init_win.h', 86 'bluetooth_init_win.h',
81 'bluetooth_l2cap_channel_mac.mm', 87 'bluetooth_l2cap_channel_mac.mm',
82 'bluetooth_l2cap_channel_mac.h', 88 'bluetooth_l2cap_channel_mac.h',
83 'bluetooth_local_gatt_characteristic.cc', 89 'bluetooth_local_gatt_characteristic.cc',
84 'bluetooth_local_gatt_characteristic.h', 90 'bluetooth_local_gatt_characteristic.h',
85 'bluetooth_local_gatt_descriptor.cc', 91 'bluetooth_local_gatt_descriptor.cc',
86 'bluetooth_local_gatt_descriptor.h', 92 'bluetooth_local_gatt_descriptor.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'bluez/bluetooth_audio_sink_bluez.cc', 162 'bluez/bluetooth_audio_sink_bluez.cc',
157 'bluez/bluetooth_audio_sink_bluez.h', 163 'bluez/bluetooth_audio_sink_bluez.h',
158 'bluez/bluetooth_device_bluez.cc', 164 'bluez/bluetooth_device_bluez.cc',
159 'bluez/bluetooth_device_bluez.h', 165 'bluez/bluetooth_device_bluez.h',
160 'bluez/bluetooth_gatt_characteristic_bluez.cc', 166 'bluez/bluetooth_gatt_characteristic_bluez.cc',
161 'bluez/bluetooth_gatt_characteristic_bluez.h', 167 'bluez/bluetooth_gatt_characteristic_bluez.h',
162 'bluez/bluetooth_gatt_connection_bluez.cc', 168 'bluez/bluetooth_gatt_connection_bluez.cc',
163 'bluez/bluetooth_gatt_connection_bluez.h', 169 'bluez/bluetooth_gatt_connection_bluez.h',
164 'bluez/bluetooth_gatt_descriptor_bluez.cc', 170 'bluez/bluetooth_gatt_descriptor_bluez.cc',
165 'bluez/bluetooth_gatt_descriptor_bluez.h', 171 'bluez/bluetooth_gatt_descriptor_bluez.h',
172 'bluez/bluetooth_gatt_notify_session_bluez.cc',
173 'bluez/bluetooth_gatt_notify_session_bluez.h',
166 'bluez/bluetooth_gatt_service_bluez.cc', 174 'bluez/bluetooth_gatt_service_bluez.cc',
167 'bluez/bluetooth_gatt_service_bluez.h', 175 'bluez/bluetooth_gatt_service_bluez.h',
168 'bluez/bluetooth_local_gatt_characteristic_bluez.cc', 176 'bluez/bluetooth_local_gatt_characteristic_bluez.cc',
169 'bluez/bluetooth_local_gatt_characteristic_bluez.h', 177 'bluez/bluetooth_local_gatt_characteristic_bluez.h',
170 'bluez/bluetooth_local_gatt_descriptor_bluez.cc', 178 'bluez/bluetooth_local_gatt_descriptor_bluez.cc',
171 'bluez/bluetooth_local_gatt_descriptor_bluez.h', 179 'bluez/bluetooth_local_gatt_descriptor_bluez.h',
172 'bluez/bluetooth_local_gatt_service_bluez.cc', 180 'bluez/bluetooth_local_gatt_service_bluez.cc',
173 'bluez/bluetooth_local_gatt_service_bluez.h', 181 'bluez/bluetooth_local_gatt_service_bluez.h',
174 'bluez/bluetooth_pairing_bluez.cc', 182 'bluez/bluetooth_pairing_bluez.cc',
175 'bluez/bluetooth_pairing_bluez.h', 183 'bluez/bluetooth_pairing_bluez.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 516 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
509 'bluetooth_interfaces_blink_mojom', 517 'bluetooth_interfaces_blink_mojom',
510 'bluetooth_interfaces_mojom', 518 'bluetooth_interfaces_mojom',
511 'device_bluetooth', 519 'device_bluetooth',
512 ], 520 ],
513 }, 521 },
514 ], 522 ],
515 }], 523 }],
516 ], 524 ],
517 } 525 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_gatt_notify_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698