Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: content/content_tests.gypi

Issue 27498002: Add vaapi_h264_decoder_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
{
« content/common/gpu/media/vaapi_wrapper.cc ('K') | « content/common/gpu/media/vaapi_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698