Index: components/plugins.gypi |
diff --git a/components/plugins.gypi b/components/plugins.gypi |
index 9061833474fd15b24438afb3c445ddbda286cedd..3696b4d2b93fbf40cde4460025bf806e97b28427 100644 |
--- a/components/plugins.gypi |
+++ b/components/plugins.gypi |
@@ -3,20 +3,6 @@ |
# found in the LICENSE file. |
{ |
- 'targets': [ |
- { |
- # GN version: //components/plugins/common |
- 'target_name': 'plugins_common', |
- 'type': 'static_library', |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'plugins/common/plugins_switches.cc', |
- 'plugins/common/plugins_switches.h', |
- ], |
- }, |
- ], |
'conditions': [ |
['OS!="ios"', { |
'targets': [ |