| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index d17648d9b60761fe33be4c24e464a008e18be2d8..18866cfdd27de1f704e204dbc4388d2480d34c03 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1460,7 +1460,7 @@
|
| },
|
| ]
|
| }],
|
| - ['chromeos==1 and target_arch == "arm"', {
|
| + ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_encode_accelerator_unittest',
|
| @@ -1480,6 +1480,17 @@
|
| 'common/gpu/media/video_accelerator_unittest_helpers.h',
|
| 'common/gpu/media/video_encode_accelerator_unittest.cc',
|
| ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/libva',
|
| + '<(DEPTH)/third_party/libyuv',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11==1', {
|
| + 'dependencies': [
|
| + '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| ]
|
| }],
|
|
|