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

Unified Diff: chrome/chrome.gyp

Issue 173345: Reverting 24220. (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 24227)
+++ chrome/chrome.gyp (working copy)
@@ -4722,6 +4722,20 @@
}, # 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': [
{
« no previous file with comments | « chrome/browser/renderer_host/render_crash_handler_host_linux.cc ('k') | chrome/common/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698