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

Unified Diff: Makefile.am

Issue 1645673002: only build dump_syms_mac for x86 hosts (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: regen configure Created 4 years, 11 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 | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 3fb2224d22df3dd716e82657606e82fd1f01a098..47cd50ffc86ae6979e1e1f5445cb118c6647f17d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -347,9 +347,12 @@ bin_PROGRAMS += \
src/tools/linux/dump_syms/dump_syms \
src/tools/linux/md2core/minidump-2-core \
src/tools/linux/symupload/minidump_upload \
- src/tools/linux/symupload/sym_upload \
+ src/tools/linux/symupload/sym_upload
+if X86_HOST
+bin_PROGRAMS += \
src/tools/mac/dump_syms/dump_syms_mac
endif
+endif
endif LINUX_HOST
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698