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

Unified Diff: media/mojo/BUILD.gn

Issue 2530613003: media: Fix lifetime of InterfaceFactoryImpl and created impls (Closed)
Patch Set: comments addressed Created 4 years, 1 month 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
« no previous file with comments | « no previous file | media/mojo/services/BUILD.gn » ('j') | media/mojo/services/interface_factory_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 2d0f35051f8b11150d0ed8142d10486187fe1533..bece3de51c04652cf8081c718866ea25c8d51186 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -13,6 +13,7 @@ source_set("unit_tests") {
"common/mojo_decoder_buffer_converter_unittest.cc",
"common/mojo_shared_buffer_video_frame_unittest.cc",
"services/mojo_cdm_allocator_unittest.cc",
+ "services/strong_binding_set_unittest.cc",
]
deps = [
@@ -25,6 +26,7 @@ source_set("unit_tests") {
"//media/mojo/common",
"//media/mojo/interfaces",
"//media/mojo/services",
+ "//services/service_manager/tests:interfaces",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",
« no previous file with comments | « no previous file | media/mojo/services/BUILD.gn » ('j') | media/mojo/services/interface_factory_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698