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