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

Unified Diff: chrome/chrome.gyp

Issue 209042: Make Linux Breakpad initialization call to lsb_release asynchronous. Also wrap more... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 26606)
+++ chrome/chrome.gyp (working copy)
@@ -2247,11 +2247,9 @@
# breakpad_linux.cc wants file_version_info_linux.h
'<(SHARED_INTERMEDIATE_DIR)',
],
- }, {
+ }, { # linux_breakpad==0
'sources': [
'browser/renderer_host/render_crash_handler_host_linux_stub.cc',
- 'app/breakpad_linux_stub.cc',
- 'app/breakpad_linux.h',
],
}],
['linux_sandbox_path != ""', {

Powered by Google App Engine
This is Rietveld 408576698