Index: third_party/libxml/libxml.gyp |
=================================================================== |
--- third_party/libxml/libxml.gyp (revision 25755) |
+++ third_party/libxml/libxml.gyp (working copy) |
@@ -189,7 +189,6 @@ |
'type': 'executable', |
'sources': [ |
'xmlcatalog.c', |
- 'xmldummy_mac.cc', |
], |
'include_dirs': [ |
'<(os_include)', |
@@ -206,6 +205,11 @@ |
], |
}, |
}], |
+ ['OS=="mac"', { |
+ 'sources': [ |
+ 'xmldummy_mac.cc', |
+ ], |
+ }], |
], |
}, |
{ |
@@ -213,7 +217,6 @@ |
'type': 'executable', |
'sources': [ |
'xmllint.c', |
- 'xmldummy_mac.cc', |
], |
'include_dirs': [ |
'<(os_include)', |
@@ -231,6 +234,11 @@ |
], |
}, |
}], |
+ ['OS=="mac"', { |
+ 'sources': [ |
+ 'xmldummy_mac.cc', |
+ ], |
+ }], |
], |
}, |
], |