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