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

Unified Diff: chrome/chrome.gyp

Issue 113876: Fix breakpad-related Linux official build breakage. (Closed)
Patch Set: Fix ret val Created 11 years, 7 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 | « chrome/app/breakpad_linux_stub.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2f46a763538938ae7f9c53fdd4b71164670682da..23e8b706fb672406b23b2b1e1ae2603a7696f2b5 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2821,6 +2821,7 @@
'chrome_strings',
'test_support_unit',
'../app/app.gyp:app_resources',
+ '../breakpad/breakpad.gyp:breakpad_client',
'../net/net.gyp:net_test_support',
'../printing/printing.gyp:printing',
'../webkit/webkit.gyp:webkit',
@@ -2835,6 +2836,8 @@
'..',
],
'sources': [
+ 'app/breakpad_linux.h',
+ 'app/breakpad_linux_stub.cc',
'app/breakpad_mac_stubs.mm',
# *NO* files in chrome/app have unit tests (except keystone_glue)!!!
# It seems a waste to have an app_unittests target, so for now
« no previous file with comments | « chrome/app/breakpad_linux_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698