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

Side by Side Diff: client/tests/tracing_microbenchmark/src/Makefile

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CC = $(CROSS_COMPILE)gcc
2 LDLIBS = -lrt
3
4 getuid_microbench: getuid_microbench.o
5
6 .PHONY: clean
7 clean:
8 rm *.o getuid_microbench
OLDNEW
« no previous file with comments | « client/tests/tracing_microbenchmark/control ('k') | client/tests/tracing_microbenchmark/src/getuid_microbench.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698