From 2456c5732fe85109c39dbdd3dbbb8262589a847e Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 9 Nov 2009 04:21:51 +0000 Subject: Linux: Catch plugin crashes. BUG=25964 TEST=none Review URL: http://codereview.chromium.org/371015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31416 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/DEPS | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'chrome/plugin/DEPS') diff --git a/chrome/plugin/DEPS b/chrome/plugin/DEPS index 0d9d3a6..08fd485 100644 --- a/chrome/plugin/DEPS +++ b/chrome/plugin/DEPS @@ -1,9 +1,10 @@ -include_rules = [ - "+chrome/renderer", - "+sandbox/src", - "+skia/ext", - "+third_party/npapi", - "+webkit/glue", - "+webkit/glue/plugins", -] - +include_rules = [ + "+chrome/app", + "+chrome/renderer", + "+sandbox/src", + "+skia/ext", + "+third_party/npapi", + "+webkit/glue", + "+webkit/glue/plugins", +] + -- cgit v1.1