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

Side by Side Diff: third_party/hyphen/tests/Makefile.am

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/hyphen/tbhyphext.tex ('k') | third_party/hyphen/tests/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 TESTS = \
2 basealt2.test \
3 basealt.test \
4 base.test \
5 conv.test \
6 unicode.test \
7 alt.test \
8 alt2.test \
9 alt3.test \
10 alt4.test \
11 alt5.test \
12 alt6.test \
13 compound.test \
14 compound2.test \
15 compound3.test \
16 compound4.test \
17 settings.test \
18 settings2.test \
19 settings3.test \
20 settings4.test \
21 lhmin.test \
22 lig.test
23
24 distclean-local:
25 -rm -rf testSubDir
26
27 EXTRA_DIST = \
28 test.sh \
29 alt2.hyph \
30 alt2.pat \
31 alt2.word \
32 alt3.hyph \
33 alt3.pat \
34 alt3.word \
35 alt4.hyph \
36 alt4.pat \
37 alt4.word \
38 alt5.hyph \
39 alt5.pat \
40 alt5.word \
41 alt6.hyph \
42 alt6.pat \
43 alt6.word \
44 alt.hyph \
45 alt.pat \
46 alt.word \
47 basealt2.hyph \
48 basealt2.pat \
49 basealt2.word \
50 basealt.hyph \
51 basealt.pat \
52 basealt.word \
53 base.hyph \
54 base.pat \
55 base.word \
56 conv.dic \
57 conv.hyph \
58 conv.pat \
59 conv.word \
60 unicode.hyph \
61 unicode.pat \
62 unicode.word \
63 compound.hyph \
64 compound.pat \
65 compound.word \
66 compound2.hyph \
67 compound2.pat \
68 compound2.word \
69 compound3.hyph \
70 compound3.pat \
71 compound3.word \
72 compound4.hyph \
73 compound4.pat \
74 compound4.word \
75 settings.hyph \
76 settings.pat \
77 settings.word \
78 settings2.hyph \
79 settings2.pat \
80 settings2.word \
81 settings3.hyph \
82 settings3.pat \
83 settings3.word \
84 settings4.hyph \
85 settings4.pat \
86 settings4.word \
87 alt2.test \
88 alt3.test \
89 alt4.test \
90 alt5.test \
91 alt6.test \
92 alt.test \
93 basealt2.test \
94 basealt.test \
95 base.test \
96 conv.test \
97 unicode.test \
98 compound.test \
99 compound2.test \
100 compound3.test \
101 compound4.test \
102 settings.test \
103 settings2.test \
104 settings3.test \
105 settings4.test \
106 lhmin.hyph \
107 lhmin.pat \
108 lhmin.word \
109 lhmin.test \
110 lig.hyph \
111 lig.pat \
112 lig.test \
113 lig.word
OLDNEW
« no previous file with comments | « third_party/hyphen/tbhyphext.tex ('k') | third_party/hyphen/tests/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698