Index: media/mojo/services/BUILD.gn |
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn |
index e098339b102b457b18faf7297507a4161466c168..6db3dd5c8737380a2567095f4fc06e3a5b256838 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", |
+ "gpu_mojo_media_client.cc", |
+ "gpu_mojo_media_client.h", |
"interface_factory_impl.cc", |
"interface_factory_impl.h", |
"media_mojo_export.h", |
@@ -102,6 +104,8 @@ component("services") { |
] |
deps = [ |
+ "//gpu", |
+ "//media/gpu/ipc/service", |
"//media:cdm_api", |
"//media:shared_memory_support", |
"//media/mojo/common", |