Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Unified Diff: breakpad/breakpad.gyp

Issue 10875048: Roll Breakpad to release 1020 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 1cc4e435c56da23a9988c2e9ee8d20f0b459b134..a5c02fccc831f7860df60b5a7847505c79cef59b 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -372,6 +372,7 @@
{
'target_name': 'symupload',
'type': 'executable',
+ 'toolsets': [ 'host', ],
# This uses the system libcurl, so don't use the default 32-bit
# compile flags when building on a 64-bit machine.
@@ -398,6 +399,7 @@
],
'include_dirs': [
'src',
+ 'src/third_party',
],
'link_settings': {
'libraries': [
@@ -527,10 +529,14 @@
'cflags': ['-Wa,-mimplicit-it=always'],
}],
['OS=="android"', {
- 'sources!':[
- 'src/common/linux/elf_core_dump.cc',
- 'src/common/linux/elf_core_dump.h',
+ 'include_dirs': [
+ 'src/common/android/include',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'src/common/android/include',
+ ],
+ },
}],
],
@@ -621,6 +627,14 @@
'-Wno-unused-value',
],
}],
+ ['OS=="android"', {
+ 'libraries': [
+ '-llog',
+ ],
+ 'include_dirs': [
+ 'src/common/android/include',
+ ],
+ }],
],
},
{
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698