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

Side by Side Diff: device/device.gyp

Issue 14487002: Bluetooth: Profile support for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unit tests, and class comments Created 7 years, 7 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 | « device/bluetooth/bluetooth_socket_experimental_chromeos.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 28 matching lines...) Expand all
39 'bluetooth/bluetooth_device_experimental_chromeos.h', 39 'bluetooth/bluetooth_device_experimental_chromeos.h',
40 'bluetooth/bluetooth_device_mac.h', 40 'bluetooth/bluetooth_device_mac.h',
41 'bluetooth/bluetooth_device_mac.mm', 41 'bluetooth/bluetooth_device_mac.mm',
42 'bluetooth/bluetooth_device_win.cc', 42 'bluetooth/bluetooth_device_win.cc',
43 'bluetooth/bluetooth_device_win.h', 43 'bluetooth/bluetooth_device_win.h',
44 'bluetooth/bluetooth_init_win.cc', 44 'bluetooth/bluetooth_init_win.cc',
45 'bluetooth/bluetooth_init_win.h', 45 'bluetooth/bluetooth_init_win.h',
46 'bluetooth/bluetooth_out_of_band_pairing_data.h', 46 'bluetooth/bluetooth_out_of_band_pairing_data.h',
47 'bluetooth/bluetooth_profile.cc', 47 'bluetooth/bluetooth_profile.cc',
48 'bluetooth/bluetooth_profile.h', 48 'bluetooth/bluetooth_profile.h',
49 'bluetooth/bluetooth_profile_experimental_chromeos.cc',
50 'bluetooth/bluetooth_profile_experimental_chromeos.h',
49 'bluetooth/bluetooth_profile_mac.h', 51 'bluetooth/bluetooth_profile_mac.h',
50 'bluetooth/bluetooth_profile_mac.mm', 52 'bluetooth/bluetooth_profile_mac.mm',
51 'bluetooth/bluetooth_profile_win.cc', 53 'bluetooth/bluetooth_profile_win.cc',
52 'bluetooth/bluetooth_profile_win.h', 54 'bluetooth/bluetooth_profile_win.h',
53 'bluetooth/bluetooth_service_record.cc', 55 'bluetooth/bluetooth_service_record.cc',
54 'bluetooth/bluetooth_service_record.h', 56 'bluetooth/bluetooth_service_record.h',
55 'bluetooth/bluetooth_service_record_chromeos.cc', 57 'bluetooth/bluetooth_service_record_chromeos.cc',
56 'bluetooth/bluetooth_service_record_chromeos.h', 58 'bluetooth/bluetooth_service_record_chromeos.h',
57 'bluetooth/bluetooth_service_record_mac.h', 59 'bluetooth/bluetooth_service_record_mac.h',
58 'bluetooth/bluetooth_service_record_mac.mm', 60 'bluetooth/bluetooth_service_record_mac.mm',
59 'bluetooth/bluetooth_service_record_win.cc', 61 'bluetooth/bluetooth_service_record_win.cc',
60 'bluetooth/bluetooth_service_record_win.h', 62 'bluetooth/bluetooth_service_record_win.h',
61 'bluetooth/bluetooth_socket.h', 63 'bluetooth/bluetooth_socket.h',
62 'bluetooth/bluetooth_socket_chromeos.cc', 64 'bluetooth/bluetooth_socket_chromeos.cc',
63 'bluetooth/bluetooth_socket_chromeos.h', 65 'bluetooth/bluetooth_socket_chromeos.h',
66 'bluetooth/bluetooth_socket_experimental_chromeos.cc',
67 'bluetooth/bluetooth_socket_experimental_chromeos.h',
64 'bluetooth/bluetooth_socket_mac.h', 68 'bluetooth/bluetooth_socket_mac.h',
65 'bluetooth/bluetooth_socket_mac.mm', 69 'bluetooth/bluetooth_socket_mac.mm',
66 'bluetooth/bluetooth_socket_win.cc', 70 'bluetooth/bluetooth_socket_win.cc',
67 'bluetooth/bluetooth_socket_win.h', 71 'bluetooth/bluetooth_socket_win.h',
68 'bluetooth/bluetooth_task_manager_win.cc', 72 'bluetooth/bluetooth_task_manager_win.cc',
69 'bluetooth/bluetooth_task_manager_win.h', 73 'bluetooth/bluetooth_task_manager_win.h',
70 'bluetooth/bluetooth_utils.cc', 74 'bluetooth/bluetooth_utils.cc',
71 'bluetooth/bluetooth_utils.h', 75 'bluetooth/bluetooth_utils.h',
72 ], 76 ],
73 'conditions': [ 77 'conditions': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../testing/gmock.gyp:gmock', 170 '../testing/gmock.gyp:gmock',
167 '../testing/gtest.gyp:gtest', 171 '../testing/gtest.gyp:gtest',
168 ], 172 ],
169 'sources': [ 173 'sources': [
170 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 174 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
171 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 175 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
172 'bluetooth/bluetooth_adapter_mac_unittest.mm', 176 'bluetooth/bluetooth_adapter_mac_unittest.mm',
173 'bluetooth/bluetooth_adapter_win_unittest.cc', 177 'bluetooth/bluetooth_adapter_win_unittest.cc',
174 'bluetooth/bluetooth_device_win_unittest.cc', 178 'bluetooth/bluetooth_device_win_unittest.cc',
175 'bluetooth/bluetooth_experimental_chromeos_unittest.cc', 179 'bluetooth/bluetooth_experimental_chromeos_unittest.cc',
180 'bluetooth/bluetooth_profile_chromeos_unittest.cc',
176 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', 181 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
177 'bluetooth/bluetooth_service_record_mac_unittest.mm', 182 'bluetooth/bluetooth_service_record_mac_unittest.mm',
178 'bluetooth/bluetooth_service_record_win_unittest.cc', 183 'bluetooth/bluetooth_service_record_win_unittest.cc',
179 'bluetooth/bluetooth_task_manager_win_unittest.cc', 184 'bluetooth/bluetooth_task_manager_win_unittest.cc',
180 'bluetooth/bluetooth_utils_unittest.cc', 185 'bluetooth/bluetooth_utils_unittest.cc',
181 'test/run_all_unittests.cc', 186 'test/run_all_unittests.cc',
182 'usb/usb_ids_unittest.cc', 187 'usb/usb_ids_unittest.cc',
183 ], 188 ],
184 'conditions': [ 189 'conditions': [
185 ['chromeos==1', { 190 ['chromeos==1', {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 257 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
253 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 258 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
254 'media_transfer_protocol/media_transfer_protocol_manager.cc', 259 'media_transfer_protocol/media_transfer_protocol_manager.cc',
255 'media_transfer_protocol/media_transfer_protocol_manager.h', 260 'media_transfer_protocol/media_transfer_protocol_manager.h',
256 ], 261 ],
257 }, 262 },
258 ], 263 ],
259 }], 264 }],
260 ], 265 ],
261 } 266 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_socket_experimental_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698