Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: content/content_shell.gypi

Issue 16095003: Build fix for enable_plugins=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ ],
+ }]
],
},
{
« no previous file with comments | « no previous file | content/shell/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698