| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 39d770dda702a26e0002106e9644b9b3dfa34a93..b8a69516a68621ebdd63f6de42b3d66db6fb7163 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1583,6 +1583,25 @@
|
| '<(DEPTH)/third_party/libva',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'vaapi_jpeg_decoder_unittest',
|
| + 'type': '<(gtest_target_type)',
|
| + 'dependencies': [
|
| + 'content.gyp:content_common',
|
| + '../base/base.gyp:base',
|
| + '../build/linux/system.gyp:x11',
|
| + '../media/media.gyp:media',
|
| + '../testing/gtest.gyp:gtest',
|
| + ],
|
| + 'sources': [
|
| + 'common/gpu/media/vaapi_jpeg_decoder.h',
|
| + 'common/gpu/media/vaapi_jpeg_decoder.cc',
|
| + 'common/gpu/media/vaapi_jpeg_decoder_unittest.cc',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/libva',
|
| + ],
|
| + }
|
| ]
|
| }],
|
| ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {
|
|
|