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

Unified Diff: Makefile

Issue 2832008: add C wrapper for libmetrics (Closed) Base URL: ssh://git@chromiumos-git//metrics.git
Patch Set: remove include 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 | c_metrics_library.h » ('j') | c_metrics_library.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index c8ba54517986f3e3705799448739bea062ff90ea..fa68a401cdfac264e751c037eb1be309d38638ea 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ TESTDAEMON_OBJS = \
metrics_daemon.o \
metrics_daemon_test.o
LIB_OBJS = \
+ c_metrics_library.o \
metrics_library.o
TESTLIB_OBJS = \
metrics_library.o \
« no previous file with comments | « no previous file | c_metrics_library.h » ('j') | c_metrics_library.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698