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

Unified Diff: device/device_tests.gyp

Issue 1367663002: Add Linux support for the Bluetooth API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_dbus
Patch Set: rebase Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 864a32071872fa7582b46db0d3a1fc4d828c37db..126fada5532c8cfa4fac614e82fc11bd26859ed8 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -36,20 +36,14 @@
'battery/battery_status_manager_win_unittest.cc',
'battery/battery_status_service_unittest.cc',
'bluetooth/bluetooth_adapter_mac_unittest.mm',
- 'bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc',
'bluetooth/bluetooth_adapter_unittest.cc',
'bluetooth/bluetooth_adapter_win_unittest.cc',
- 'bluetooth/bluetooth_advertisement_chromeos_unittest.cc',
'bluetooth/bluetooth_advertisement_unittest.cc',
- 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc',
- 'bluetooth/bluetooth_chromeos_unittest.cc',
'bluetooth/bluetooth_device_unittest.cc',
'bluetooth/bluetooth_device_win_unittest.cc',
'bluetooth/bluetooth_discovery_filter_unittest.cc',
- 'bluetooth/bluetooth_gatt_chromeos_unittest.cc',
'bluetooth/bluetooth_low_energy_win_unittest.cc',
'bluetooth/bluetooth_service_record_win_unittest.cc',
- 'bluetooth/bluetooth_socket_chromeos_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_uuid_unittest.cc',
'bluetooth/test/bluetooth_test.cc',
@@ -90,15 +84,27 @@
'conditions': [
['chromeos==1', {
'dependencies': [
- '../build/linux/system.gyp:dbus',
'../chromeos/chromeos.gyp:chromeos_test_support',
'../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
- '../dbus/dbus.gyp:dbus',
],
'sources!': [
'battery/battery_status_manager_linux_unittest.cc',
],
}],
+ ['chromeos==1 or OS=="linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dbus',
+ '../dbus/dbus.gyp:dbus',
+ ],
+ 'sources': [
+ 'bluetooth/bluetooth_adapter_profile_bluez_unittest.cc',
+ 'bluetooth/bluetooth_advertisement_bluez_unittest.cc',
+ 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc',
+ 'bluetooth/bluetooth_bluez_unittest.cc',
+ 'bluetooth/bluetooth_gatt_bluez_unittest.cc',
+ 'bluetooth/bluetooth_socket_bluez_unittest.cc',
+ ],
+ }],
['OS=="android"', {
'dependencies!': [
'../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_advertisement.cc ('k') | extensions/browser/api/bluetooth/bluetooth_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698