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

Unified Diff: Makefile

Issue 2864009: Log active use time between kernel crashes. (Closed) Base URL: ssh://git@chromiumos-git/metrics.git
Patch Set: Fix potential memory leaks and usage of freed resources. Created 10 years, 6 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 | metrics_daemon.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 fa68a401cdfac264e751c037eb1be309d38638ea..298607876051d7c09e8811659a8b45561666b259 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ LIB_OBJS = \
c_metrics_library.o \
metrics_library.o
TESTLIB_OBJS = \
- metrics_library.o \
metrics_library_test.o
TESTCOUNTER_LIBS = -lgmock -lgtest -lbase -lrt -lpthread
@@ -71,17 +70,6 @@ $(LIB_TEST): $(TESTLIB_OBJS) $(SHAREDLIB)
%.o: %.cc
$(CXX) $(CXXFLAGS) -c $< -o $@
-# dependencies in addition to those defined by the rules
-
-metrics_daemon.o: \
- metrics_daemon.h \
- network_states.h \
- power_states.h
-metrics_daemon_test.o: \
- metrics_daemon.h \
- network_states.h \
- power_states.h
-
clean:
rm -f $(CLIENT) $(DAEMON) $(LIB) $(SHAREDLIB) *.o
rm -f $(COUNTER_TEST) $(DAEMON_TEST) $(LIB_TEST)
« no previous file with comments | « no previous file | metrics_daemon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698