Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 7ae3520a8d53e5150afb4822c0dce439054a22ef..e0bb6750b5b469cfc5376980d44ac3a5e62eac88 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -231,6 +231,12 @@ |
'../third_party/freetype2/freetype2.gyp:freetype2', |
], |
}], |
+ ['enable_plugins==0', { |
+ 'sources/': [ |
+ ['exclude', 'shell/shell_plugin_service_filter.cc'], |
+ ['exclude', 'shell/shell_plugin_service_filter.h'], |
+ ], |
+ }] |
], |
}, |
{ |