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

Unified Diff: content/content_tests.gypi

Issue 748023002: Add JPEG parser for JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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..7f33a4ed81929641cbb413d02861b923d1626f06 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1583,6 +1583,19 @@
'<(DEPTH)/third_party/libva',
],
},
+ {
+ 'target_name': 'vaapi_jpeg_decoder_unittest',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'common/gpu/media/vaapi_jpeg_parser.h',
+ 'common/gpu/media/vaapi_jpeg_parser.cc',
+ 'common/gpu/media/vaapi_jpeg_parser_unittest.cc',
+ ],
+ }
]
}],
['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {

Powered by Google App Engine
This is Rietveld 408576698