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

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

Issue 384503008: Delete third_party/harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove public header Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 check_PROGRAMS = linebreaking
3
4 linebreaking_SOURCES = main.cpp harfbuzz-qt.cpp
5 linebreaking_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)
OLDNEW
« no previous file with comments | « third_party/harfbuzz/tests/linebreaking/.gitignore ('k') | third_party/harfbuzz/tests/linebreaking/harfbuzz-qt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698