Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 6a967875c348c829e6d5d345a0674910d8435497..b03aeaa6f2b470fba1f49d3cc930d866f9995371 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1728,7 +1728,7 @@ |
}, |
] |
}], |
- ['chromeos==1 and target_arch != "arm"', { |
+ ['(OS=="linux" or chromeos == 1) and target_arch != "arm"', { |
'targets': [ |
{ |
'target_name': 'vaapi_jpeg_decoder_unittest', |
@@ -1802,7 +1802,7 @@ |
} |
] |
}], |
- ['chromeos==1', { |
+ ['chromeos==1 or OS=="linux"', { |
'targets': [ |
{ |
'target_name': 'jpeg_decode_accelerator_unittest', |