Commit 02eba0d9 authored by sgk@google.com's avatar sgk@google.com

Revert 25818 - Explicitly only use xmldummy_mac.cc on Mac systems, since libxml (as

thirdparty code) doesn't exclude _mac.cc files automatically.
BUG=none
TEST=build without warning
Review URL: http://codereview.chromium.org/194062

TBR=sgk@google.com
Review URL: http://codereview.chromium.org/201074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25823 0039d316-1c4b-4281-b951-d872f2087c98
parent fb5be2f1
......@@ -189,6 +189,7 @@
'type': 'executable',
'sources': [
'xmlcatalog.c',
'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
......@@ -205,11 +206,6 @@
],
},
}],
['OS=="mac"', {
'sources': [
'xmldummy_mac.cc',
],
}],
],
},
{
......@@ -217,6 +213,7 @@
'type': 'executable',
'sources': [
'xmllint.c',
'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
......@@ -234,11 +231,6 @@
],
},
}],
['OS=="mac"', {
'sources': [
'xmldummy_mac.cc',
],
}],
],
},
],
......
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