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

Unified Diff: Makefile

Issue 6517001: crash-reporter: Use standard logging and new libchromeos Process code (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crash-reporter.git@master
Patch Set: More comments Created 9 years, 10 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 | crash_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 0523c199e367823f753de0a5794f6a93b79ceca2..b649bea24981c003082d2d301ecf47262a7b49b3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,9 @@ REPORTER_BINS = $(CRASH_REPORTER)
CRASH_OBJS = \
crash_collector.o \
kernel_collector.o \
- system_logging.o \
unclean_shutdown_collector.o \
user_collector.o
-TEST_OBJS = $(CRASH_OBJS) system_logging_mock.o
+TEST_OBJS = $(CRASH_OBJS)
TEST_BINS = \
crash_collector_test \
kernel_collector_test \
@@ -20,7 +19,7 @@ TEST_BINS = \
LDCONFIG = $(shell $(PKG_CONFIG) --libs libpcrecpp)
# -lglib-2.0 is needed by libbase.a now.
-COMMON_LIBS = -lbase -lpthread -lglib-2.0 -lgflags -lrt $(LDCONFIG)
+COMMON_LIBS = -lchromeos -lbase -lpthread -lglib-2.0 -lgflags -lrt $(LDCONFIG)
REPORTER_LIBS = $(COMMON_LIBS) -lmetrics
TEST_LIBS = $(COMMON_LIBS) -lgtest -lgmock
« no previous file with comments | « no previous file | crash_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698