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

Unified Diff: chrome/chrome.gyp

Issue 173397: Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 24255)
+++ chrome/chrome.gyp (working copy)
@@ -4724,20 +4724,6 @@
}, # target chrome_dll
], # targets
}], # OS=="mac" or OS=="win"
- ['OS=="linux"', {
- 'conditions': [
- # Only Chrome builds get breakpad since crash processing is internal.
- ['branding=="Chrome"', {
- 'variables': {
- 'linux_breakpad%': 1,
- },
- }, {
- 'variables': {
- 'linux_breakpad%': 0,
- },
- }],
- ],
- }],
['OS=="mac"',
{ 'targets': [
{

Powered by Google App Engine
This is Rietveld 408576698