diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-30 23:42:23 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-30 23:42:23 +0000 |
commit | 704ebdcaf97137cf6bc86b28ccdf043f75e8622c (patch) | |
tree | 5f6cf00523b21a36e91cf78f8932e68fe374d41b /third_party/libxml/libxml.gyp | |
parent | 107446884c2e92b17f494ded21b315a052e51928 (diff) | |
download | chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.zip chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.tar.gz chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.tar.bz2 |
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
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |