Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/libxml/libxml.gyp

Issue 192068: Remove xmlcatalog and xmllint from the build since we're not actually (Closed)
Patch Set: rebase Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/libxml/xmlcatalog_dummy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- }],
- ],
- },
],
}
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/libxml/xmlcatalog_dummy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698