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

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

Issue 336933002: device/bluetooth: Introduce BluetoothGattConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Returning ERROR_UNSUPPORTED_DEVICE from platforms. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_device.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 29 matching lines...) Expand all
40 'bluetooth_device_mac.h', 40 'bluetooth_device_mac.h',
41 'bluetooth_device_mac.mm', 41 'bluetooth_device_mac.mm',
42 'bluetooth_device_win.cc', 42 'bluetooth_device_win.cc',
43 'bluetooth_device_win.h', 43 'bluetooth_device_win.h',
44 'bluetooth_discovery_manager_mac.mm', 44 'bluetooth_discovery_manager_mac.mm',
45 'bluetooth_discovery_manager_mac.h', 45 'bluetooth_discovery_manager_mac.h',
46 'bluetooth_discovery_session.cc', 46 'bluetooth_discovery_session.cc',
47 'bluetooth_discovery_session.h', 47 'bluetooth_discovery_session.h',
48 'bluetooth_gatt_characteristic.cc', 48 'bluetooth_gatt_characteristic.cc',
49 'bluetooth_gatt_characteristic.h', 49 'bluetooth_gatt_characteristic.h',
50 'bluetooth_gatt_connection.cc',
51 'bluetooth_gatt_connection.h',
50 'bluetooth_gatt_descriptor.cc', 52 'bluetooth_gatt_descriptor.cc',
51 'bluetooth_gatt_descriptor.h', 53 'bluetooth_gatt_descriptor.h',
52 'bluetooth_gatt_service.cc', 54 'bluetooth_gatt_service.cc',
53 'bluetooth_gatt_service.h', 55 'bluetooth_gatt_service.h',
54 'bluetooth_init_win.cc', 56 'bluetooth_init_win.cc',
55 'bluetooth_init_win.h', 57 'bluetooth_init_win.h',
56 'bluetooth_l2cap_channel_mac.mm', 58 'bluetooth_l2cap_channel_mac.mm',
57 'bluetooth_l2cap_channel_mac.h', 59 'bluetooth_l2cap_channel_mac.h',
58 'bluetooth_pairing_chromeos.cc', 60 'bluetooth_pairing_chromeos.cc',
59 'bluetooth_pairing_chromeos.h', 61 'bluetooth_pairing_chromeos.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'test/mock_bluetooth_gatt_descriptor.cc', 138 'test/mock_bluetooth_gatt_descriptor.cc',
137 'test/mock_bluetooth_gatt_descriptor.h', 139 'test/mock_bluetooth_gatt_descriptor.h',
138 'test/mock_bluetooth_gatt_service.cc', 140 'test/mock_bluetooth_gatt_service.cc',
139 'test/mock_bluetooth_gatt_service.h', 141 'test/mock_bluetooth_gatt_service.h',
140 'test/mock_bluetooth_socket.cc', 142 'test/mock_bluetooth_socket.cc',
141 'test/mock_bluetooth_socket.h', 143 'test/mock_bluetooth_socket.h',
142 ], 144 ],
143 }, 145 },
144 ], 146 ],
145 } 147 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698