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

Unified Diff: content/content_tests.gypi

Issue 940903002: video_decode_accelerator_unittest: enable test on ozone surfaceless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after split Created 5 years, 10 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 fccef99b47907dd5f23647ea1066a2c03d098582..6b786a697f3dbda33b46bf57af487a9ee83b5f98 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1576,6 +1576,8 @@
],
'sources': [
'common/gpu/media/android_video_decode_accelerator_unittest.cc',
+ 'common/gpu/media/gl_renderer.cc',
+ 'common/gpu/media/gl_renderer.h',
'common/gpu/media/rendering_helper.cc',
'common/gpu/media/rendering_helper.h',
'common/gpu/media/video_accelerator_unittest_helpers.h',
@@ -1628,6 +1630,10 @@
'../ui/display/display.gyp:display', # Used by rendering_helper.cc
'../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc
],
+ 'sources': [
+ 'common/gpu/media/surfaceless_gl_renderer.cc',
+ 'common/gpu/media/surfaceless_gl_renderer.h',
+ ],
}],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698