| Index: components/infobars.gypi
|
| diff --git a/components/infobars.gypi b/components/infobars.gypi
|
| index ad13b70d5a6abb97ecf02a8d2d694399db160fde..e2066e1899ea052eacf1d0c4f601471020d24b8c 100644
|
| --- a/components/infobars.gypi
|
| +++ b/components/infobars.gypi
|
| @@ -37,21 +37,5 @@
|
| 'infobars/core/infobars_switches.h',
|
| ],
|
| },
|
| - {
|
| - # GN version: //components/infobars/test:test_support
|
| - 'target_name': 'infobars_test_support',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../skia/skia.gyp:skia',
|
| - ],
|
| - 'sources': [
|
| - # Note: sources list duplicated in GN build.
|
| - 'infobars/test/infobar_test.cc',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|