Index: third_party/qcms/qcms.gyp |
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp |
index 9e19a447e3ece82f461652d2732bdbffa3048be4..796a08ac8d63ef7b6d9d1dd269da06166303f9b1 100644 |
--- a/third_party/qcms/qcms.gyp |
+++ b/third_party/qcms/qcms.gyp |
@@ -76,9 +76,6 @@ |
'target_name': 'qcms_tests', |
'product_name': 'qcms_tests', |
'type': 'executable', |
- 'defines': [ |
- 'SSE2_ENABLE', |
- ], |
'dependencies': [ |
'qcms', |
], |
@@ -89,15 +86,20 @@ |
], |
}], |
['target_arch=="ia32" or target_arch=="x64"', { |
+ 'defines': [ |
+ 'SSE2_ENABLE', |
+ ], |
'sources': [ |
'src/tests/qcms_test_tetra_clut_rgba.c', |
radu.velea
2016/03/04 13:33:08
Can we maybe have the ifdefs in qcms_test_tetra_cl
lmilko
2016/03/08 13:21:59
Done.
|
- 'src/tests/qcms_test_main.c', |
- 'src/tests/qcms_test_internal_srgb.c', |
- 'src/tests/qcms_test_munsell.c', |
- 'src/tests/qcms_test_ntsc_gamut.c', |
], |
}], |
], |
+ 'sources': [ |
+ 'src/tests/qcms_test_main.c', |
+ 'src/tests/qcms_test_internal_srgb.c', |
+ 'src/tests/qcms_test_munsell.c', |
+ 'src/tests/qcms_test_ntsc_gamut.c', |
+ ], |
}, |
], |
}], |