diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 03:23:29 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 03:23:29 +0000 |
commit | 4abf17067adf9fdf826d9943a02110e5524f3df1 (patch) | |
tree | 06f591363ca1b8e33c51b25fb714e221dd190c51 /breakpad | |
parent | eb34753d30c7b4f885d8d34939df08e0d4273dfa (diff) | |
download | chromium_src-4abf17067adf9fdf826d9943a02110e5524f3df1.zip chromium_src-4abf17067adf9fdf826d9943a02110e5524f3df1.tar.gz chromium_src-4abf17067adf9fdf826d9943a02110e5524f3df1.tar.bz2 |
Roll DEPS for Breakpad r1139:1146.
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
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index e825b38..8a6ba14 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -615,6 +615,16 @@ '..', 'src', ], + 'conditions': [ + ['OS=="android"', { + 'libraries': [ + '-llog', + ], + 'include_dirs': [ + 'src/common/android/include', + ], + }], + ], }, { 'target_name': 'minidump-2-core', |