diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 02:22:37 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 02:22:37 +0000 |
commit | 25e45dc8c2e3e45fab831f452800d0f86702ed77 (patch) | |
tree | a343751752d3822b835f4f24f957fb7ea8cb52d5 /third_party/libxml/build | |
parent | 7cf04216dfdbdebe66022bb28d77e7856613e6d3 (diff) | |
download | chromium_src-25e45dc8c2e3e45fab831f452800d0f86702ed77.zip chromium_src-25e45dc8c2e3e45fab831f452800d0f86702ed77.tar.gz chromium_src-25e45dc8c2e3e45fab831f452800d0f86702ed77.tar.bz2 |
Second attempt to fix purify issue in test_shell_tests
- Remove delay load directive from the vsprops
- Libxml has no network anyway since my friday change
I think purify is not handling delay_loaded winsock the right way.
BUG=10012
TBR=erikkay
Review URL: http://codereview.chromium.org/67071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/build')
-rw-r--r-- | third_party/libxml/build/using_libxml.vsprops | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/libxml/build/using_libxml.vsprops b/third_party/libxml/build/using_libxml.vsprops index 0c7311c..84b9d5a 100644 --- a/third_party/libxml/build/using_libxml.vsprops +++ b/third_party/libxml/build/using_libxml.vsprops @@ -11,6 +11,5 @@ /> <Tool Name="VCLinkerTool" - DelayLoadDLLs="ws2_32.dll" /> </VisualStudioPropertySheet> |