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

Side by Side Diff: third_party/hunspell/src/parsers/Makefile.am

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
1 noinst_LIBRARIES=libparsers.a 1 noinst_LIBRARIES=libparsers.a
2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \ 2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
3 latexparser.cxx manparser.cxx \ 3 latexparser.cxx manparser.cxx \
4 textparser.cxx 4 textparser.cxx
5 5
6 noinst_PROGRAMS=testparser 6 noinst_PROGRAMS=testparser
7 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx text parser.cxx textparser.hxx 7 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx text parser.cxx textparser.hxx
8 8
9 # need mystrdup() 9 # need mystrdup()
10 LDADD = ../hunspell/libhunspell-1.3.la 10 LDADD = ../hunspell/libhunspell-1.3.la
OLDNEW
« no previous file with comments | « third_party/hunspell/src/hunspell/w_char.hxx ('k') | third_party/hunspell/src/parsers/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698