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 |