diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 23:58:15 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 23:58:15 +0000 |
commit | 588811c4de221eb4017741c23e90b42243f7584d (patch) | |
tree | 2c5a3f80071d580f32404d6b3add5235014ac195 /chrome/chrome.gyp | |
parent | c5b6fb5f162db28dcf0c211e8e305f31097d0445 (diff) | |
download | chromium_src-588811c4de221eb4017741c23e90b42243f7584d.zip chromium_src-588811c4de221eb4017741c23e90b42243f7584d.tar.gz chromium_src-588811c4de221eb4017741c23e90b42243f7584d.tar.bz2 |
Fix breakpad-related Linux official build breakage.
This fixes the following errors when building unit_tests:
undefined reference to `google_breakpad::WriteMinidump(char const*, int, void const*, unsigned int)'
undefined reference to `UploadCrashDump(char const*, char const*, unsigned int)'
Review URL: http://codereview.chromium.org/113876
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9bb9802..c7f1fbb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2835,6 +2835,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', @@ -2849,6 +2850,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 |