| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index a7e31a64d00dc89fdf17518a2e8b22c64298fed0..9c50c549870705aed1dcec2fb44c18215b881674 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1784,7 +1784,7 @@
|
| },
|
| ]
|
| }],
|
| - ['chromeos==1 and target_arch != "arm"', {
|
| + ['OS=="linux" and target_arch != "arm"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'vaapi_jpeg_decoder_unittest',
|
| @@ -1816,7 +1816,7 @@
|
| }
|
| ]
|
| }],
|
| - ['chromeos==1', {
|
| + ['chromeos==1 or (OS=="linux" and target_arch != "arm")', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_encode_accelerator_unittest',
|
|
|