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

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

Issue 2444623002: media: Rename ServiceFactory to InterfaceFactory (Closed)
Patch Set: media: Rename ServiceFactory to InterfaceFactory 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
« no previous file with comments | « media/mojo/interfaces/service_factory.mojom ('k') | media/mojo/services/apptest_manifest.json » ('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 ea73cf5f651f6f6b9360f410de074581ecb1fd81..546987d1e9222b22694194a27cc6f1703544db94 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -52,6 +52,8 @@ component("services") {
sources = [
"demuxer_stream_provider_shim.cc",
"demuxer_stream_provider_shim.h",
+ "interface_factory_impl.cc",
+ "interface_factory_impl.h",
"media_mojo_export.h",
"media_service.cc",
"media_service.h",
@@ -77,8 +79,6 @@ component("services") {
"mojo_renderer_service.h",
"mojo_video_decoder_service.cc",
"mojo_video_decoder_service.h",
- "service_factory_impl.cc",
- "service_factory_impl.h",
"test_mojo_media_client.cc",
"test_mojo_media_client.h",
]
« no previous file with comments | « media/mojo/interfaces/service_factory.mojom ('k') | media/mojo/services/apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698