summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 22:10:12 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 22:10:12 +0000
commite7b755275ea9426d0943b06c66cb861a3a0ca85f (patch)
tree559499db472bd04157d66d83c9ce6f035ae88969 /breakpad/breakpad.gyp
parentc5e1c7a2d5e7c0bd8db8d7fc44dabea13a4a9721 (diff)
downloadchromium_src-e7b755275ea9426d0943b06c66cb861a3a0ca85f.zip
chromium_src-e7b755275ea9426d0943b06c66cb861a3a0ca85f.tar.gz
chromium_src-e7b755275ea9426d0943b06c66cb861a3a0ca85f.tar.bz2
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
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp11
1 files changed, 6 insertions, 5 deletions
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',
+# '..',
# ],
# },
],