Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / device / device_tests.gyp
index 577b28d..09be87e 100644 (file)
       'target_name': 'device_unittests',
       'type': '<(gtest_target_type)',
       'dependencies': [
-        '../base/base.gyp:run_all_unittests',
         '../base/base.gyp:test_support_base',
+        '../components/components.gyp:usb_service',
+        '../mojo/mojo_base.gyp:mojo_environment_chromium',
+        '../mojo/mojo_base.gyp:mojo_system_impl',
         '../testing/gmock.gyp:gmock',
         '../testing/gtest.gyp:gtest',
+        '../tools/usb_gadget.gyp:usb_gadget',
         'bluetooth/bluetooth.gyp:device_bluetooth',
         'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
         'nfc/nfc.gyp:device_nfc',
         'usb/usb.gyp:device_usb',
         'hid/hid.gyp:device_hid',
+        'serial/serial.gyp:device_serial',
+        'serial/serial.gyp:device_serial_test_util',
       ],
       'sources': [
         'bluetooth/bluetooth_adapter_mac_unittest.mm',
@@ -29,6 +34,7 @@
         'bluetooth/bluetooth_device_win_unittest.cc',
         'bluetooth/bluetooth_chromeos_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',
         'nfc/nfc_chromeos_unittest.cc',
         'nfc/nfc_ndef_record_unittest.cc',
         'usb/usb_ids_unittest.cc',
+        'usb/usb_service_unittest.cc',
         'hid/hid_connection_unittest.cc',
         'hid/hid_report_descriptor_unittest.cc',
         'hid/hid_service_unittest.cc',
         'hid/input_service_linux_unittest.cc',
+        'serial/data_source_unittest.cc',
+        'serial/serial_connection_unittest.cc',
+        'serial/serial_service_unittest.cc',
+        'test/run_all_unittests.cc',
+        'test/usb_test_gadget_impl.cc'
       ],
       'conditions': [
         ['chromeos==1', {