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

Unified Diff: media/mojo/services/BUILD.gn

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | media/mojo/services/media_interface_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index be11d2a446be594ce041c214cbb75ac766d1e5ef..875eb9fc996e029338464acf1517423ee31f93bf 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -70,6 +70,8 @@ source_set("lib") {
"gpu_mojo_media_client.h",
"interface_factory_impl.cc",
"interface_factory_impl.h",
+ "media_interface_provider.cc",
+ "media_interface_provider.h",
"media_mojo_export.h",
"media_resource_shim.cc",
"media_resource_shim.h",
@@ -179,6 +181,7 @@ if (!(is_win && is_component_build)) {
catalog = ":media_service_unittests_catalog"
deps = [
+ ":lib",
"//base",
"//media",
"//media/base:test_support",
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | media/mojo/services/media_interface_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698