OLD | NEW |
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 Loading... |
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_utils.cc', | 43 'bluetooth/bluetooth_utils.cc', |
42 'bluetooth/bluetooth_utils.h', | 44 'bluetooth/bluetooth_utils.h', |
43 ], | 45 ], |
44 'conditions': [ | 46 'conditions': [ |
45 ['chromeos==1', { | 47 ['chromeos==1', { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'device_usb', | 128 'device_usb', |
127 '../base/base.gyp:test_support_base', | 129 '../base/base.gyp:test_support_base', |
128 '../content/content.gyp:test_support_content', | 130 '../content/content.gyp:test_support_content', |
129 '../testing/gmock.gyp:gmock', | 131 '../testing/gmock.gyp:gmock', |
130 '../testing/gtest.gyp:gtest', | 132 '../testing/gtest.gyp:gtest', |
131 ], | 133 ], |
132 'sources': [ | 134 'sources': [ |
133 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', | 135 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', |
134 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', | 136 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', |
135 'bluetooth/bluetooth_adapter_win_unittest.cc', | 137 'bluetooth/bluetooth_adapter_win_unittest.cc', |
136 'bluetooth/bluetooth_service_record_unittest.cc', | 138 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', |
137 'bluetooth/bluetooth_utils_unittest.cc', | 139 'bluetooth/bluetooth_utils_unittest.cc', |
138 'test/device_test_suite.cc', | 140 'test/device_test_suite.cc', |
139 'test/device_test_suite.h', | 141 'test/device_test_suite.h', |
140 'test/run_all_unittests.cc', | 142 'test/run_all_unittests.cc', |
141 'usb/usb_ids_unittest.cc', | 143 'usb/usb_ids_unittest.cc', |
142 ], | 144 ], |
143 'conditions': [ | 145 'conditions': [ |
144 ['chromeos==1', { | 146 ['chromeos==1', { |
145 'dependencies': [ | 147 'dependencies': [ |
146 '../build/linux/system.gyp:dbus', | 148 '../build/linux/system.gyp:dbus', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', | 196 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
195 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 197 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
196 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 198 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
197 'media_transfer_protocol/media_transfer_protocol_manager.h', | 199 'media_transfer_protocol/media_transfer_protocol_manager.h', |
198 ], | 200 ], |
199 }, | 201 }, |
200 ], | 202 ], |
201 }], | 203 }], |
202 ], | 204 ], |
203 } | 205 } |
OLD | NEW |