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

Side by Side Diff: third_party/harfbuzz/src/Makefile.am

Issue 7595001: Update (old) harfbuzz to ToT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « third_party/harfbuzz/harfbuzz.gyp ('k') | third_party/harfbuzz/src/harfbuzz-buffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 noinst_LTLIBRARIES = libharfbuzz-1.la 3 noinst_LTLIBRARIES = libharfbuzz-1.la
4 4
5 MAINSOURCES = \ 5 MAINSOURCES = \
6 harfbuzz-buffer.c \ 6 harfbuzz-buffer.c \
7 harfbuzz-stream.c \ 7 harfbuzz-stream.c \
8 harfbuzz-dump.c \ 8 harfbuzz-dump.c \
9 harfbuzz-gdef.c \ 9 harfbuzz-gdef.c \
10 harfbuzz-gpos.c \ 10 harfbuzz-gpos.c \
11 harfbuzz-gsub.c \ 11 harfbuzz-gsub.c \
12 harfbuzz-impl.c \ 12 harfbuzz-impl.c \
13 harfbuzz-open.c \ 13 harfbuzz-open.c \
14 harfbuzz-shaper.cpp \ 14 harfbuzz-shaper.cpp \
15 » harfbuzz-tibetan.c \ 15 harfbuzz-greek.c \
16 harfbuzz-tibetan.c \
16 harfbuzz-khmer.c \ 17 harfbuzz-khmer.c \
17 harfbuzz-indic.cpp \ 18 harfbuzz-indic.cpp \
18 harfbuzz-hebrew.c \ 19 harfbuzz-hebrew.c \
19 harfbuzz-arabic.c \ 20 harfbuzz-arabic.c \
20 harfbuzz-hangul.c \ 21 harfbuzz-hangul.c \
21 harfbuzz-myanmar.c \ 22 harfbuzz-myanmar.c \
22 harfbuzz-thai.c 23 harfbuzz-thai.c
23 24
24 EXTRA_SOURCES = harfbuzz.c 25 EXTRA_SOURCES = harfbuzz.c
25 26
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 #harfbuzz_dump_LDADD = \ 60 #harfbuzz_dump_LDADD = \
60 # libharfbuzz-1.la 61 # libharfbuzz-1.la
61 62
62 EXTRA_DIST = \ 63 EXTRA_DIST = \
63 README \ 64 README \
64 COPYING.FTL \ 65 COPYING.FTL \
65 COPYING.GPL \ 66 COPYING.GPL \
66 COPYING \ 67 COPYING \
67 $(EXTRA_SOURCES) 68 $(EXTRA_SOURCES)
68 69
OLDNEW
« no previous file with comments | « third_party/harfbuzz/harfbuzz.gyp ('k') | third_party/harfbuzz/src/harfbuzz-buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698