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

Side by Side Diff: third_party/harfbuzz/tests/shaping/Makefile.am

Issue 12413010: Remove unused harfbuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 check_PROGRAMS = shaping
3
4 shaping_SOURCES = main.cpp ../linebreaking/harfbuzz-qt.cpp
5 shaping_LDADD = $(QT_GUI_LIBS) $(QT_QTEST_LIBS) ../../src/libharfbuzz-1.la
6
7 main.o: main.moc
8
9 main.moc: $(srcdir)/main.cpp
10 $(QT_MOC) -o main.moc $(srcdir)/main.cpp
11
12 INCLUDES = -I$(top_srcdir)/src $(FREETYPE_CFLAGS) $(QT_GUI_CFLAGS) $(QT_QTEST_CF LAGS)
13 AM_CPPFLAGS = -DQT_GUI_LIB -DSRCDIR=\"$(srcdir)\"
14
OLDNEW
« no previous file with comments | « third_party/harfbuzz/tests/shaping/.gitignore ('k') | third_party/harfbuzz/tests/shaping/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698