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

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

Issue 2094633003: Bluetooth: Mac: implementation for start notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_read_characteristicscan_servicescan_cleanup
Patch Set: Addressing msarda's comments Created 4 years, 5 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_mac.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_gatt_characteristic.cc', 67 'bluetooth_gatt_characteristic.cc',
68 'bluetooth_gatt_characteristic.h', 68 'bluetooth_gatt_characteristic.h',
69 'bluetooth_gatt_connection.cc', 69 'bluetooth_gatt_connection.cc',
70 'bluetooth_gatt_connection.h', 70 'bluetooth_gatt_connection.h',
71 'bluetooth_gatt_descriptor.cc', 71 'bluetooth_gatt_descriptor.cc',
72 'bluetooth_gatt_descriptor.h', 72 'bluetooth_gatt_descriptor.h',
73 'bluetooth_gatt_notify_session.cc', 73 'bluetooth_gatt_notify_session.cc',
74 'bluetooth_gatt_notify_session.h', 74 'bluetooth_gatt_notify_session.h',
75 'bluetooth_gatt_notify_session_android.cc', 75 'bluetooth_gatt_notify_session_android.cc',
76 'bluetooth_gatt_notify_session_android.h', 76 'bluetooth_gatt_notify_session_android.h',
77 'bluetooth_gatt_notify_session_mac.h',
78 'bluetooth_gatt_notify_session_mac.mm',
77 'bluetooth_gatt_notify_session_win.cc', 79 'bluetooth_gatt_notify_session_win.cc',
78 'bluetooth_gatt_notify_session_win.h', 80 'bluetooth_gatt_notify_session_win.h',
79 'bluetooth_gatt_service.cc', 81 'bluetooth_gatt_service.cc',
80 'bluetooth_gatt_service.h', 82 'bluetooth_gatt_service.h',
81 'bluetooth_init_win.cc', 83 'bluetooth_init_win.cc',
82 'bluetooth_init_win.h', 84 'bluetooth_init_win.h',
83 'bluetooth_l2cap_channel_mac.mm', 85 'bluetooth_l2cap_channel_mac.mm',
84 'bluetooth_l2cap_channel_mac.h', 86 'bluetooth_l2cap_channel_mac.h',
85 'bluetooth_local_gatt_characteristic.cc', 87 'bluetooth_local_gatt_characteristic.cc',
86 'bluetooth_local_gatt_characteristic.h', 88 'bluetooth_local_gatt_characteristic.h',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 512 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
511 'bluetooth_interfaces_blink_mojom', 513 'bluetooth_interfaces_blink_mojom',
512 'bluetooth_interfaces_mojom', 514 'bluetooth_interfaces_mojom',
513 'device_bluetooth', 515 'device_bluetooth',
514 ], 516 ],
515 }, 517 },
516 ], 518 ],
517 }], 519 }],
518 ], 520 ],
519 } 521 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_gatt_notify_session_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698