| Index: components/toolbar.gypi
|
| diff --git a/components/toolbar.gypi b/components/toolbar.gypi
|
| index 4a94c602a037da93611235a586309a9387bd1d8f..110b6bd4ae22d0f4e7068e8ee2f92950ee59f6a1 100644
|
| --- a/components/toolbar.gypi
|
| +++ b/components/toolbar.gypi
|
| @@ -22,5 +22,23 @@
|
| 'toolbar/toolbar_model.h',
|
| ],
|
| },
|
| + {
|
| + # GN version: //components/toolbar:test_support
|
| + 'target_name': 'toolbar_test_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| + 'components_resources.gyp:components_resources',
|
| + 'toolbar',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'toolbar/test_toolbar_model.cc',
|
| + 'toolbar/test_toolbar_model.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|