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

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

Issue 2051333004: Implement BluetoothGattNotifySession::Stop on Android, 2nd attempt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address new review comments Created 4 years, 3 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',
83 'bluetooth_gatt_service.cc', 77 'bluetooth_gatt_service.cc',
84 'bluetooth_gatt_service.h', 78 'bluetooth_gatt_service.h',
85 'bluetooth_init_win.cc', 79 'bluetooth_init_win.cc',
86 'bluetooth_init_win.h', 80 'bluetooth_init_win.h',
87 'bluetooth_l2cap_channel_mac.mm', 81 'bluetooth_l2cap_channel_mac.mm',
88 'bluetooth_l2cap_channel_mac.h', 82 'bluetooth_l2cap_channel_mac.h',
89 'bluetooth_local_gatt_characteristic.cc', 83 'bluetooth_local_gatt_characteristic.cc',
90 'bluetooth_local_gatt_characteristic.h', 84 'bluetooth_local_gatt_characteristic.h',
91 'bluetooth_local_gatt_descriptor.cc', 85 'bluetooth_local_gatt_descriptor.cc',
92 'bluetooth_local_gatt_descriptor.h', 86 'bluetooth_local_gatt_descriptor.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'bluez/bluetooth_audio_sink_bluez.cc', 156 'bluez/bluetooth_audio_sink_bluez.cc',
163 'bluez/bluetooth_audio_sink_bluez.h', 157 'bluez/bluetooth_audio_sink_bluez.h',
164 'bluez/bluetooth_device_bluez.cc', 158 'bluez/bluetooth_device_bluez.cc',
165 'bluez/bluetooth_device_bluez.h', 159 'bluez/bluetooth_device_bluez.h',
166 'bluez/bluetooth_gatt_characteristic_bluez.cc', 160 'bluez/bluetooth_gatt_characteristic_bluez.cc',
167 'bluez/bluetooth_gatt_characteristic_bluez.h', 161 'bluez/bluetooth_gatt_characteristic_bluez.h',
168 'bluez/bluetooth_gatt_connection_bluez.cc', 162 'bluez/bluetooth_gatt_connection_bluez.cc',
169 'bluez/bluetooth_gatt_connection_bluez.h', 163 'bluez/bluetooth_gatt_connection_bluez.h',
170 'bluez/bluetooth_gatt_descriptor_bluez.cc', 164 'bluez/bluetooth_gatt_descriptor_bluez.cc',
171 'bluez/bluetooth_gatt_descriptor_bluez.h', 165 'bluez/bluetooth_gatt_descriptor_bluez.h',
172 'bluez/bluetooth_gatt_notify_session_bluez.cc',
173 'bluez/bluetooth_gatt_notify_session_bluez.h',
174 'bluez/bluetooth_gatt_service_bluez.cc', 166 'bluez/bluetooth_gatt_service_bluez.cc',
175 'bluez/bluetooth_gatt_service_bluez.h', 167 'bluez/bluetooth_gatt_service_bluez.h',
176 'bluez/bluetooth_local_gatt_characteristic_bluez.cc', 168 'bluez/bluetooth_local_gatt_characteristic_bluez.cc',
177 'bluez/bluetooth_local_gatt_characteristic_bluez.h', 169 'bluez/bluetooth_local_gatt_characteristic_bluez.h',
178 'bluez/bluetooth_local_gatt_descriptor_bluez.cc', 170 'bluez/bluetooth_local_gatt_descriptor_bluez.cc',
179 'bluez/bluetooth_local_gatt_descriptor_bluez.h', 171 'bluez/bluetooth_local_gatt_descriptor_bluez.h',
180 'bluez/bluetooth_local_gatt_service_bluez.cc', 172 'bluez/bluetooth_local_gatt_service_bluez.cc',
181 'bluez/bluetooth_local_gatt_service_bluez.h', 173 'bluez/bluetooth_local_gatt_service_bluez.h',
182 'bluez/bluetooth_pairing_bluez.cc', 174 'bluez/bluetooth_pairing_bluez.cc',
183 'bluez/bluetooth_pairing_bluez.h', 175 'bluez/bluetooth_pairing_bluez.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 508 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
517 'bluetooth_interfaces_blink_mojom', 509 'bluetooth_interfaces_blink_mojom',
518 'bluetooth_interfaces_mojom', 510 'bluetooth_interfaces_mojom',
519 'device_bluetooth', 511 'device_bluetooth',
520 ], 512 ],
521 }, 513 },
522 ], 514 ],
523 }], 515 }],
524 ], 516 ],
525 } 517 }
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