| OLD | NEW |
| 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 { |
| 11 'target_name': 'device_unittests', | 11 'target_name': 'device_unittests', |
| 12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../base/base.gyp:test_support_base', | 14 '../base/base.gyp:test_support_base', |
| 15 '../mojo/mojo_edk.gyp:mojo_system_impl', | 15 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 16 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 16 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 17 '../testing/gmock.gyp:gmock', | 17 '../testing/gmock.gyp:gmock', |
| 18 '../testing/gtest.gyp:gtest', | 18 '../testing/gtest.gyp:gtest', |
| 19 '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', | 19 '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', |
| 20 'battery/battery.gyp:device_battery', | 20 'battery/battery.gyp:device_battery', |
| 21 'battery/battery.gyp:device_battery_mojo_bindings', | 21 'battery/battery.gyp:device_battery_mojo_bindings', |
| 22 'bluetooth/bluetooth.gyp:device_bluetooth', | 22 'bluetooth/bluetooth.gyp:device_bluetooth', |
| 23 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 23 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 24 'core/core.gyp:device_core', | 24 'core/core.gyp:device_core', |
| 25 'core/core.gyp:device_core_mocks', | 25 'core/core.gyp:device_core_mocks', |
| 26 'gamepad/gamepad.gyp:device_gamepad', |
| 27 'gamepad/gamepad.gyp:device_gamepad_test_helpers', |
| 26 'nfc/nfc.gyp:device_nfc', | 28 'nfc/nfc.gyp:device_nfc', |
| 27 'usb/usb.gyp:device_usb', | 29 'usb/usb.gyp:device_usb', |
| 28 'usb/usb.gyp:device_usb_mocks', | 30 'usb/usb.gyp:device_usb_mocks', |
| 29 'usb/usb.gyp:device_usb_mojo_bindings', | 31 'usb/usb.gyp:device_usb_mojo_bindings', |
| 30 'hid/hid.gyp:device_hid', | 32 'hid/hid.gyp:device_hid', |
| 31 'hid/hid.gyp:device_hid_mocks', | 33 'hid/hid.gyp:device_hid_mocks', |
| 32 'serial/serial.gyp:device_serial', | 34 'serial/serial.gyp:device_serial', |
| 33 'serial/serial.gyp:device_serial_test_util', | 35 'serial/serial.gyp:device_serial_test_util', |
| 34 ], | 36 ], |
| 35 'sources': [ | 37 'sources': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', | 70 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', |
| 69 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', | 71 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', |
| 70 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', | 72 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', |
| 71 'bluetooth/test/mock_bluetooth_cbservice_mac.h', | 73 'bluetooth/test/mock_bluetooth_cbservice_mac.h', |
| 72 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', | 74 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', |
| 73 'bluetooth/test/mock_bluetooth_central_manager_mac.h', | 75 'bluetooth/test/mock_bluetooth_central_manager_mac.h', |
| 74 'bluetooth/test/test_bluetooth_adapter_observer.cc', | 76 'bluetooth/test/test_bluetooth_adapter_observer.cc', |
| 75 'bluetooth/test/test_bluetooth_adapter_observer.h', | 77 'bluetooth/test/test_bluetooth_adapter_observer.h', |
| 76 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', | 78 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', |
| 77 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', | 79 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', |
| 80 'gamepad/gamepad_provider_unittest.cc', |
| 78 'hid/hid_connection_unittest.cc', | 81 'hid/hid_connection_unittest.cc', |
| 79 'hid/hid_device_filter_unittest.cc', | 82 'hid/hid_device_filter_unittest.cc', |
| 80 'hid/hid_report_descriptor_unittest.cc', | 83 'hid/hid_report_descriptor_unittest.cc', |
| 81 'hid/input_service_linux_unittest.cc', | 84 'hid/input_service_linux_unittest.cc', |
| 82 'hid/test_report_descriptors.cc', | 85 'hid/test_report_descriptors.cc', |
| 83 'hid/test_report_descriptors.h', | 86 'hid/test_report_descriptors.h', |
| 84 'nfc/nfc_chromeos_unittest.cc', | 87 'nfc/nfc_chromeos_unittest.cc', |
| 85 'nfc/nfc_ndef_record_unittest.cc', | 88 'nfc/nfc_ndef_record_unittest.cc', |
| 86 'serial/data_sink_unittest.cc', | 89 'serial/data_sink_unittest.cc', |
| 87 'serial/data_source_unittest.cc', | 90 'serial/data_source_unittest.cc', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 '../build/isolate.gypi', | 277 '../build/isolate.gypi', |
| 275 ], | 278 ], |
| 276 'sources': [ | 279 'sources': [ |
| 277 'device_unittests.isolate', | 280 'device_unittests.isolate', |
| 278 ] | 281 ] |
| 279 } | 282 } |
| 280 ] | 283 ] |
| 281 }] | 284 }] |
| 282 ], | 285 ], |
| 283 } | 286 } |
| OLD | NEW |