blob: ba3aea5e0df795233fed7b086e5416627352dda9 [file] [log] [blame]
[email protected]cab208eb02012-10-18 22:15:231# 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
3# found in the LICENSE file.
4
5{
6 'variables': {
[email protected]06eaeb442012-10-24 18:01:017 'chromium_code': 1,
[email protected]cab208eb02012-10-18 22:15:238 },
9 'targets': [
10 {
[email protected]cab208eb02012-10-18 22:15:2311 'target_name': 'device_unittests',
12 'type': '<(gtest_target_type)',
13 'dependencies': [
[email protected]cab208eb02012-10-18 22:15:2314 '../base/base.gyp:test_support_base',
[email protected]7e77c0d2014-07-30 22:54:0615 '../mojo/mojo_base.gyp:mojo_environment_chromium',
[email protected]cab208eb02012-10-18 22:15:2316 '../testing/gmock.gyp:gmock',
17 '../testing/gtest.gyp:gtest',
blundell70fb547672015-01-19 17:18:3318 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
19 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
reillyg4e279522014-09-06 18:37:1520 '../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
ppi2438a3e2014-10-28 21:55:1021 'battery/battery.gyp:device_battery',
22 'battery/battery.gyp:device_battery_mojo_bindings',
[email protected]e3a9ccfc2013-06-03 00:22:3023 'bluetooth/bluetooth.gyp:device_bluetooth',
24 'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
[email protected]b763b842013-12-03 10:37:1525 'nfc/nfc.gyp:device_nfc',
[email protected]e3a9ccfc2013-06-03 00:22:3026 'usb/usb.gyp:device_usb',
[email protected]125724f2014-01-31 20:13:2327 'hid/hid.gyp:device_hid',
[email protected]9a1be232014-07-09 13:04:2628 'serial/serial.gyp:device_serial',
[email protected]b50715c2014-07-21 07:18:3229 'serial/serial.gyp:device_serial_test_util',
[email protected]cab208eb02012-10-18 22:15:2330 ],
31 'sources': [
ppi2438a3e2014-10-28 21:55:1032 'battery/battery_status_manager_linux_unittest.cc',
33 'battery/battery_status_manager_win_unittest.cc',
34 'battery/battery_status_service_unittest.cc',
[email protected]1073598a2013-03-04 19:27:4335 'bluetooth/bluetooth_adapter_mac_unittest.mm',
fgorski7915eee2015-02-12 23:03:3136 'bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc',
tfarinacdc7e5d2015-02-23 09:52:2437 'bluetooth/bluetooth_adapter_unittest.cc',
[email protected]cae636d2012-11-14 00:47:4838 'bluetooth/bluetooth_adapter_win_unittest.cc',
mcchou6cf69f32015-02-03 02:11:5539 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc',
tfarinacdc7e5d2015-02-23 09:52:2440 'bluetooth/bluetooth_chromeos_unittest.cc',
[email protected]db00ff82014-05-17 05:49:4641 'bluetooth/bluetooth_device_unittest.cc',
[email protected]edcaf14a2013-02-25 17:46:3642 'bluetooth/bluetooth_device_win_unittest.cc',
[email protected]e65bc222014-04-08 05:18:2843 'bluetooth/bluetooth_gatt_chromeos_unittest.cc',
[email protected]2ede7a22014-06-28 00:51:4944 'bluetooth/bluetooth_low_energy_win_unittest.cc',
[email protected]47c72642013-01-20 01:09:5145 'bluetooth/bluetooth_service_record_win_unittest.cc',
[email protected]891c3942014-05-13 23:33:4046 'bluetooth/bluetooth_socket_chromeos_unittest.cc',
[email protected]0216e792013-01-16 00:28:1747 'bluetooth/bluetooth_task_manager_win_unittest.cc',
[email protected]8148ad42014-04-04 04:10:3848 'bluetooth/bluetooth_uuid_unittest.cc',
[email protected]125724f2014-01-31 20:13:2349 'hid/hid_connection_unittest.cc',
reillygf4dc9d142014-08-29 05:52:4850 'hid/hid_device_filter_unittest.cc',
[email protected]fe7b3002014-04-25 00:16:4051 'hid/hid_report_descriptor_unittest.cc',
[email protected]eedae132014-04-12 22:02:3752 'hid/input_service_linux_unittest.cc',
reillyg37cde9952015-01-13 03:07:1153 'hid/test_report_descriptors.cc',
54 'hid/test_report_descriptors.h',
tfarinacdc7e5d2015-02-23 09:52:2455 'nfc/nfc_chromeos_unittest.cc',
56 'nfc/nfc_ndef_record_unittest.cc',
[email protected]4e99a932014-08-19 06:14:0257 'serial/data_sink_unittest.cc',
[email protected]f5b07922014-08-11 12:18:5158 'serial/data_source_unittest.cc',
[email protected]b50715c2014-07-21 07:18:3259 'serial/serial_connection_unittest.cc',
[email protected]9a1be232014-07-09 13:04:2660 'serial/serial_service_unittest.cc',
61 'test/run_all_unittests.cc',
tfarinacdc7e5d2015-02-23 09:52:2462 'test/usb_test_gadget_impl.cc',
63 'usb/usb_context_unittest.cc',
64 'usb/usb_device_filter_unittest.cc',
65 'usb/usb_device_handle_unittest.cc',
66 'usb/usb_ids_unittest.cc',
67 'usb/usb_service_unittest.cc',
[email protected]cab208eb02012-10-18 22:15:2368 ],
69 'conditions': [
[email protected]06eaeb442012-10-24 18:01:0170 ['chromeos==1', {
[email protected]cab208eb02012-10-18 22:15:2371 'dependencies': [
[email protected]5c063b02012-10-22 02:56:4072 '../build/linux/system.gyp:dbus',
[email protected]cab208eb02012-10-18 22:15:2373 '../chromeos/chromeos.gyp:chromeos_test_support',
[email protected]896619e2013-04-18 04:41:4274 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
[email protected]cab208eb02012-10-18 22:15:2375 '../dbus/dbus.gyp:dbus',
ppi2438a3e2014-10-28 21:55:1076 ],
77 'sources!': [
78 'battery/battery_status_manager_linux_unittest.cc',
79 ],
[email protected]cab208eb02012-10-18 22:15:2380 }],
[email protected]7d06ba372013-03-26 06:06:2681 ['OS=="mac"', {
82 'link_settings': {
83 'libraries': [
84 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
85 ],
86 },
87 }],
[email protected]df941492013-01-25 01:38:2788 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
89 'conditions': [
[email protected]2fa89ef2014-05-07 18:45:5990 ['use_allocator!="none"', {
[email protected]df941492013-01-25 01:38:2791 'dependencies': [
92 '../base/allocator/allocator.gyp:allocator',
93 ],
94 }],
95 ],
96 }],
[email protected]7bcb65a62014-06-05 16:46:4097 ['OS=="linux" and use_udev==0', {
98 # Udev is the only Linux implementation. If we're compiling without
99 # Udev, disable these unittests.
[email protected]10d8d022014-06-05 19:37:01100 'dependencies!': [
101 'hid/hid.gyp:device_hid',
[email protected]1d655fe92014-08-18 22:14:13102 'serial/serial.gyp:device_serial',
103 'serial/serial.gyp:device_serial_test_util',
[email protected]10d8d022014-06-05 19:37:01104 ],
105 'sources/': [
[email protected]1d655fe92014-08-18 22:14:13106 ['exclude', '^serial/'],
[email protected]10d8d022014-06-05 19:37:01107 ['exclude', '^hid/'],
[email protected]7bcb65a62014-06-05 16:46:40108 ],
109 }],
ppi2438a3e2014-10-28 21:55:10110 ['use_dbus==0', {
111 'sources!': [
112 'battery/battery_status_manager_linux_unittest.cc',
113 ],
114 }],
[email protected]cab208eb02012-10-18 22:15:23115 ],
116 },
117 ],
[email protected]cab208eb02012-10-18 22:15:23118}