Commit 2b067e32 authored by thakis@chromium.org's avatar thakis@chromium.org

Add a comment explaining why we need libxml's multithreading mode

BUG=138571

Review URL: https://chromiumcodereview.appspot.com/10828214

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151111 0039d316-1c4b-4281-b951-d872f2087c98
parent ec4b58e4
......@@ -218,6 +218,10 @@
],
},
}],
# http://www.xmlsoft.org/threads.html says that this is required
# when using libxml from several threads, which can possibly happen
# in chrome. On linux, this is picked up by transitivity from
# pkg-config output from build/linux/system.gyp.
['OS=="mac" or OS=="android"', {'defines': ['_REENTRANT']}],
['OS=="win"', {
'product_name': 'libxml2',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment