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 20 matching lines...) Expand all Loading... |
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_socket.h', | 36 'bluetooth/bluetooth_socket.h', |
37 'bluetooth/bluetooth_socket_chromeos.cc', | 37 'bluetooth/bluetooth_socket_chromeos.cc', |
38 'bluetooth/bluetooth_socket_chromeos.h', | 38 'bluetooth/bluetooth_socket_chromeos.h', |
39 'bluetooth/bluetooth_socket_win.cc', | 39 'bluetooth/bluetooth_socket_win.cc', |
40 'bluetooth/bluetooth_socket_win.h', | 40 'bluetooth/bluetooth_socket_win.h', |
| 41 'bluetooth/bluetooth_task_manager_win.cc', |
| 42 'bluetooth/bluetooth_task_manager_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', { |
46 'dependencies': [ | 48 'dependencies': [ |
47 '../build/linux/system.gyp:dbus', | 49 '../build/linux/system.gyp:dbus', |
48 '../chromeos/chromeos.gyp:chromeos', | 50 '../chromeos/chromeos.gyp:chromeos', |
49 '../dbus/dbus.gyp:dbus', | 51 '../dbus/dbus.gyp:dbus', |
50 ] | 52 ] |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_unittest.cc', |
| 139 'bluetooth/bluetooth_task_manager_win_unittest.cc', |
137 'bluetooth/bluetooth_utils_unittest.cc', | 140 'bluetooth/bluetooth_utils_unittest.cc', |
138 'test/device_test_suite.cc', | 141 'test/device_test_suite.cc', |
139 'test/device_test_suite.h', | 142 'test/device_test_suite.h', |
140 'test/run_all_unittests.cc', | 143 'test/run_all_unittests.cc', |
141 'usb/usb_ids_unittest.cc', | 144 'usb/usb_ids_unittest.cc', |
142 ], | 145 ], |
143 'conditions': [ | 146 'conditions': [ |
144 ['chromeos==1', { | 147 ['chromeos==1', { |
145 'dependencies': [ | 148 'dependencies': [ |
146 '../build/linux/system.gyp:dbus', | 149 '../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', | 197 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
195 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 198 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
196 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 199 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
197 'media_transfer_protocol/media_transfer_protocol_manager.h', | 200 'media_transfer_protocol/media_transfer_protocol_manager.h', |
198 ], | 201 ], |
199 }, | 202 }, |
200 ], | 203 ], |
201 }], | 204 }], |
202 ], | 205 ], |
203 } | 206 } |
OLD | NEW |