diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:38:20 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:38:20 +0000 |
commit | e505a900d371c2012fd32a6d763ae283a98f72a1 (patch) | |
tree | fef99fd74e520c2e10d7a7fe88174c93b349b237 /chrome/browser/DEPS | |
parent | da65cbb338400a9b29857d8e0e818e4bed3c9318 (diff) | |
download | chromium_src-e505a900d371c2012fd32a6d763ae283a98f72a1.zip chromium_src-e505a900d371c2012fd32a6d763ae283a98f72a1.tar.gz chromium_src-e505a900d371c2012fd32a6d763ae283a98f72a1.tar.bz2 |
Linux: Add decoding for a bunch of certificate extensions.
BUG=18119
TEST=open https site in firefox and chrome, compare certificate extension details
Review URL: http://codereview.chromium.org/557046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 855116c..f128afb 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -16,6 +16,7 @@ include_rules = [ # Other libraries. "+chrome/third_party/hunspell", + "+chrome/third_party/mozilla_security_manager", "+libxml", # For search engine definition parsing. "+media/audio", # Chrome's lightweight audio library. "+media/base", |