| Index: third_party/libxml/libxml.gyp
|
| diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
|
| index 6f8b8e1b96875111e442b18e041a5ced9fd74344..a9343fd92a5c6049e207c2007dbc984530f386c3 100644
|
| --- a/third_party/libxml/libxml.gyp
|
| +++ b/third_party/libxml/libxml.gyp
|
| @@ -233,7 +233,7 @@
|
| }, { # else: OS!="win"
|
| 'product_name': 'xml2',
|
| }],
|
| - ['clang == 1', {
|
| + ['clang==1', {
|
| 'xcode_settings': {
|
| 'WARNING_CFLAGS': [
|
| # libxml passes `const unsigned char*` through `const char*`.
|
| @@ -252,6 +252,14 @@
|
| # See http://crbug.com/138571#c8
|
| '-Wno-ignored-attributes',
|
| ],
|
| + 'msvs_settings': {
|
| + 'VCCLCompilerTool': {
|
| + 'AdditionalOptions': [
|
| + # VS2012's standard lib doesn't provide nan().
|
| + '/U__STDC_VERSION__',
|
| + ],
|
| + },
|
| + },
|
| }],
|
| ],
|
| }],
|
|
|