summaryrefslogtreecommitdiffstats
path: root/chrome/app/DEPS
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 23:51:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 23:51:33 +0000
commitac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6 (patch)
treebf658fd019d8e1bd7d85fcf266df298d730fca7e /chrome/app/DEPS
parent6b050c31bd9ac75c9b31f7a70e07018af739a5ce (diff)
downloadchromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.zip
chromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.tar.gz
chromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.tar.bz2
Linux: Record the list of plugins loaded in browser process crash reports.
BUG=none TEST=none Review URL: http://codereview.chromium.org/459015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/DEPS')
-rw-r--r--chrome/app/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index ef4974d..5bdf2b6 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -4,4 +4,5 @@ include_rules = [
"+chrome/installer",
"+sandbox",
"+tools/memory_watcher",
+ "+webkit/glue/plugins", # For GetPluginList() on Linux.
]