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

Side by Side Diff: device/device.gyp

Issue 13862023: Add abstract BluetoothProfile class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix error in windows file Created 7 years, 8 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
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 26 matching lines...) Expand all
37 'bluetooth/bluetooth_device_chromeos.h', 37 'bluetooth/bluetooth_device_chromeos.h',
38 'bluetooth/bluetooth_device_experimental_chromeos.cc', 38 'bluetooth/bluetooth_device_experimental_chromeos.cc',
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',
48 'bluetooth/bluetooth_profile.h',
47 'bluetooth/bluetooth_service_record.cc', 49 'bluetooth/bluetooth_service_record.cc',
48 'bluetooth/bluetooth_service_record.h', 50 'bluetooth/bluetooth_service_record.h',
49 'bluetooth/bluetooth_service_record_chromeos.cc', 51 'bluetooth/bluetooth_service_record_chromeos.cc',
50 'bluetooth/bluetooth_service_record_chromeos.h', 52 'bluetooth/bluetooth_service_record_chromeos.h',
51 'bluetooth/bluetooth_service_record_mac.h', 53 'bluetooth/bluetooth_service_record_mac.h',
52 'bluetooth/bluetooth_service_record_mac.mm', 54 'bluetooth/bluetooth_service_record_mac.mm',
53 'bluetooth/bluetooth_service_record_win.cc', 55 'bluetooth/bluetooth_service_record_win.cc',
54 'bluetooth/bluetooth_service_record_win.h', 56 'bluetooth/bluetooth_service_record_win.h',
55 'bluetooth/bluetooth_socket.h', 57 'bluetooth/bluetooth_socket.h',
56 'bluetooth/bluetooth_socket_chromeos.cc', 58 'bluetooth/bluetooth_socket_chromeos.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 246 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
245 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 247 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
246 'media_transfer_protocol/media_transfer_protocol_manager.cc', 248 'media_transfer_protocol/media_transfer_protocol_manager.cc',
247 'media_transfer_protocol/media_transfer_protocol_manager.h', 249 'media_transfer_protocol/media_transfer_protocol_manager.h',
248 ], 250 ],
249 }, 251 },
250 ], 252 ],
251 }], 253 }],
252 ], 254 ],
253 } 255 }
OLDNEW
« device/bluetooth/bluetooth_profile.cc ('K') | « device/bluetooth/test/mock_bluetooth_device.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698