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

Unified Diff: content/content_tests.gypi

Issue 1059853005: Remove vaapi_h264_decoder_unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « content/common/gpu/media/vaapi_h264_decoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b4a102a2667954b3d5fc20a35d2bcb1da433a166..1b682941af5493f9792c939563e89030d3b5ccd9 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1660,40 +1660,6 @@
['chromeos==1 and target_arch != "arm"', {
'targets': [
{
- 'target_name': 'vaapi_h264_decoder_unittest',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'content.gyp:content_common',
- '../base/base.gyp:base',
- '../media/media.gyp:media',
- '../testing/gtest.gyp:gtest',
- '../third_party/libyuv/libyuv.gyp:libyuv',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- ],
- 'sources': [
- 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
- ],
- 'include_dirs': [
- '<(DEPTH)/third_party/libva',
- ],
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '../build/linux/system.gyp:x11',
- ]
- }, {
- 'dependencies': [
- '../build/linux/system.gyp:libdrm',
- ]
- }],
- ['use_ozone==1', {
- 'dependencies': [
- '../ui/ozone/ozone.gyp:ozone',
- ],
- }],
- ],
- },
- {
'target_name': 'vaapi_jpeg_decoder_unittest',
'type': '<(gtest_target_type)',
'dependencies': [
« no previous file with comments | « content/common/gpu/media/vaapi_h264_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698