| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 69675f471ced5d826b2556dca33c7dcb863b8118..e944b5034f6e242e4dce0b75af58c9b29aa9f6b8 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1416,7 +1416,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',
|
| @@ -1513,7 +1513,7 @@
|
| },
|
| ]
|
| }],
|
| - ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {
|
| + ['chromeos==1', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_encode_accelerator_unittest',
|
|
|