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

Unified Diff: Makefile

Issue 3138010: [crash-reporter] Update to new libchrome APIs (Closed) Base URL: http://src.chromium.org/git/crash-reporter.git
Patch Set: Created 10 years, 4 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 | no next file » | 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 ae72a6d5b2d2f7d243651d3448c86ce8654cddd8..b51743d352585915782335607c488c81363c521a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ CRASH_OBJS = system_logging.o user_collector.o
TEST_OBJS = $(CRASH_OBJS) system_logging_mock.o
TEST_BINS = user_collector_test
-COMMON_LIBS = -lbase -lpthread -lgflags -lrt
+# -lglib-2.0 is needed by libbase.a now.
+COMMON_LIBS = -lbase -lpthread -lglib-2.0 -lgflags -lrt
REPORTER_LIBS = $(COMMON_LIBS) -lmetrics
TEST_LIBS = $(COMMON_LIBS) -lgtest -lgmock
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698