diff options
Diffstat (limited to 'components/infobars.gypi')
-rw-r--r-- | components/infobars.gypi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/components/infobars.gypi b/components/infobars.gypi index ad13b70..e2066e1 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', - ], - }, ], } |