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

Unified Diff: third_party/qcms/qcms.gyp

Issue 1734423002: [qcms] Fix build issue of qcms_tests for MIPS Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added BUILD.gn and addressed comments. Created 4 years, 9 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
« no previous file with comments | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/tests/qcms_test_tetra_clut_rgba.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/qcms.gyp
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index 9e19a447e3ece82f461652d2732bdbffa3048be4..2bade45292875f9d2a4fbdafc6992c4cce19d4ca 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,18 @@
],
}],
['target_arch=="ia32" or target_arch=="x64"', {
- 'sources': [
- 'src/tests/qcms_test_tetra_clut_rgba.c',
- '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',
+ 'defines': [
+ 'SSE2_ENABLE',
],
}],
],
+ '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',
+ 'src/tests/qcms_test_tetra_clut_rgba.c',
+ ],
},
],
}],
« no previous file with comments | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/tests/qcms_test_tetra_clut_rgba.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698