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

Side by Side Diff: third_party/libxml/src/bakefile/libxml2.bkl

Issue 2010803004: Roll libxml to bdec2183f34b37ee89ae1d330c6ad2bb4d76605f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 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
« no previous file with comments | « third_party/libxml/src/bakefile/Readme.txt ('k') | third_party/libxml/src/catalog.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 2
3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> --> 3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> -->
4 <!-- Date: 30/8/2004 --> 4 <!-- Date: 30/8/2004 -->
5 <!-- Last revision: 26/1/2005 --> 5 <!-- Last revision: 26/1/2005 -->
6 6
7 7
8 <!-- LIBXML2 BAKEFILE --> 8 <!-- LIBXML2 BAKEFILE -->
9 <!-- --> 9 <!-- -->
10 <!-- The bakefile used to build the library and the test --> 10 <!-- The bakefile used to build the library and the test -->
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 <if cond="WITH_THREADS=='posix'"> 740 <if cond="WITH_THREADS=='posix'">
741 <exe id="testThreads" template="xml2test"><sources>$(XML BASEDIR)$(DIRSEP)testThreads.c</sources></exe> 741 <exe id="testThreads" template="xml2test"><sources>$(XML BASEDIR)$(DIRSEP)testThreads.c</sources></exe>
742 </if> 742 </if>
743 <if cond="WITH_THREADS=='ctls' or WITH_THREADS=='native'"> 743 <if cond="WITH_THREADS=='ctls' or WITH_THREADS=='native'">
744 <exe id="testThreadsWin32" template="xml2test"><sources> $(XMLBASEDIR)$(DIRSEP)testThreadsWin32.c</sources></exe> 744 <exe id="testThreadsWin32" template="xml2test"><sources> $(XMLBASEDIR)$(DIRSEP)testThreadsWin32.c</sources></exe>
745 </if> 745 </if>
746 --> 746 -->
747 </if> 747 </if>
748 748
749 </makefile> 749 </makefile>
OLDNEW
« no previous file with comments | « third_party/libxml/src/bakefile/Readme.txt ('k') | third_party/libxml/src/catalog.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698