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

Side by Side Diff: base/third_party/libevent/sample/Makefile.am

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn bootstrap Created 5 years 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
OLDNEW
1 AUTOMAKE_OPTIONS = foreign no-dependencies 1 AUTOMAKE_OPTIONS = foreign no-dependencies
2 2
3 LDADD = ../libevent.la 3 LDADD = ../libevent.la
4 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat 4 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
5 5
6 noinst_PROGRAMS = event-test time-test signal-test 6 noinst_PROGRAMS = event-test time-test signal-test
7 7
8 event_test_sources = event-test.c 8 event_test_sources = event-test.c
9 time_test_sources = time-test.c 9 time_test_sources = time-test.c
10 signal_test_sources = signal-test.c 10 signal_test_sources = signal-test.c
11 11
12 verify: 12 verify:
13 13
14 DISTCLEANFILES = *~ 14 DISTCLEANFILES = *~
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698