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

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

Issue 2864603002: Provide callback to create mojo AndroidOverlays to AVDA. (Closed)
Patch Set: fixed deps 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
Index: media/mojo/clients/BUILD.gn
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
index fa96b34ef4a387d248457b629fc39329ceef9987..4944bdd928c7f05534a73a48edad53b42324a9c4 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -8,6 +8,9 @@ source_set("clients") {
"//chromecast/*",
"//content/renderer",
+ # For AndroidOverlay
+ "//media/gpu:*",
+
# TODO(xhwang): Only allow //media/mojo:media_mojo_unittests
"//media/mojo:*",

Powered by Google App Engine
This is Rietveld 408576698