diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 01:55:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 01:55:06 +0000 |
commit | b07fc5114ccce26011ec2312eee3397134739f9a (patch) | |
tree | 1570e3652386e2b314e1be8067e7e44a00f49b75 /chrome/chrome.gyp | |
parent | 74f34b094a7b21f0c057f493abee5db30b988592 (diff) | |
download | chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.zip chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.tar.gz chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.tar.bz2 |
Linux: Use upstream google-breakpad instead of our fork.
BUG=28276
TEST=dump_syms works with ToT Chrome.
Review URL: http://codereview.chromium.org/414049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 0d85bf3..cf94d62 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2587,6 +2587,7 @@ 'include_dirs': [ # breakpad_linux.cc wants file_version_info_linux.h '<(SHARED_INTERMEDIATE_DIR)', + '../breakpad/src', ], }, { # linux_breakpad==0 'sources': [ |