Index: third_party/libxml/libxml.gyp |
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp |
index 4d154bc95eb76b128aa7bf25dac66de41931e3cb..f785fd74baad9d2b54d138762c03438b2881c6dd 100644 |
--- a/third_party/libxml/libxml.gyp |
+++ b/third_party/libxml/libxml.gyp |
@@ -184,54 +184,5 @@ |
}], |
], |
}, |
- { |
- 'target_name': 'xmlcatalog', |
- 'type': 'executable', |
- 'sources': [ |
- 'xmlcatalog.c', |
- 'xmlcatalog_dummy.cc', |
- ], |
- 'include_dirs': [ |
- '<(os_include)', |
- ], |
- 'dependencies': [ |
- 'libxml', |
- ], |
- 'conditions': [ |
- ['OS=="linux"', { |
- 'link_settings': { |
- 'libraries': [ |
- '-ldl', |
- '-lm', |
- ], |
- }, |
- }], |
- ], |
- }, |
- { |
- 'target_name': 'xmllint', |
- 'type': 'executable', |
- 'sources': [ |
- 'xmllint.c', |
- 'xmllint_dummy.cc', |
- ], |
- 'include_dirs': [ |
- '<(os_include)', |
- ], |
- 'dependencies': [ |
- 'libxml', |
- '../icu/icu.gyp:icuuc', |
- ], |
- 'conditions': [ |
- ['OS=="linux"', { |
- 'link_settings': { |
- 'libraries': [ |
- '-ldl', |
- '-lm', |
- ], |
- }, |
- }], |
- ], |
- }, |
], |
} |