From 7886b628ef65e7bd087d1cee2c72c43e38763699 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 27 May 2013 09:24:09 +0000 Subject: [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 --- content/content_shell.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_shell.gypi') 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', -- cgit v1.1