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

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

Issue 2070753002: media: Add unittest for MojoRenderer{Impl|Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix visibility :( Created 4 years, 6 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/BUILD.gn ('k') | media/mojo/clients/mojo_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/BUILD.gn
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
index 9fd09ff1a789cf8cb153cd62a49147212b2a3f21..a6b264c77e34f0e2444af6f5d42cf49a21baf193 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -7,8 +7,12 @@ source_set("clients") {
visibility = [
"//content/renderer",
+ # TODO(xhwang): Only allow //media/mojo:media_mojo_unittests
+ "//media/mojo:*",
+
# TODO(xhwang): Only allow //media/mojo/services:media_mojo_shell_unittests
"//media/mojo/services:*",
+
"//media/test/*",
]
« no previous file with comments | « media/mojo/BUILD.gn ('k') | media/mojo/clients/mojo_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698