Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 49b44a658249b13635e981fda83917f943443b80..9df44cb5262859d3ec5291df2e631a2fee6ed861 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1197,6 +1197,26 @@ |
}, |
] |
}], |
+ ['(chromeos==1 or OS=="linux") and target_arch != "arm"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'vaapi_h264_decoder_test', |
+ 'type': '<(gtest_target_type)', |
+ 'dependencies': [ |
+ 'content', |
+ '../base/base.gyp:base', |
+ '../testing/gtest.gyp:gtest', |
+ '../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': [ |
{ |