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

Unified Diff: media/mojo/BUILD.gn

Issue 2908303003: media: Create Mojo StructTraits for VideoFrame (Closed)
Patch Set: Remove death test. Created 3 years, 6 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/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 0d7923231bd4eb48c945964f787c7aef8b811aff..224db04c10fa7099b4eb23a74d4b95ebd3fedc88 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -74,6 +74,7 @@ source_set("unit_tests") {
"common/media_type_converters_unittest.cc",
"common/mojo_decoder_buffer_converter_unittest.cc",
"common/mojo_shared_buffer_video_frame_unittest.cc",
+ "interfaces/video_frame_struct_traits_unittest.cc",
"services/mojo_audio_output_stream_unittest.cc",
"services/mojo_cdm_allocator_unittest.cc",
]
@@ -92,6 +93,7 @@ source_set("unit_tests") {
"//media/mojo/common",
"//media/mojo/common:mojo_shared_buffer_video_frame",
"//media/mojo/interfaces",
+ "//media/mojo/interfaces:test_interfaces",
"//media/mojo/services:lib",
"//services/service_manager/tests:interfaces",
"//testing/gmock",
« no previous file with comments | « no previous file | media/mojo/clients/mojo_decryptor.h » ('j') | media/mojo/interfaces/video_frame_struct_traits.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698