summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-27 09:24:09 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-27 09:24:09 +0000
commit7886b628ef65e7bd087d1cee2c72c43e38763699 (patch)
treec918693021ae9ff4a349c36758cfdfa3ce5aab8d /content/content_shell.gypi
parentb8900b3525cc2d2a5b2379b62f5c6a66543b0fbe (diff)
downloadchromium_src-7886b628ef65e7bd087d1cee2c72c43e38763699.zip
chromium_src-7886b628ef65e7bd087d1cee2c72c43e38763699.tar.gz
chromium_src-7886b628ef65e7bd087d1cee2c72c43e38763699.tar.bz2
[content shell] only allow test plugins to load during layout tests
BUG=242291 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/16059004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 122e56b..7ae3520 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -128,6 +128,8 @@
'shell/shell_message_filter.h',
'shell/shell_network_delegate.cc',
'shell/shell_network_delegate.h',
+ 'shell/shell_plugin_service_filter.cc',
+ 'shell/shell_plugin_service_filter.h',
'shell/shell_quota_permission_context.cc',
'shell/shell_quota_permission_context.h',
'shell/shell_resource_dispatcher_host_delegate.cc',