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

Unified Diff: third_party/qcms/qcms.gyp

Issue 7055003: Last gyp patch for cross-platform Unix support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
Index: third_party/qcms/qcms.gyp
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index b8bd07914cf2d04dd701d795cae3fd30118f82a7..3df4bdcb0c5217d680eb58a516084fa4d7d7c155 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'],

Powered by Google App Engine
This is Rietveld 408576698