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

Unified Diff: breakpad/breakpad.gyp

Issue 3213005: Linux: Enable symbol dumping on 64-bit Breakpad. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 57895)
+++ breakpad/breakpad.gyp (working copy)
@@ -186,7 +186,7 @@
[ 'OS=="linux"', {
'conditions': [
# Tools needed for archiving build symbols.
- ['branding=="Chrome" or linux_breakpad==1', {
+ ['linux_breakpad==1', {
Michael Moss 2010/08/31 18:22:54 So this won't automatically happen for official bu
'targets': [
{
'target_name': 'symupload',
@@ -257,7 +257,7 @@
],
# Breakpad rev 583 introduced this flag.
- # Using this define, stabs_reader.h will include a.out.h to
+ # Using this define, stabs_reader.h will include a.out.h to
# build on Linux.
'defines': [
'HAVE_A_OUT_H',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698