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

Unified Diff: content/content_common.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 | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 56158a6012670391fb4a4d5b45869e214e9f1c07..d7cc323cbae540260a7d54336d2eb9fa54dbeb3e 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -475,6 +475,11 @@
'dependencies': [
'../ppapi/ppapi_internal.gyp:ppapi_shared',
],
+ }, { # enable_plugins == 0
+ 'sources!': [
+ 'common/pepper_plugin_registry.cc',
+ 'common/pepper_plugin_registry.h',
+ ],
}],
['enable_gpu==1', {
'dependencies': [
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698