Index: media/mojo/clients/BUILD.gn |
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn |
index a299b51d0e63a3fd38d39ff878900e19a166b9a3..6b860939236addaa6cb0f050fca95ebb5b11b54f 100644 |
--- a/media/mojo/clients/BUILD.gn |
+++ b/media/mojo/clients/BUILD.gn |
@@ -11,7 +11,6 @@ source_set("clients") { |
# TODO(xhwang): Only allow //media/mojo:media_mojo_unittests |
"//media/mojo:*", |
- # TODO(xhwang): Only allow //media/mojo/services:media_service_unittests |
"//media/mojo/services:*", |
"//media/test/*", |
@@ -35,6 +34,8 @@ source_set("clients") { |
"mojo_decryptor.h", |
"mojo_demuxer_stream_impl.cc", |
"mojo_demuxer_stream_impl.h", |
+ "mojo_media_log.cc", |
+ "mojo_media_log.h", |
xhwang
2017/06/30 16:24:57
This is actually used on the "service" side...
sandersd (OOO until July 31)
2017/06/30 17:44:30
This is a client in the same sense as MojoVideoDec
xhwang
2017/06/30 19:54:24
I see your point and I admit it's a bit confusing.
sandersd (OOO until July 31)
2017/07/06 21:25:24
I'm having trouble turning this into a plan forwar
sandersd (OOO until July 31)
2017/07/07 21:48:47
Done.
|
"mojo_renderer.cc", |
"mojo_renderer.h", |
"mojo_renderer_factory.cc", |