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

Unified Diff: Makefile.am

Issue 1632933002: linux_dumper_unittest_helper: move to a check-only binary (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: rebase 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 47cd50ffc86ae6979e1e1f5445cb118c6647f17d..93121b688122e1c4eacc86cdd281202f0af28052 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -338,7 +338,9 @@ bin_PROGRAMS += \
endif !DISABLE_PROCESSOR
if LINUX_HOST
-bin_PROGRAMS += \
+EXTRA_PROGRAMS += \
+ src/client/linux/linux_dumper_unittest_helper
+CLEANFILES += \
src/client/linux/linux_dumper_unittest_helper
if !DISABLE_TOOLS
« 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