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

Unified Diff: media/mojo/BUILD.gn

Issue 2551333002: media: Avoid access violation in MojoCdm after connection error (Closed)
Patch Set: add unittests Created 4 years 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 27af0fe349c96ca95987c0796e0b25d1880b71f3..bcaaa4c8478c4a532871e21afdc45101909882e4 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -8,6 +8,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"clients/mojo_audio_decoder_unittest.cc",
+ "clients/mojo_cdm_unittest.cc",
"clients/mojo_renderer_unittest.cc",
"common/media_type_converters_unittest.cc",
"common/mojo_decoder_buffer_converter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698