aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLi Yan <lyan@chromium.org>2016-03-30 13:46:21 -0700
committerLi Yan <lyan@chromium.org>2016-03-30 13:46:21 -0700
commitc77c51fae6796fbe86ecafd6136ef9503251c035 (patch)
tree14a97e8013432c3aad82d7c95c35d96c592488cc /Makefile.am
parentMake EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor (diff)
downloadbreakpad-c77c51fae6796fbe86ecafd6136ef9503251c035.tar.xz
Refactor sym_upload in tools to extract code into common/linux, and minor fixes
to code calling libcurl. This change may be used to build a tool to dump and upload symbols with multi-thread. BUG= R=mmandlis@chromium.org CC=google-breakpad-dev@googlegroups.com Review URL: https://codereview.chromium.org/1842113002 .
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 41bab385..a8ec3f50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -580,6 +580,7 @@ src_tools_linux_symupload_minidump_upload_LDADD = -ldl
src_tools_linux_symupload_sym_upload_SOURCES = \
src/common/linux/http_upload.cc \
+ src/common/linux/symbol_upload.cc \
src/tools/linux/symupload/sym_upload.cc
src_tools_linux_symupload_sym_upload_LDADD = -ldl
@@ -1254,6 +1255,8 @@ EXTRA_DIST = \
src/common/linux/guid_creator.h \
src/common/linux/http_upload.cc \
src/common/linux/http_upload.h \
+ src/common/linux/symbol_upload.cc \
+ src/common/linux/symbol_upload.h \
src/common/mac/HTTPMultipartUpload.h \
src/common/mac/HTTPMultipartUpload.m \
src/common/mac/dump_syms.h \