[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'variables': { |
[email protected] | 06eaeb44 | 2012-10-24 18:01:01 | [diff] [blame] | 7 | 'chromium_code': 1, |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 8 | }, |
| 9 | 'targets': [ |
| 10 | { |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 11 | 'target_name': 'device_unittests', |
| 12 | 'type': '<(gtest_target_type)', |
| 13 | 'dependencies': [ |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 14 | '../base/base.gyp:test_support_base', |
[email protected] | 7e77c0d | 2014-07-30 22:54:06 | [diff] [blame] | 15 | '../mojo/mojo_base.gyp:mojo_environment_chromium', |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 16 | '../testing/gmock.gyp:gmock', |
| 17 | '../testing/gtest.gyp:gtest', |
blundell | 70fb54767 | 2015-01-19 17:18:33 | [diff] [blame] | 18 | '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 19 | '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
reillyg | 4e27952 | 2014-09-06 18:37:15 | [diff] [blame] | 20 | '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 21 | 'battery/battery.gyp:device_battery', |
| 22 | 'battery/battery.gyp:device_battery_mojo_bindings', |
[email protected] | e3a9ccfc | 2013-06-03 00:22:30 | [diff] [blame] | 23 | 'bluetooth/bluetooth.gyp:device_bluetooth', |
| 24 | 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
gunsch | 67dbdf1 | 2015-06-23 17:09:07 | [diff] [blame] | 25 | 'core/core.gyp:device_core', |
rockot | 0fa66a8 | 2015-06-11 17:25:45 | [diff] [blame] | 26 | 'devices_app/devices_app.gyp:devices_app_lib', |
[email protected] | b763b84 | 2013-12-03 10:37:15 | [diff] [blame] | 27 | 'nfc/nfc.gyp:device_nfc', |
[email protected] | e3a9ccfc | 2013-06-03 00:22:30 | [diff] [blame] | 28 | 'usb/usb.gyp:device_usb', |
reillyg | cf9be26 | 2015-05-14 16:06:06 | [diff] [blame] | 29 | 'usb/usb.gyp:device_usb_mocks', |
[email protected] | 125724f | 2014-01-31 20:13:23 | [diff] [blame] | 30 | 'hid/hid.gyp:device_hid', |
[email protected] | 9a1be23 | 2014-07-09 13:04:26 | [diff] [blame] | 31 | 'serial/serial.gyp:device_serial', |
[email protected] | b50715c | 2014-07-21 07:18:32 | [diff] [blame] | 32 | 'serial/serial.gyp:device_serial_test_util', |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 33 | ], |
| 34 | 'sources': [ |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 35 | 'battery/battery_status_manager_linux_unittest.cc', |
| 36 | 'battery/battery_status_manager_win_unittest.cc', |
| 37 | 'battery/battery_status_service_unittest.cc', |
[email protected] | 1073598a | 2013-03-04 19:27:43 | [diff] [blame] | 38 | 'bluetooth/bluetooth_adapter_mac_unittest.mm', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 39 | 'bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc', |
tfarina | cdc7e5d | 2015-02-23 09:52:24 | [diff] [blame] | 40 | 'bluetooth/bluetooth_adapter_unittest.cc', |
[email protected] | cae636d | 2012-11-14 00:47:48 | [diff] [blame] | 41 | 'bluetooth/bluetooth_adapter_win_unittest.cc', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 42 | 'bluetooth/bluetooth_advertisement_chromeos_unittest.cc', |
ortuno | 945c90d | 2015-09-01 01:47:08 | [diff] [blame] | 43 | 'bluetooth/bluetooth_advertisement_unittest.cc', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 44 | 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc', |
| 45 | 'bluetooth/bluetooth_chromeos_unittest.cc', |
[email protected] | db00ff8 | 2014-05-17 05:49:46 | [diff] [blame] | 46 | 'bluetooth/bluetooth_device_unittest.cc', |
[email protected] | edcaf14a | 2013-02-25 17:46:36 | [diff] [blame] | 47 | 'bluetooth/bluetooth_device_win_unittest.cc', |
jpawlowski | f54d0154 | 2015-04-13 22:24:43 | [diff] [blame] | 48 | 'bluetooth/bluetooth_discovery_filter_unittest.cc', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 49 | 'bluetooth/bluetooth_gatt_chromeos_unittest.cc', |
scheib | 33aa3f4 | 2015-10-16 01:23:15 | [diff] [blame] | 50 | 'bluetooth/bluetooth_gatt_service_unittest.cc', |
[email protected] | 2ede7a2 | 2014-06-28 00:51:49 | [diff] [blame] | 51 | 'bluetooth/bluetooth_low_energy_win_unittest.cc', |
[email protected] | 47c7264 | 2013-01-20 01:09:51 | [diff] [blame] | 52 | 'bluetooth/bluetooth_service_record_win_unittest.cc', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 53 | 'bluetooth/bluetooth_socket_chromeos_unittest.cc', |
[email protected] | 0216e79 | 2013-01-16 00:28:17 | [diff] [blame] | 54 | 'bluetooth/bluetooth_task_manager_win_unittest.cc', |
[email protected] | 8148ad4 | 2014-04-04 04:10:38 | [diff] [blame] | 55 | 'bluetooth/bluetooth_uuid_unittest.cc', |
scheib | 545d7fd | 2015-06-30 22:26:58 | [diff] [blame] | 56 | 'bluetooth/test/bluetooth_test.cc', |
| 57 | 'bluetooth/test/bluetooth_test.h', |
| 58 | 'bluetooth/test/bluetooth_test_android.cc', |
| 59 | 'bluetooth/test/bluetooth_test_android.h', |
krstnmnlsn | 56d37103 | 2015-07-21 20:18:07 | [diff] [blame] | 60 | 'bluetooth/test/bluetooth_test_mac.h', |
| 61 | 'bluetooth/test/bluetooth_test_mac.mm', |
scheib | 42e6b49d | 2015-04-29 21:46:57 | [diff] [blame] | 62 | 'bluetooth/test/test_bluetooth_adapter_observer.cc', |
| 63 | 'bluetooth/test/test_bluetooth_adapter_observer.h', |
rockot | 0fa66a8 | 2015-06-11 17:25:45 | [diff] [blame] | 64 | 'devices_app/usb/device_impl_unittest.cc', |
| 65 | 'devices_app/usb/device_manager_impl_unittest.cc', |
reillyg | 83746f46 | 2015-09-29 21:30:00 | [diff] [blame] | 66 | 'devices_app/usb/fake_permission_provider.cc', |
| 67 | 'devices_app/usb/fake_permission_provider.h', |
[email protected] | 125724f | 2014-01-31 20:13:23 | [diff] [blame] | 68 | 'hid/hid_connection_unittest.cc', |
reillyg | f4dc9d14 | 2014-08-29 05:52:48 | [diff] [blame] | 69 | 'hid/hid_device_filter_unittest.cc', |
[email protected] | fe7b300 | 2014-04-25 00:16:40 | [diff] [blame] | 70 | 'hid/hid_report_descriptor_unittest.cc', |
[email protected] | eedae13 | 2014-04-12 22:02:37 | [diff] [blame] | 71 | 'hid/input_service_linux_unittest.cc', |
reillyg | 37cde995 | 2015-01-13 03:07:11 | [diff] [blame] | 72 | 'hid/test_report_descriptors.cc', |
| 73 | 'hid/test_report_descriptors.h', |
tfarina | cdc7e5d | 2015-02-23 09:52:24 | [diff] [blame] | 74 | 'nfc/nfc_chromeos_unittest.cc', |
| 75 | 'nfc/nfc_ndef_record_unittest.cc', |
[email protected] | 4e99a93 | 2014-08-19 06:14:02 | [diff] [blame] | 76 | 'serial/data_sink_unittest.cc', |
[email protected] | f5b0792 | 2014-08-11 12:18:51 | [diff] [blame] | 77 | 'serial/data_source_unittest.cc', |
[email protected] | b50715c | 2014-07-21 07:18:32 | [diff] [blame] | 78 | 'serial/serial_connection_unittest.cc', |
juncai | 923ede7 | 2015-07-30 22:58:30 | [diff] [blame] | 79 | "serial/serial_io_handler_posix_unittest.cc", |
[email protected] | 9a1be23 | 2014-07-09 13:04:26 | [diff] [blame] | 80 | 'serial/serial_service_unittest.cc', |
| 81 | 'test/run_all_unittests.cc', |
reillyg | badbc541 | 2015-08-28 23:08:10 | [diff] [blame] | 82 | 'test/test_device_client.cc', |
| 83 | 'test/test_device_client.h', |
tfarina | cdc7e5d | 2015-02-23 09:52:24 | [diff] [blame] | 84 | 'test/usb_test_gadget_impl.cc', |
| 85 | 'usb/usb_context_unittest.cc', |
reillyg | 86549e5 | 2015-08-15 03:00:43 | [diff] [blame] | 86 | 'usb/usb_descriptors_unittest.cc', |
tfarina | cdc7e5d | 2015-02-23 09:52:24 | [diff] [blame] | 87 | 'usb/usb_device_filter_unittest.cc', |
| 88 | 'usb/usb_device_handle_unittest.cc', |
| 89 | 'usb/usb_ids_unittest.cc', |
| 90 | 'usb/usb_service_unittest.cc', |
reillyg | d80d79b2 | 2015-08-05 20:27:14 | [diff] [blame] | 91 | 'usb/webusb_descriptors_unittest.cc', |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 92 | ], |
| 93 | 'conditions': [ |
[email protected] | 06eaeb44 | 2012-10-24 18:01:01 | [diff] [blame] | 94 | ['chromeos==1', { |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 95 | 'dependencies': [ |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 96 | '../build/linux/system.gyp:dbus', |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 97 | '../chromeos/chromeos.gyp:chromeos_test_support', |
[email protected] | 896619e | 2013-04-18 04:41:42 | [diff] [blame] | 98 | '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', |
yoichio | 500c6db | 2015-09-29 07:39:22 | [diff] [blame] | 99 | '../dbus/dbus.gyp:dbus', |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 100 | ], |
| 101 | 'sources!': [ |
| 102 | 'battery/battery_status_manager_linux_unittest.cc', |
| 103 | ], |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 104 | }], |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 105 | ['OS=="android"', { |
| 106 | 'dependencies!': [ |
| 107 | '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', |
leon.han | 4e5d810 | 2015-09-02 07:12:00 | [diff] [blame] | 108 | 'battery/battery.gyp:device_battery', |
rockot | 0fa66a8 | 2015-06-11 17:25:45 | [diff] [blame] | 109 | 'devices_app/devices_app.gyp:devices_app_lib', |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 110 | 'usb/usb.gyp:device_usb', |
reillyg | cf9be26 | 2015-05-14 16:06:06 | [diff] [blame] | 111 | 'usb/usb.gyp:device_usb_mocks', |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 112 | 'serial/serial.gyp:device_serial', |
| 113 | 'serial/serial.gyp:device_serial_test_util', |
| 114 | 'hid/hid.gyp:device_hid', |
| 115 | ], |
| 116 | 'dependencies': [ |
| 117 | '../testing/android/native_test.gyp:native_test_native_code', |
scheib | 56010cc | 2015-06-25 01:29:47 | [diff] [blame] | 118 | 'device_bluetooth_test_java', |
| 119 | 'device_bluetooth_test_jni_headers', |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 120 | ], |
| 121 | 'sources/': [ |
| 122 | ['exclude', '(^|/)hid'], |
| 123 | ['exclude', '(^|/)serial'], |
| 124 | ['exclude', '(^|/)usb'], |
| 125 | ], |
leon.han | 4e5d810 | 2015-09-02 07:12:00 | [diff] [blame] | 126 | 'sources!': [ |
| 127 | 'battery/battery_status_service_unittest.cc', |
| 128 | ], |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 129 | }], |
[email protected] | 7d06ba37 | 2013-03-26 06:06:26 | [diff] [blame] | 130 | ['OS=="mac"', { |
krstnmnlsn | 332a71cf | 2015-07-17 18:59:58 | [diff] [blame] | 131 | 'dependencies': [ |
| 132 | '../third_party/ocmock/ocmock.gyp:ocmock', |
| 133 | ], |
[email protected] | 7d06ba37 | 2013-03-26 06:06:26 | [diff] [blame] | 134 | 'link_settings': { |
| 135 | 'libraries': [ |
| 136 | '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', |
| 137 | ], |
| 138 | }, |
krstnmnlsn | 332a71cf | 2015-07-17 18:59:58 | [diff] [blame] | 139 | 'xcode_settings' : { |
| 140 | 'OTHER_LDFLAGS' : [ |
| 141 | '-ObjC', |
| 142 | ], |
| 143 | }, |
[email protected] | 7d06ba37 | 2013-03-26 06:06:26 | [diff] [blame] | 144 | }], |
[email protected] | df94149 | 2013-01-25 01:38:27 | [diff] [blame] | 145 | ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 146 | 'conditions': [ |
[email protected] | 2fa89ef | 2014-05-07 18:45:59 | [diff] [blame] | 147 | ['use_allocator!="none"', { |
[email protected] | df94149 | 2013-01-25 01:38:27 | [diff] [blame] | 148 | 'dependencies': [ |
| 149 | '../base/allocator/allocator.gyp:allocator', |
| 150 | ], |
| 151 | }], |
| 152 | ], |
| 153 | }], |
agoode | b48f188 | 2015-03-09 19:34:24 | [diff] [blame] | 154 | ['use_udev==1', { |
| 155 | 'dependencies': [ |
| 156 | 'udev_linux/udev.gyp:udev_linux', |
| 157 | ], |
| 158 | 'sources': [ |
| 159 | 'udev_linux/udev_unittest.cc', |
| 160 | ], |
| 161 | }], |
[email protected] | 7bcb65a6 | 2014-06-05 16:46:40 | [diff] [blame] | 162 | ['OS=="linux" and use_udev==0', { |
| 163 | # Udev is the only Linux implementation. If we're compiling without |
| 164 | # Udev, disable these unittests. |
[email protected] | 10d8d02 | 2014-06-05 19:37:01 | [diff] [blame] | 165 | 'dependencies!': [ |
| 166 | 'hid/hid.gyp:device_hid', |
[email protected] | 1d655fe9 | 2014-08-18 22:14:13 | [diff] [blame] | 167 | 'serial/serial.gyp:device_serial', |
| 168 | 'serial/serial.gyp:device_serial_test_util', |
[email protected] | 10d8d02 | 2014-06-05 19:37:01 | [diff] [blame] | 169 | ], |
| 170 | 'sources/': [ |
[email protected] | 1d655fe9 | 2014-08-18 22:14:13 | [diff] [blame] | 171 | ['exclude', '^serial/'], |
[email protected] | 10d8d02 | 2014-06-05 19:37:01 | [diff] [blame] | 172 | ['exclude', '^hid/'], |
[email protected] | 7bcb65a6 | 2014-06-05 16:46:40 | [diff] [blame] | 173 | ], |
| 174 | }], |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 175 | ['use_dbus==0', { |
| 176 | 'sources!': [ |
| 177 | 'battery/battery_status_manager_linux_unittest.cc', |
| 178 | ], |
| 179 | }], |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 180 | ], |
| 181 | }, |
| 182 | ], |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 183 | 'conditions': [ |
| 184 | ['OS=="android"', { |
| 185 | 'targets': [ |
| 186 | { |
| 187 | 'target_name': 'device_unittests_apk', |
| 188 | 'type': 'none', |
| 189 | 'dependencies': [ |
| 190 | 'device_unittests', |
| 191 | ], |
| 192 | 'variables': { |
| 193 | 'test_suite_name': 'device_unittests', |
| 194 | }, |
| 195 | 'includes': [ '../build/apk_test.gypi' ], |
| 196 | }, |
scheib | 56010cc | 2015-06-25 01:29:47 | [diff] [blame] | 197 | { |
| 198 | 'target_name': 'device_bluetooth_test_jni_headers', |
| 199 | 'type': 'none', |
| 200 | 'sources': [ |
scheib | 545d7fd | 2015-06-30 22:26:58 | [diff] [blame] | 201 | 'bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java', |
scheib | 56010cc | 2015-06-25 01:29:47 | [diff] [blame] | 202 | ], |
| 203 | 'variables': { |
| 204 | 'jni_gen_package': 'device_bluetooth', |
| 205 | }, |
| 206 | 'includes': [ '../build/jni_generator.gypi' ], |
| 207 | }, |
| 208 | { |
| 209 | 'target_name': 'device_bluetooth_test_java', |
| 210 | 'type': 'none', |
| 211 | 'dependencies': [ |
| 212 | 'bluetooth/bluetooth.gyp:device_bluetooth_java', |
| 213 | ], |
| 214 | 'variables': { |
| 215 | 'java_in_dir': 'bluetooth/test/android/java', |
| 216 | }, |
| 217 | 'includes': [ '../build/java.gypi' ], |
| 218 | }, |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 219 | ], |
stip | 269b92f | 2015-10-01 07:53:55 | [diff] [blame] | 220 | 'conditions': [ |
| 221 | ['test_isolation_mode != "noop"', { |
| 222 | 'targets': [ |
| 223 | { |
| 224 | 'target_name': 'device_unittests_apk_run', |
| 225 | 'type': 'none', |
| 226 | 'dependencies': [ |
| 227 | 'device_unittests_apk', |
| 228 | ], |
| 229 | 'includes': [ |
| 230 | '../build/isolate.gypi', |
| 231 | ], |
| 232 | 'sources': [ |
| 233 | 'device_unittests_apk.isolate', |
| 234 | ], |
| 235 | }, |
| 236 | ], |
| 237 | }], |
| 238 | ], |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 239 | }], |
reillyg | dffcf17 | 2015-06-30 23:13:35 | [diff] [blame] | 240 | ['test_isolation_mode != "noop"', { |
| 241 | 'targets': [ |
| 242 | { |
| 243 | 'target_name': 'device_unittests_run', |
| 244 | 'type': 'none', |
| 245 | 'dependencies': [ |
| 246 | 'device_unittests', |
| 247 | ], |
| 248 | 'includes': [ |
| 249 | '../build/isolate.gypi', |
| 250 | ], |
| 251 | 'sources': [ |
| 252 | 'device_unittests.isolate', |
| 253 | ] |
| 254 | } |
| 255 | ] |
| 256 | }] |
scheib | b63d1ea | 2015-03-30 21:57:35 | [diff] [blame] | 257 | ], |
[email protected] | cab208eb0 | 2012-10-18 22:15:23 | [diff] [blame] | 258 | } |