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

Unified Diff: Makefile

Issue 2944003: Fix crash-reporter test build (Closed) Base URL: ssh://git@chromiumos-git//crash-reporter.git
Patch Set: Created 10 years, 5 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 df4dce23f1c04871eae681aab98adc5178b72f60..ccd39be9604b4248e76e1da27ae00a3c1049f6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ TEST_BINS = user_collector_test
COMMON_LIBS = -lbase -lpthread -lgflags -lrt
REPORTER_LIBS = $(COMMON_LIBS) -lmetrics
-TEST_LIBS = $(LIBS) -lgtest -lgmock
+TEST_LIBS = $(COMMON_LIBS) -lgtest -lgmock
INCLUDE_DIRS = -I.. -I$(SYSROOT)/usr/include/google-breakpad
CXXFLAGS += -Wall -Werror
« 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