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

Unified Diff: breakpad/breakpad.gyp

Issue 9838033: Upstream native crash handling changes for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: In response to comments. Lots of linux to posix Created 8 years, 9 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
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index ca561d8d5e57a446b88597ead6487f3dea110f0b..f97791417a8826d3289053c7b49f9aa0d63c7cb0 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -220,7 +220,7 @@
[ 'OS=="linux"', {
'conditions': [
# Tools needed for archiving build symbols.
- ['linux_breakpad==1', {
+ ['posix_breakpad==1', {
'targets': [
{
'target_name': 'symupload',

Powered by Google App Engine
This is Rietveld 408576698