| Index: components/plugins.gypi
|
| diff --git a/components/plugins.gypi b/components/plugins.gypi
|
| index fde25c60746bf059c0a9ebbeca0eb5707702f517..9061833474fd15b24438afb3c445ddbda286cedd 100644
|
| --- a/components/plugins.gypi
|
| +++ b/components/plugins.gypi
|
| @@ -36,14 +36,19 @@
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| - 'plugins/renderer/loadable_plugin_placeholder.cc',
|
| - 'plugins/renderer/loadable_plugin_placeholder.h',
|
| 'plugins/renderer/plugin_placeholder.cc',
|
| 'plugins/renderer/plugin_placeholder.h',
|
| 'plugins/renderer/webview_plugin.cc',
|
| 'plugins/renderer/webview_plugin.h',
|
| ],
|
| 'conditions' : [
|
| + ['enable_plugins==1', {
|
| + 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + 'plugins/renderer/loadable_plugin_placeholder.cc',
|
| + 'plugins/renderer/loadable_plugin_placeholder.h',
|
| + ]
|
| + }],
|
| ['OS=="android"', {
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
|
|