| Index: device/usb/usb.gyp
|
| diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
|
| index 085b9b38b6007db1b924733c284e350f6b7c8873..f1afd8ca6888e330c2980036bd4f41fec3935b27 100644
|
| --- a/device/usb/usb.gyp
|
| +++ b/device/usb/usb.gyp
|
| @@ -77,5 +77,24 @@
|
| }],
|
| ]
|
| },
|
| + {
|
| + 'target_name': 'device_usb_mocks',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '../..',
|
| + ],
|
| + 'dependencies': [
|
| + '../../testing/gmock.gyp:gmock',
|
| + 'device_usb',
|
| + ],
|
| + 'sources': [
|
| + 'mock_usb_device.cc',
|
| + 'mock_usb_device.h',
|
| + 'mock_usb_device_handle.cc',
|
| + 'mock_usb_device_handle.h',
|
| + 'mock_usb_service.cc',
|
| + 'mock_usb_service.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|