| Index: components/component_updater.gypi
|
| diff --git a/components/component_updater.gypi b/components/component_updater.gypi
|
| index f90fa46cc12f010f56276b1a53dc6f10613104f7..3baecca027264d30c762614a9b8cdd302a8d4ecf 100644
|
| --- a/components/component_updater.gypi
|
| +++ b/components/component_updater.gypi
|
| @@ -38,5 +38,22 @@
|
| 'component_updater/timer.h',
|
| ],
|
| },
|
| + {
|
| + # GN version: //components/component_updater:test_support
|
| + 'target_name': 'component_updater_test_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../testing/gmock.gyp:gmock',
|
| + 'component_updater',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'component_updater/mock_component_updater_service.cc',
|
| + 'component_updater/mock_component_updater_service.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|