Skip to content

Commit

Permalink
Roll DEPS for Breakpad r1139:1146.
Browse files Browse the repository at this point in the history
r1146: Fix build on Android - add a missing NT_GNU_BUILD_ID define.
r1145: Remove auto_ptr usage in Breakpad.
r1144: Turn off verbose logging but keep logic for future reference for debug logging.
r1143: Try to find a build-id through PT_NOTE program headers
r1142: Support generic Elf notes, with unit tests
r1141: Refactor BasicElf synth_elf unitest
r1140: These are prerequisites needed for a wider effort inside Google to enable
structured logging.  This is basically wrapping std::ostream within a new type. 
No functional differences from this change are expected.

Review URL: https://codereview.chromium.org/13820025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194283 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thestig@chromium.org committed Apr 16, 2013
1 parent eb34753 commit 4abf170
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vars = {

deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1139",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1146",

"src/googleurl":
(Var("googlecode_url") % "google-url") + "/trunk@183",
Expand Down
10 changes: 10 additions & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,16 @@
'..',
'src',
],
'conditions': [
['OS=="android"', {
'libraries': [
'-llog',
],
'include_dirs': [
'src/common/android/include',
],
}],
],
},
{
'target_name': 'minidump-2-core',
Expand Down

0 comments on commit 4abf170

Please sign in to comment.