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

Unified Diff: third_party/libxml/google.patch

Issue 4027: Roll the icu38 revision in the DEPS file to change the name of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.sln ('k') | third_party/libxml/win32/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/google.patch
===================================================================
--- third_party/libxml/google.patch (revision 2463)
+++ third_party/libxml/google.patch (working copy)
@@ -494,7 +494,7 @@
LIBS = $(LIBS) iconv.lib
!endif
++!if "$(WITH_ICU)" == "1"
-++LIBS = $(LIBS) icuuc.lib
+++LIBS = $(LIBS) icu.lib
jungshik at Google 2008/09/23 01:31:26 This change is a bit tricky when sending the patch
++!endif
!if "$(WITH_ZLIB)" == "1"
LIBS = $(LIBS) zdll.lib
« no previous file with comments | « net/net.sln ('k') | third_party/libxml/win32/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698