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

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

Issue 328903002: Factor out a BluetoothChannelMac base class and a BluetoothRfcommChannelMac subclass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git-add new files 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_channel_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 13 matching lines...) Expand all
24 'bluetooth_adapter.cc', 24 'bluetooth_adapter.cc',
25 'bluetooth_adapter.h', 25 'bluetooth_adapter.h',
26 'bluetooth_adapter_chromeos.cc', 26 'bluetooth_adapter_chromeos.cc',
27 'bluetooth_adapter_chromeos.h', 27 'bluetooth_adapter_chromeos.h',
28 'bluetooth_adapter_factory.cc', 28 'bluetooth_adapter_factory.cc',
29 'bluetooth_adapter_factory.h', 29 'bluetooth_adapter_factory.h',
30 'bluetooth_adapter_mac.h', 30 'bluetooth_adapter_mac.h',
31 'bluetooth_adapter_mac.mm', 31 'bluetooth_adapter_mac.mm',
32 'bluetooth_adapter_win.cc', 32 'bluetooth_adapter_win.cc',
33 'bluetooth_adapter_win.h', 33 'bluetooth_adapter_win.h',
34 'bluetooth_channel_mac.mm',
35 'bluetooth_channel_mac.h',
34 'bluetooth_device.cc', 36 'bluetooth_device.cc',
35 'bluetooth_device.h', 37 'bluetooth_device.h',
36 'bluetooth_device_chromeos.cc', 38 'bluetooth_device_chromeos.cc',
37 'bluetooth_device_chromeos.h', 39 'bluetooth_device_chromeos.h',
38 'bluetooth_device_mac.h', 40 'bluetooth_device_mac.h',
39 'bluetooth_device_mac.mm', 41 'bluetooth_device_mac.mm',
40 'bluetooth_device_win.cc', 42 'bluetooth_device_win.cc',
41 'bluetooth_device_win.h', 43 'bluetooth_device_win.h',
42 'bluetooth_discovery_session.cc', 44 'bluetooth_discovery_session.cc',
43 'bluetooth_discovery_session.h', 45 'bluetooth_discovery_session.h',
44 'bluetooth_gatt_characteristic.cc', 46 'bluetooth_gatt_characteristic.cc',
45 'bluetooth_gatt_characteristic.h', 47 'bluetooth_gatt_characteristic.h',
46 'bluetooth_gatt_descriptor.cc', 48 'bluetooth_gatt_descriptor.cc',
47 'bluetooth_gatt_descriptor.h', 49 'bluetooth_gatt_descriptor.h',
48 'bluetooth_gatt_service.cc', 50 'bluetooth_gatt_service.cc',
49 'bluetooth_gatt_service.h', 51 'bluetooth_gatt_service.h',
50 'bluetooth_init_win.cc', 52 'bluetooth_init_win.cc',
51 'bluetooth_init_win.h', 53 'bluetooth_init_win.h',
52 'bluetooth_pairing_chromeos.cc', 54 'bluetooth_pairing_chromeos.cc',
53 'bluetooth_pairing_chromeos.h', 55 'bluetooth_pairing_chromeos.h',
54 'bluetooth_remote_gatt_characteristic_chromeos.cc', 56 'bluetooth_remote_gatt_characteristic_chromeos.cc',
55 'bluetooth_remote_gatt_characteristic_chromeos.h', 57 'bluetooth_remote_gatt_characteristic_chromeos.h',
56 'bluetooth_remote_gatt_descriptor_chromeos.cc', 58 'bluetooth_remote_gatt_descriptor_chromeos.cc',
57 'bluetooth_remote_gatt_descriptor_chromeos.h', 59 'bluetooth_remote_gatt_descriptor_chromeos.h',
58 'bluetooth_remote_gatt_service_chromeos.cc', 60 'bluetooth_remote_gatt_service_chromeos.cc',
59 'bluetooth_remote_gatt_service_chromeos.h', 61 'bluetooth_remote_gatt_service_chromeos.h',
62 'bluetooth_rfcomm_channel_mac.mm',
63 'bluetooth_rfcomm_channel_mac.h',
60 'bluetooth_service_record.cc', 64 'bluetooth_service_record.cc',
61 'bluetooth_service_record.h', 65 'bluetooth_service_record.h',
62 'bluetooth_service_record_win.cc', 66 'bluetooth_service_record_win.cc',
63 'bluetooth_service_record_win.h', 67 'bluetooth_service_record_win.h',
64 'bluetooth_socket.cc', 68 'bluetooth_socket.cc',
65 'bluetooth_socket.h', 69 'bluetooth_socket.h',
66 'bluetooth_socket_chromeos.cc', 70 'bluetooth_socket_chromeos.cc',
67 'bluetooth_socket_chromeos.h', 71 'bluetooth_socket_chromeos.h',
68 'bluetooth_socket_mac.h', 72 'bluetooth_socket_mac.h',
69 'bluetooth_socket_mac.mm', 73 'bluetooth_socket_mac.mm',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'test/mock_bluetooth_gatt_descriptor.cc', 134 'test/mock_bluetooth_gatt_descriptor.cc',
131 'test/mock_bluetooth_gatt_descriptor.h', 135 'test/mock_bluetooth_gatt_descriptor.h',
132 'test/mock_bluetooth_gatt_service.cc', 136 'test/mock_bluetooth_gatt_service.cc',
133 'test/mock_bluetooth_gatt_service.h', 137 'test/mock_bluetooth_gatt_service.h',
134 'test/mock_bluetooth_socket.cc', 138 'test/mock_bluetooth_socket.cc',
135 'test/mock_bluetooth_socket.h', 139 'test/mock_bluetooth_socket.h',
136 ], 140 ],
137 }, 141 },
138 ], 142 ],
139 } 143 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_channel_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698