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

Side by Side Diff: device/device.gyp

Issue 12539004: Implemented BluetoothServiceRecordMac with unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
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_win.cc', 38 'bluetooth/bluetooth_device_win.cc',
39 'bluetooth/bluetooth_device_win.h', 39 'bluetooth/bluetooth_device_win.h',
40 'bluetooth/bluetooth_init_win.cc', 40 'bluetooth/bluetooth_init_win.cc',
41 'bluetooth/bluetooth_init_win.h', 41 'bluetooth/bluetooth_init_win.h',
42 'bluetooth/bluetooth_out_of_band_pairing_data.h', 42 'bluetooth/bluetooth_out_of_band_pairing_data.h',
43 'bluetooth/bluetooth_service_record.cc', 43 'bluetooth/bluetooth_service_record.cc',
44 'bluetooth/bluetooth_service_record.h', 44 'bluetooth/bluetooth_service_record.h',
45 'bluetooth/bluetooth_service_record_chromeos.cc', 45 'bluetooth/bluetooth_service_record_chromeos.cc',
46 'bluetooth/bluetooth_service_record_chromeos.h', 46 'bluetooth/bluetooth_service_record_chromeos.h',
47 'bluetooth/bluetooth_service_record_mac.h',
48 'bluetooth/bluetooth_service_record_mac.mm',
47 'bluetooth/bluetooth_service_record_win.cc', 49 'bluetooth/bluetooth_service_record_win.cc',
48 'bluetooth/bluetooth_service_record_win.h', 50 'bluetooth/bluetooth_service_record_win.h',
49 'bluetooth/bluetooth_socket.h', 51 'bluetooth/bluetooth_socket.h',
50 'bluetooth/bluetooth_socket_chromeos.cc', 52 'bluetooth/bluetooth_socket_chromeos.cc',
51 'bluetooth/bluetooth_socket_chromeos.h', 53 'bluetooth/bluetooth_socket_chromeos.h',
52 'bluetooth/bluetooth_socket_win.cc', 54 'bluetooth/bluetooth_socket_win.cc',
53 'bluetooth/bluetooth_socket_win.h', 55 'bluetooth/bluetooth_socket_win.h',
54 'bluetooth/bluetooth_task_manager_win.cc', 56 'bluetooth/bluetooth_task_manager_win.cc',
55 'bluetooth/bluetooth_task_manager_win.h', 57 'bluetooth/bluetooth_task_manager_win.h',
56 'bluetooth/bluetooth_utils.cc', 58 'bluetooth/bluetooth_utils.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '../testing/gmock.gyp:gmock', 152 '../testing/gmock.gyp:gmock',
151 '../testing/gtest.gyp:gtest', 153 '../testing/gtest.gyp:gtest',
152 ], 154 ],
153 'sources': [ 155 'sources': [
154 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 156 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
155 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 157 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
156 'bluetooth/bluetooth_adapter_mac_unittest.mm', 158 'bluetooth/bluetooth_adapter_mac_unittest.mm',
157 'bluetooth/bluetooth_adapter_win_unittest.cc', 159 'bluetooth/bluetooth_adapter_win_unittest.cc',
158 'bluetooth/bluetooth_device_win_unittest.cc', 160 'bluetooth/bluetooth_device_win_unittest.cc',
159 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', 161 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
162 'bluetooth/bluetooth_service_record_mac_unittest.mm',
160 'bluetooth/bluetooth_service_record_win_unittest.cc', 163 'bluetooth/bluetooth_service_record_win_unittest.cc',
161 'bluetooth/bluetooth_task_manager_win_unittest.cc', 164 'bluetooth/bluetooth_task_manager_win_unittest.cc',
162 'bluetooth/bluetooth_utils_unittest.cc', 165 'bluetooth/bluetooth_utils_unittest.cc',
163 'test/run_all_unittests.cc', 166 'test/run_all_unittests.cc',
164 'usb/usb_ids_unittest.cc', 167 'usb/usb_ids_unittest.cc',
165 ], 168 ],
166 'conditions': [ 169 'conditions': [
167 ['chromeos==1', { 170 ['chromeos==1', {
168 'dependencies': [ 171 'dependencies': [
169 '../build/linux/system.gyp:dbus', 172 '../build/linux/system.gyp:dbus',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 229 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
227 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 230 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
228 'media_transfer_protocol/media_transfer_protocol_manager.cc', 231 'media_transfer_protocol/media_transfer_protocol_manager.cc',
229 'media_transfer_protocol/media_transfer_protocol_manager.h', 232 'media_transfer_protocol/media_transfer_protocol_manager.h',
230 ], 233 ],
231 }, 234 },
232 ], 235 ],
233 }], 236 }],
234 ], 237 ],
235 } 238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698