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

Unified Diff: content/content_tests.gypi

Issue 1125263005: MJPEG acceleration for V4L2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittest and address review comments Created 5 years, 6 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 88a4e653cefc18607b8cbfde169cb37bfe62bc62..9297959e6fdf591473a67a5fc1b8ceb7faba5e95 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1722,6 +1722,41 @@
}],
],
},
+ {
+ 'target_name': 'jpeg_decode_accelerator_unittest',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../media/media.gyp:media',
+ '../media/media.gyp:media_test_support',
+ '../testing/gtest.gyp:gtest',
+ '../third_party/libyuv/libyuv.gyp:libyuv',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gfx/gfx.gyp:gfx_test_support',
+ '../ui/gl/gl.gyp:gl',
+ 'content.gyp:content',
+ ],
+ 'sources': [
+ 'common/gpu/media/jpeg_decode_accelerator_unittest.cc',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/libva',
+ '<(DEPTH)/third_party/libyuv',
+ ],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ }],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:ozone',
+ ],
+ }],
+ ],
+ }
]
}],
['OS == "android"', {
« content/common/gpu/media/v4l2_jpeg_decode_accelerator.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698