| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 4acf22761e6c616ee2324b07596f1c0089d6444f..6349032d4efee73f286c80c9619f871efb4a9ed0 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1259,6 +1259,23 @@
|
| },
|
| ]
|
| }],
|
| + ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'vaapi_h264_decoder_unittest',
|
| + 'type': '<(gtest_target_type)',
|
| + 'dependencies': [
|
| + 'content.gyp:content',
|
| + '../base/base.gyp:base',
|
| + '../media/media.gyp:media',
|
| + '../testing/gtest.gyp:gtest',
|
| + ],
|
| + 'sources': [
|
| + 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
|
| + ],
|
| + },
|
| + ]
|
| + }],
|
| ['chromeos==1 and target_arch == "arm"', {
|
| 'targets': [
|
| {
|
|
|