| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 0151370c96ddf6ad3b88daf833415764ec432d9e..ab78711945c0941cd05c90c6c0dd1791e7ca4d4c 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1411,7 +1411,7 @@
|
| },
|
| ],
|
| }],
|
| - ['(chromeos==1 or OS=="win" or OS=="android") and use_ozone==0', {
|
| + ['chromeos==1 or OS=="win" or OS=="android"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_decode_accelerator_unittest',
|
| @@ -1508,7 +1508,7 @@
|
| },
|
| ]
|
| }],
|
| - ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {
|
| + ['chromeos==1', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_encode_accelerator_unittest',
|
|
|