Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: breakpad/breakpad.gyp

Issue 113893: Fork breakpad's dump_syms and related code. Generate XOR of first page of mem... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix nits, code style changes Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | breakpad/linux/dump_symbols.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 16972)
+++ breakpad/breakpad.gyp (working copy)
@@ -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',
+# '..',
# ],
# },
],
« no previous file with comments | « no previous file | breakpad/linux/dump_symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698