diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 23:51:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 23:51:33 +0000 |
commit | ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6 (patch) | |
tree | bf658fd019d8e1bd7d85fcf266df298d730fca7e /chrome/app/DEPS | |
parent | 6b050c31bd9ac75c9b31f7a70e07018af739a5ce (diff) | |
download | chromium_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/DEPS | 1 |
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. ] |