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

Side by Side Diff: device/device.gyp

Issue 11884027: Separated BluetoothServiceRecord interface from BluetoothServiceRecordChromeOs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to BluetoothServiceRecordChromeOS Created 7 years, 11 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_service_record_unittest.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 15 matching lines...) Expand all
26 'bluetooth/bluetooth_adapter_win.h', 26 'bluetooth/bluetooth_adapter_win.h',
27 'bluetooth/bluetooth_device.cc', 27 'bluetooth/bluetooth_device.cc',
28 'bluetooth/bluetooth_device.h', 28 'bluetooth/bluetooth_device.h',
29 'bluetooth/bluetooth_device_chromeos.cc', 29 'bluetooth/bluetooth_device_chromeos.cc',
30 'bluetooth/bluetooth_device_chromeos.h', 30 'bluetooth/bluetooth_device_chromeos.h',
31 'bluetooth/bluetooth_device_win.cc', 31 'bluetooth/bluetooth_device_win.cc',
32 'bluetooth/bluetooth_device_win.h', 32 'bluetooth/bluetooth_device_win.h',
33 'bluetooth/bluetooth_out_of_band_pairing_data.h', 33 'bluetooth/bluetooth_out_of_band_pairing_data.h',
34 'bluetooth/bluetooth_service_record.cc', 34 'bluetooth/bluetooth_service_record.cc',
35 'bluetooth/bluetooth_service_record.h', 35 'bluetooth/bluetooth_service_record.h',
36 'bluetooth/bluetooth_service_record_chromeos.cc',
37 'bluetooth/bluetooth_service_record_chromeos.h',
36 'bluetooth/bluetooth_socket.h', 38 'bluetooth/bluetooth_socket.h',
37 'bluetooth/bluetooth_socket_chromeos.cc', 39 'bluetooth/bluetooth_socket_chromeos.cc',
38 'bluetooth/bluetooth_socket_chromeos.h', 40 'bluetooth/bluetooth_socket_chromeos.h',
39 'bluetooth/bluetooth_socket_win.cc', 41 'bluetooth/bluetooth_socket_win.cc',
40 'bluetooth/bluetooth_socket_win.h', 42 'bluetooth/bluetooth_socket_win.h',
41 'bluetooth/bluetooth_task_manager_win.cc', 43 'bluetooth/bluetooth_task_manager_win.cc',
42 'bluetooth/bluetooth_task_manager_win.h', 44 'bluetooth/bluetooth_task_manager_win.h',
43 'bluetooth/bluetooth_utils.cc', 45 'bluetooth/bluetooth_utils.cc',
44 'bluetooth/bluetooth_utils.h', 46 'bluetooth/bluetooth_utils.h',
45 ], 47 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'device_usb', 130 'device_usb',
129 '../base/base.gyp:test_support_base', 131 '../base/base.gyp:test_support_base',
130 '../content/content.gyp:test_support_content', 132 '../content/content.gyp:test_support_content',
131 '../testing/gmock.gyp:gmock', 133 '../testing/gmock.gyp:gmock',
132 '../testing/gtest.gyp:gtest', 134 '../testing/gtest.gyp:gtest',
133 ], 135 ],
134 'sources': [ 136 'sources': [
135 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 137 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
136 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 138 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
137 'bluetooth/bluetooth_adapter_win_unittest.cc', 139 'bluetooth/bluetooth_adapter_win_unittest.cc',
138 'bluetooth/bluetooth_service_record_unittest.cc', 140 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
139 'bluetooth/bluetooth_task_manager_win_unittest.cc', 141 'bluetooth/bluetooth_task_manager_win_unittest.cc',
140 'bluetooth/bluetooth_utils_unittest.cc', 142 'bluetooth/bluetooth_utils_unittest.cc',
141 'test/device_test_suite.cc', 143 'test/device_test_suite.cc',
142 'test/device_test_suite.h', 144 'test/device_test_suite.h',
143 'test/run_all_unittests.cc', 145 'test/run_all_unittests.cc',
144 'usb/usb_ids_unittest.cc', 146 'usb/usb_ids_unittest.cc',
145 ], 147 ],
146 'conditions': [ 148 'conditions': [
147 ['chromeos==1', { 149 ['chromeos==1', {
148 'dependencies': [ 150 'dependencies': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 199 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
198 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 200 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
199 'media_transfer_protocol/media_transfer_protocol_manager.cc', 201 'media_transfer_protocol/media_transfer_protocol_manager.cc',
200 'media_transfer_protocol/media_transfer_protocol_manager.h', 202 'media_transfer_protocol/media_transfer_protocol_manager.h',
201 ], 203 ],
202 }, 204 },
203 ], 205 ],
204 }], 206 }],
205 ], 207 ],
206 } 208 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_service_record_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698