From 704ebdcaf97137cf6bc86b28ccdf043f75e8622c Mon Sep 17 00:00:00 2001 From: "jeanluc@chromium.org" Date: Sun, 30 Jan 2011 23:42:23 +0000 Subject: Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6307018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73121 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libxml/libxml.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/libxml') diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 6371628..de0d329 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -94,8 +94,6 @@ 'src/include/libxml/xpointer.h', 'src/include/win32config.h', 'src/include/wsockcompat.h', - 'src/win32/config.h', - 'src/win32/include/libxml/xmlversion.h', 'src/acconfig.h', 'src/c14n.c', 'src/catalog.c', @@ -150,6 +148,8 @@ 'src/xmlwriter.c', 'src/xpath.c', 'src/xpointer.c', + 'win32/config.h', + 'win32/include/libxml/xmlversion.h', ], 'defines': [ # Define LIBXML_STATIC as nothing to match how libxml.h -- cgit v1.1