summaryrefslogtreecommitdiffstats
path: root/chrome/nacl/DEPS
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 06:34:07 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 06:34:07 +0000
commitee0b7af74dd323f193013c427309d1a22210e580 (patch)
tree04aac6c19ad901615da963731ef37272d62a78a0 /chrome/nacl/DEPS
parentbc069bc0c5602c7c8e021072cec2d103d7113fcf (diff)
downloadchromium_src-ee0b7af74dd323f193013c427309d1a22210e580.zip
chromium_src-ee0b7af74dd323f193013c427309d1a22210e580.tar.gz
chromium_src-ee0b7af74dd323f193013c427309d1a22210e580.tar.bz2
Add a BreakpadClient which an embedder of the breakpad component has to provide
As a first step, I added a method for returning the default crash dump location and use this on all three platforms. BUG=247431 R=thestig@chromium.org,joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/18341002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl/DEPS')
-rw-r--r--chrome/nacl/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/nacl/DEPS b/chrome/nacl/DEPS
index c5a003d..a97afd9 100644
--- a/chrome/nacl/DEPS
+++ b/chrome/nacl/DEPS
@@ -1,5 +1,7 @@
include_rules = [
"+chrome/app/breakpad_win.h",
+ "+chrome/app/chrome_breakpad_client.h",
+ "+components/breakpad",
"+components/nacl",
"+content/public/app/startup_helper_win.h",
"+sandbox/linux/seccomp-bpf",