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

Unified Diff: media/BUILD.gn

Issue 2418613002: Proxy RtcVideoDecoder calls to a media::VideoDecoder.
Patch Set: Comments addressed and unittests updated. Created 4 years, 2 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e723369f30b9b08d5b3acb50a03d1869cf62a787..67d4f432742976c49330c4e8b6d7f94a43abb41f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -538,8 +538,6 @@ test("media_unittests") {
"filters/decrypting_audio_decoder_unittest.cc",
"filters/decrypting_demuxer_stream_unittest.cc",
"filters/decrypting_video_decoder_unittest.cc",
- "filters/fake_video_decoder.cc",
- "filters/fake_video_decoder.h",
"filters/fake_video_decoder_unittest.cc",
"filters/file_data_source_unittest.cc",
"filters/frame_processor_unittest.cc",
@@ -765,6 +763,8 @@ test("audio_unittests") {
static_library("test_support") {
testonly = true
sources = [
+ "filters/fake_video_decoder.cc",
+ "filters/fake_video_decoder.h",
"renderers/mock_gpu_memory_buffer_video_frame_pool.cc",
"renderers/mock_gpu_memory_buffer_video_frame_pool.h",
"renderers/mock_gpu_video_accelerator_factories.cc",
« no previous file with comments | « content/renderer/media/webrtc/peer_connection_dependency_factory.cc ('k') | media/filters/fake_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698