diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 00:15:06 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 00:15:06 +0000 |
commit | 02eba0d97d265a3a76f24ec8e5649a25f7105484 (patch) | |
tree | ff80f00baa1c92196a534a946f57402719e7ab8f /third_party | |
parent | fb5be2f17a6bb9b691ce4e24fd1e65129b377a27 (diff) | |
download | chromium_src-02eba0d97d265a3a76f24ec8e5649a25f7105484.zip chromium_src-02eba0d97d265a3a76f24ec8e5649a25f7105484.tar.gz chromium_src-02eba0d97d265a3a76f24ec8e5649a25f7105484.tar.bz2 |
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
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxml/libxml.gyp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 37de9c9..16f49d8 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -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', - ], - }], ], }, ], |