From 6a654d45598c2631f0009101a553fd14b866b62f Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Mon, 23 May 2011 22:06:54 +0000 Subject: Final gyp patch to make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, and use_x11. For lists of source files that use a mix of POSIX and Gtk APIs, toolkit_uses_gtk was given precedence. Solaris was made to use ALSA also, as libasound has been ported to FreeBSD and Solaris as a wrapper around the native OSS. Review URL: http://codereview.chromium.org/7055003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86352 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/qcms/qcms.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/qcms') diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp index b8bd079..3df4bdc 100644 --- a/third_party/qcms/qcms.gyp +++ b/third_party/qcms/qcms.gyp @@ -23,7 +23,7 @@ ], }, 'conditions': [ - ['OS=="linux" and (branding=="Chrome" or disable_sse2==1)', { + ['os_posix == 1 and OS != "mac" and (branding == "Chrome" or disable_sse2 == 1)', { 'sources/': [ ['exclude', 'transform-sse1.c'], ['exclude', 'transform-sse2.c'], -- cgit v1.1