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

Side by Side Diff: device/device.gyp

Issue 13927010: Bluetooth: implement BlueZ 5 backend for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 17 matching lines...) Expand all
28 'bluetooth/bluetooth_adapter_factory.cc', 28 'bluetooth/bluetooth_adapter_factory.cc',
29 'bluetooth/bluetooth_adapter_factory.h', 29 'bluetooth/bluetooth_adapter_factory.h',
30 'bluetooth/bluetooth_adapter_mac.h', 30 'bluetooth/bluetooth_adapter_mac.h',
31 'bluetooth/bluetooth_adapter_mac.mm', 31 'bluetooth/bluetooth_adapter_mac.mm',
32 'bluetooth/bluetooth_adapter_win.cc', 32 'bluetooth/bluetooth_adapter_win.cc',
33 'bluetooth/bluetooth_adapter_win.h', 33 'bluetooth/bluetooth_adapter_win.h',
34 'bluetooth/bluetooth_device.cc', 34 'bluetooth/bluetooth_device.cc',
35 'bluetooth/bluetooth_device.h', 35 'bluetooth/bluetooth_device.h',
36 'bluetooth/bluetooth_device_chromeos.cc', 36 'bluetooth/bluetooth_device_chromeos.cc',
37 'bluetooth/bluetooth_device_chromeos.h', 37 'bluetooth/bluetooth_device_chromeos.h',
38 'bluetooth/bluetooth_device_experimental_chromeos.cc',
39 'bluetooth/bluetooth_device_experimental_chromeos.h',
38 'bluetooth/bluetooth_device_mac.h', 40 'bluetooth/bluetooth_device_mac.h',
39 'bluetooth/bluetooth_device_mac.mm', 41 'bluetooth/bluetooth_device_mac.mm',
40 'bluetooth/bluetooth_device_win.cc', 42 'bluetooth/bluetooth_device_win.cc',
41 'bluetooth/bluetooth_device_win.h', 43 'bluetooth/bluetooth_device_win.h',
42 'bluetooth/bluetooth_init_win.cc', 44 'bluetooth/bluetooth_init_win.cc',
43 'bluetooth/bluetooth_init_win.h', 45 'bluetooth/bluetooth_init_win.h',
44 'bluetooth/bluetooth_out_of_band_pairing_data.h', 46 'bluetooth/bluetooth_out_of_band_pairing_data.h',
45 'bluetooth/bluetooth_profile.cc', 47 'bluetooth/bluetooth_profile.cc',
46 'bluetooth/bluetooth_profile.h', 48 'bluetooth/bluetooth_profile.h',
47 'bluetooth/bluetooth_service_record.cc', 49 'bluetooth/bluetooth_service_record.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '../base/base.gyp:test_support_base', 159 '../base/base.gyp:test_support_base',
158 '../testing/gmock.gyp:gmock', 160 '../testing/gmock.gyp:gmock',
159 '../testing/gtest.gyp:gtest', 161 '../testing/gtest.gyp:gtest',
160 ], 162 ],
161 'sources': [ 163 'sources': [
162 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 164 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
163 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 165 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
164 'bluetooth/bluetooth_adapter_mac_unittest.mm', 166 'bluetooth/bluetooth_adapter_mac_unittest.mm',
165 'bluetooth/bluetooth_adapter_win_unittest.cc', 167 'bluetooth/bluetooth_adapter_win_unittest.cc',
166 'bluetooth/bluetooth_device_win_unittest.cc', 168 'bluetooth/bluetooth_device_win_unittest.cc',
169 'bluetooth/bluetooth_experimental_chromeos_unittest.cc',
167 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', 170 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
168 'bluetooth/bluetooth_service_record_mac_unittest.mm', 171 'bluetooth/bluetooth_service_record_mac_unittest.mm',
169 'bluetooth/bluetooth_service_record_win_unittest.cc', 172 'bluetooth/bluetooth_service_record_win_unittest.cc',
170 'bluetooth/bluetooth_task_manager_win_unittest.cc', 173 'bluetooth/bluetooth_task_manager_win_unittest.cc',
171 'bluetooth/bluetooth_utils_unittest.cc', 174 'bluetooth/bluetooth_utils_unittest.cc',
172 'test/run_all_unittests.cc', 175 'test/run_all_unittests.cc',
173 'usb/usb_ids_unittest.cc', 176 'usb/usb_ids_unittest.cc',
174 ], 177 ],
175 'conditions': [ 178 'conditions': [
176 ['chromeos==1', { 179 ['chromeos==1', {
177 'dependencies': [ 180 'dependencies': [
178 '../build/linux/system.gyp:dbus', 181 '../build/linux/system.gyp:dbus',
179 '../chromeos/chromeos.gyp:chromeos_test_support', 182 '../chromeos/chromeos.gyp:chromeos_test_support',
183 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
180 '../dbus/dbus.gyp:dbus', 184 '../dbus/dbus.gyp:dbus',
181 ] 185 ]
182 }], 186 }],
183 ['OS=="mac"', { 187 ['OS=="mac"', {
184 'link_settings': { 188 'link_settings': {
185 'libraries': [ 189 'libraries': [
186 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', 190 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
187 ], 191 ],
188 }, 192 },
189 }], 193 }],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 246 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
243 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 247 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
244 'media_transfer_protocol/media_transfer_protocol_manager.cc', 248 'media_transfer_protocol/media_transfer_protocol_manager.cc',
245 'media_transfer_protocol/media_transfer_protocol_manager.h', 249 'media_transfer_protocol/media_transfer_protocol_manager.h',
246 ], 250 ],
247 }, 251 },
248 ], 252 ],
249 }], 253 }],
250 ], 254 ],
251 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698