| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 91d2c0ee58c2635e33d962c0f3a5c7f18966f54f..abbc8a1a285954e90e88f5e721e624a46b0deeab 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -75,6 +75,8 @@
|
| "serial/serial_io_handler_posix_unittest.cc",
|
| 'serial/serial_service_unittest.cc',
|
| 'test/run_all_unittests.cc',
|
| + 'test/test_device_client.cc',
|
| + 'test/test_device_client.h',
|
| 'test/usb_test_gadget_impl.cc',
|
| 'usb/usb_context_unittest.cc',
|
| 'usb/usb_descriptors_unittest.cc',
|
| @@ -116,6 +118,10 @@
|
| ['exclude', '(^|/)serial'],
|
| ['exclude', '(^|/)usb'],
|
| ],
|
| + 'sources!': [
|
| + 'test/test_device_client.cc',
|
| + 'test/test_device_client.h',
|
| + ],
|
| }],
|
| ['OS=="mac"', {
|
| 'dependencies': [
|
|
|