Index: components/plugins.gypi |
diff --git a/components/plugins.gypi b/components/plugins.gypi |
index a052b511311d8ba6df82ad1ff6e37017a409e720..cd23ddaff8be17965a7d7ac3bf1d4689c0e9dd43 100644 |
--- a/components/plugins.gypi |
+++ b/components/plugins.gypi |
@@ -5,6 +5,23 @@ |
{ |
'targets': [ |
{ |
+ # GN version: //components/plugins/common |
+ 'target_name': 'plugins_common', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'plugins/common/plugins_switches.cc', |
+ 'plugins/common/plugins_switches.h', |
+ 'plugins/common/plugins_field_trial.cc', |
+ 'plugins/common/plugins_field_trial.h', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ ], |
+ }, |
+ { |
# GN version: //components/plugins/renderer |
'target_name': 'plugins_renderer', |
'type': 'static_library', |