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. |