summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 22:25:24 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 22:25:24 +0000
commitbac3d04d6bdabbb68e1b6701dc93853070ac4f5c (patch)
tree2749fac74e644dd89c558a0fb13c5e6ed3fb4a48 /third_party
parent08b4a2ab859622cff114da4a1f97621f1e067886 (diff)
downloadchromium_src-bac3d04d6bdabbb68e1b6701dc93853070ac4f5c.zip
chromium_src-bac3d04d6bdabbb68e1b6701dc93853070ac4f5c.tar.gz
chromium_src-bac3d04d6bdabbb68e1b6701dc93853070ac4f5c.tar.bz2
Patched in 265058 (which was uploaded under akalin@gmail.com). Original
description: Numerous fixes to get parts of Chrome Sync to compile on OS X. Fixes include: - Added missing definitions for some static const class variables. - Added some missing dependencies. - Marked some Windows-only dependencies as such. - Added stub files for some platform-specific classes. BUG=none TEST=Put through trybots. Review URL: http://codereview.chromium.org/266065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libjingle/libjingle.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 50cac6d..8730ca3 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -268,7 +268,7 @@
'files/talk/base/winping.h',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="mac"', {
'sources': [
'files/talk/base/unixfilesystem.cc',
],