Chromium Code Reviews| 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', |