Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index bd170c3a7810c65212ce5a1de99662e4e8da0b0d..21a371798357948aad620c65cbd7bf81f056fcc6 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1195,6 +1195,25 @@ |
}, |
] |
}], |
+ ['(chromeos==1 or OS=="linux") and target_arch != "arm"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'vaapi_h264_decoder_test', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'content.gyp:content', |
+ '../base/base.gyp:base', |
+ '../media/media.gyp:media', |
+ ], |
+ 'sources': [ |
+ 'common/gpu/media/vaapi_h264_decoder_test.cc', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/libva', |
+ ], |
+ }, |
+ ] |
+ }], |
['chromeos==1 and target_arch == "arm"', { |
'targets': [ |
{ |