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

Unified Diff: chrome/chrome_browser.gypi

Issue 11615002: Exclude PluginService for builds with enable_plugins==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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 | « chrome/browser/ui/webui/version_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b453d8211ab1b5bf2f2d9a1c7d69a71880ae5768..c2ef80e4c20de13b01941b251de42be4ad3a2b2b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2375,6 +2375,18 @@
['exclude', '^browser/pepper_'],
['exclude', '^browser/renderer_host/pepper/'],
],
+ 'sources!': [
+ 'browser/chrome_plugin_service_filter.cc',
+ 'browser/chrome_plugin_service_filter.h',
+ 'browser/plugins/plugin_observer.cc',
+ 'browser/plugins/plugin_observer.h',
+ 'browser/plugins/plugin_prefs.cc',
+ 'browser/plugins/plugin_prefs.h',
+ 'browser/plugins/plugin_prefs_factory.cc',
+ 'browser/plugins/plugin_prefs_factory.h',
+ 'browser/renderer_host/plugin_info_message_filter.cc',
+ 'browser/renderer_host/plugin_info_message_filter.h',
+ ],
}],
['safe_browsing==1', {
'defines': [
« no previous file with comments | « chrome/browser/ui/webui/version_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698