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

Unified Diff: content/content_tests.gypi

Issue 825843002: Add JPEG decoder for VAAPI JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-vaapi-jpeg-parser
Patch Set: rebase+revise due to parser cl Created 5 years, 11 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 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)', {

Powered by Google App Engine
This is Rietveld 408576698