summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwfh <wfh@chromium.org>2015-02-23 11:48:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-23 19:49:18 +0000
commitf12bc2de97a0fbbbd85b493d34379c775a26875d (patch)
tree312d8777fc400552fbedf0a5cd9ba6deb183e96e
parentf8a6bf68e9bafb0cf77cbf132aa69a745b737726 (diff)
downloadchromium_src-f12bc2de97a0fbbbd85b493d34379c775a26875d.zip
chromium_src-f12bc2de97a0fbbbd85b493d34379c775a26875d.tar.gz
chromium_src-f12bc2de97a0fbbbd85b493d34379c775a26875d.tar.bz2
Roll src/breakpad/src d5d1eac:764522e (svn 1416:1427)
Summary of changes available at: https://chromium.googlesource.com/external/google-breakpad/src/+log/d5d1eac..764522e 764522e Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. f6875ca Cleanup Linux debug link file handling code. 09460c7 Fix overflow error in breakpad for linux 9172781 Add unit tests for overlapping functions and externs. 81794ad Handle ARM THUMB functions when removing duplicate PUBLIC entries. e3e6501 Follow debug link correctly f8eed74 Demangle symbol name 72a1fcf Handle failures of copying process data from a core file. 7b44faa Replace uses of hash_map with unordered_map dad63f9 Remove unneeded definitions of O_BINARY eb04cd8 Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. BUG= Review URL: https://codereview.chromium.org/948743002 Cr-Commit-Position: refs/heads/master@{#317626}
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 55cf760..bbf8e2e 100644
--- a/DEPS
+++ b/DEPS
@@ -108,7 +108,7 @@ allowed_hosts = [
deps = {
'src/breakpad/src':
- Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'd5d1eacd7394325c27d715a83976a3bb7d4d237f', # from svn revision 1416
+ Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '764522eb3d1bca3d8efcd169037269b54f2564d7', # from svn revision 1427
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),