diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 13:25:43 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 13:25:43 +0000 |
commit | 329de7f8afc33cc037114e584294bcee1b4f14d3 (patch) | |
tree | bde9edbd8eda37af326106bb1a60c432784cba9f /components/breakpad/DEPS | |
parent | bf7fc6aa858b0414f49506a485b9b8346d664803 (diff) | |
download | chromium_src-329de7f8afc33cc037114e584294bcee1b4f14d3.zip chromium_src-329de7f8afc33cc037114e584294bcee1b4f14d3.tar.gz chromium_src-329de7f8afc33cc037114e584294bcee1b4f14d3.tar.bz2 |
Move windows breakpad code to the breakpad component
Also remove a bit of dead code.
BUG=247431
R=rsesek@chromium.org
TBR=jln@chromium.org,wez@chromium.org
Review URL: https://codereview.chromium.org/27112003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/breakpad/DEPS')
-rw-r--r-- | components/breakpad/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/breakpad/DEPS b/components/breakpad/DEPS index 9ebc497..2609cf2 100644 --- a/components/breakpad/DEPS +++ b/components/breakpad/DEPS @@ -1,3 +1,4 @@ include_rules = [ "+breakpad", + "+sandbox", ] |