diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 19:44:08 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 19:44:08 +0000 |
commit | c913cb8e72551ad179964e4bbdfe74bb06b6ad8e (patch) | |
tree | 2c5155e968e36c3d631a85a16e82bd9b2953c6d5 /chrome/tools | |
parent | 70c5253b3dfe62d2479d0f685163f8d95ef6f83c (diff) | |
download | chromium_src-c913cb8e72551ad179964e4bbdfe74bb06b6ad8e.zip chromium_src-c913cb8e72551ad179964e4bbdfe74bb06b6ad8e.tar.gz chromium_src-c913cb8e72551ad179964e4bbdfe74bb06b6ad8e.tar.bz2 |
Linux: Enable symbol dumping on 64-bit Breakpad.
BUG=20737
TEST=none
Review URL: http://codereview.chromium.org/3213005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/linux/SYMBOLS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/tools/build/linux/SYMBOLS b/chrome/tools/build/linux/SYMBOLS index 873053d..0cb9dd5 100644 --- a/chrome/tools/build/linux/SYMBOLS +++ b/chrome/tools/build/linux/SYMBOLS @@ -1 +1,2 @@ -chrome.breakpad.ia32
\ No newline at end of file +chrome.breakpad.ia32 +chrome.breakpad.x64 |