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

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

Issue 2901943003: media: Fix //media/mojo/clients visibility (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | 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 738515a49b51de4c0bdb7969a1a43f6b4f98c194..8fba0594a70f799797e65696a4362e78c855c53b 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -6,7 +6,7 @@
source_set("clients") {
visibility = [
"//chromecast/*",
- "//content/renderer",
+ "//content/renderer:*",
# TODO(xhwang): Only allow //media/mojo:media_mojo_unittests
"//media/mojo:*",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698