diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 07:04:00 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 07:04:00 +0000 |
commit | d6d06a3517f9549488826a9f5faac5cdb678e992 (patch) | |
tree | fed51e6cfe5072b5a7a25622a8ea99d55043770c /content/shell/DEPS | |
parent | 6814d22bc067acf0966db195b9244f0ec7eed8fb (diff) | |
download | chromium_src-d6d06a3517f9549488826a9f5faac5cdb678e992.zip chromium_src-d6d06a3517f9549488826a9f5faac5cdb678e992.tar.gz chromium_src-d6d06a3517f9549488826a9f5faac5cdb678e992.tar.bz2 |
Introduce ShellBreakpadClient and install it.
We're not yet initializing breakpad, as this is not yet posible on all
supported platforms.
Also change some defaults of BreakpadClient so I have to override fewer
methods.
BUG=247431
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/27647002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 0943fd0..3738104 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -22,6 +22,8 @@ include_rules = [ # For WebTestRunner library "+third_party/WebKit/public/testing", + + "+components/breakpad", ] specific_include_rules = { |