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

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: Addressed review comments 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_service_record.cc', 47 'bluetooth/bluetooth_service_record.cc',
46 'bluetooth/bluetooth_service_record.h', 48 'bluetooth/bluetooth_service_record.h',
47 'bluetooth/bluetooth_service_record_chromeos.cc', 49 'bluetooth/bluetooth_service_record_chromeos.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '../base/base.gyp:test_support_base', 157 '../base/base.gyp:test_support_base',
156 '../testing/gmock.gyp:gmock', 158 '../testing/gmock.gyp:gmock',
157 '../testing/gtest.gyp:gtest', 159 '../testing/gtest.gyp:gtest',
158 ], 160 ],
159 'sources': [ 161 'sources': [
160 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 162 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
161 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 163 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
162 'bluetooth/bluetooth_adapter_mac_unittest.mm', 164 'bluetooth/bluetooth_adapter_mac_unittest.mm',
163 'bluetooth/bluetooth_adapter_win_unittest.cc', 165 'bluetooth/bluetooth_adapter_win_unittest.cc',
164 'bluetooth/bluetooth_device_win_unittest.cc', 166 'bluetooth/bluetooth_device_win_unittest.cc',
167 'bluetooth/bluetooth_experimental_chromeos_unittest.cc',
165 'bluetooth/bluetooth_service_record_chromeos_unittest.cc', 168 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
166 'bluetooth/bluetooth_service_record_mac_unittest.mm', 169 'bluetooth/bluetooth_service_record_mac_unittest.mm',
167 'bluetooth/bluetooth_service_record_win_unittest.cc', 170 'bluetooth/bluetooth_service_record_win_unittest.cc',
168 'bluetooth/bluetooth_task_manager_win_unittest.cc', 171 'bluetooth/bluetooth_task_manager_win_unittest.cc',
169 'bluetooth/bluetooth_utils_unittest.cc', 172 'bluetooth/bluetooth_utils_unittest.cc',
170 'test/run_all_unittests.cc', 173 'test/run_all_unittests.cc',
171 'usb/usb_ids_unittest.cc', 174 'usb/usb_ids_unittest.cc',
172 ], 175 ],
173 'conditions': [ 176 'conditions': [
174 ['chromeos==1', { 177 ['chromeos==1', {
175 'dependencies': [ 178 'dependencies': [
176 '../build/linux/system.gyp:dbus', 179 '../build/linux/system.gyp:dbus',
177 '../chromeos/chromeos.gyp:chromeos_test_support', 180 '../chromeos/chromeos.gyp:chromeos_test_support',
181 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
178 '../dbus/dbus.gyp:dbus', 182 '../dbus/dbus.gyp:dbus',
179 ] 183 ]
180 }], 184 }],
181 ['OS=="mac"', { 185 ['OS=="mac"', {
182 'link_settings': { 186 'link_settings': {
183 'libraries': [ 187 'libraries': [
184 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', 188 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
185 ], 189 ],
186 }, 190 },
187 }], 191 }],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', 244 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
241 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', 245 'media_transfer_protocol/media_transfer_protocol_daemon_client.h',
242 'media_transfer_protocol/media_transfer_protocol_manager.cc', 246 'media_transfer_protocol/media_transfer_protocol_manager.cc',
243 'media_transfer_protocol/media_transfer_protocol_manager.h', 247 'media_transfer_protocol/media_transfer_protocol_manager.h',
244 ], 248 ],
245 }, 249 },
246 ], 250 ],
247 }], 251 }],
248 ], 252 ],
249 } 253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698