From e7b755275ea9426d0943b06c66cb861a3a0ca85f Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 27 May 2009 22:10:12 +0000 Subject: Fork breakpad's dump_syms and related code. Generate XOR of first page of memory instead of MD5 of text section. BUG=none TEST=none Review URL: http://codereview.chromium.org/113893 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17031 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'breakpad/breakpad.gyp') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index a04c2f4..2119204 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -294,7 +294,6 @@ # 'src/tools/linux/symupload/sym_upload.cc', # 'src/common/linux/http_upload.cc', # ], -# # 'include_dirs': [ # 'src', # ], @@ -309,14 +308,16 @@ # 'type': 'executable', # # 'sources': [ -# 'src/tools/linux/dump_syms/dump_syms.cc', -# 'src/common/linux/dump_symbols.cc', -# 'src/common/linux/file_id.cc', -# 'src/common/md5.c', +# 'linux/dump_syms.cc', +# 'linux/dump_symbols.cc', +# 'linux/dump_symbols.h', +# 'linux/file_id.cc', +# 'linux/file_id.h', # ], # # 'include_dirs': [ # 'src', +# '..', # ], # }, ], -- cgit v1.1