diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-27 09:42:34 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-27 09:42:34 +0000 |
commit | dfb9360194444524a23124372452607162647235 (patch) | |
tree | 16442bd9d105074a5fdf79e144cee8a83d1650fe /content/content_shell.gypi | |
parent | 7886b628ef65e7bd087d1cee2c72c43e38763699 (diff) | |
download | chromium_src-dfb9360194444524a23124372452607162647235.zip chromium_src-dfb9360194444524a23124372452607162647235.tar.gz chromium_src-dfb9360194444524a23124372452607162647235.tar.bz2 |
Build fix for enable_plugins=0
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/16095003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 7ae3520..e0bb675 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'], + ], + }] ], }, { |